Zen Cart Logo
Forums / Addon Payment Modules / UNable to edit the wepay module or uninstall

UNable to edit the wepay module or uninstall

Views: 3,321

Results 1 to 20 of 21
6 Jul 2012, 6:59 AM
#1
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

UNable to edit the wepay module or uninstall

I'm getting the same thing with the latest one. it installed and when I go to edit it there is nothing to edit. i contacted the author of the plug and worded on it for an hour but I cant get a hold of him to fix this. i can't even un install it because it goes to a white screen.

6 Jul 2012, 6:06 PM
#3
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

I mean a white screen when i confirm the un install. this is on a fresh install of zencart. no mods on a linux host. is there an installation log for modules? i get this when I try to run the module with out credentials in the logs

27-Jun-2012 03:04:33] PHP Fatal error: Call to a member function Execute() on a non-object in /home/content/38/7687738/html/abovethefirehouse.com/mystore/includes/modules/payment/wepay_checkout.php on line 151
but i cant edit to add my info. everything is in the proper directory and i had no errors installing the module.

6 Jul 2012, 6:29 PM
#4
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

I added my issue to another thread so to make it more direct to my issue I started a new thread. if this is bad for me to do please admins merge to the proper threads.
I installed the module with out any errors and when I try to edit the module to add the credentials these two screen caps show what I get. There were no errors on uploading it to the ftp and I do not know php.
Attachment 10748
Attachment 10749

when I try to un install it goes to a bank screen.
I tried to see what happens when I try to check out with we pay and it just loops and ask you to agree to the terms. I had alan trying to fix it but he could not get on the ftp or login and i gave him the right info and I have not heard from him so my zencart people what can i do. Is there a log for installs? My site it open to the public but no one is going on it yet for i have not announced it.

Thank you for your help in advance....

6 Jul 2012, 11:44 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: UNable to edit the wepay module or uninstall

There is a bug in apinnt's module's remove() function. The global $db; line is missing, hence the error message you're seeing in the logs, and the blank screen in your admin when attempting to remove the module. Add the line as shown:

    function remove() {
      [B]global $db;[/B]
      $db->Execute("delete from " . TABLE_CONFIGURATION . " where configuration_key in ('" . implode("', '", $this->keys()) . "')");
    }

New version submitted to plugins download section.

7 Jul 2012, 1:21 AM
#6
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

is that in both wepay_checkout.php in /language/english/modules/payment as well? I am using the latest he released on June 22

7 Jul 2012, 1:46 AM
#7
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

OK I installed the new one and I get the same thing when I try to edit the variables.

now the logs say this. [07-Jul-2012 01:34:00] PHP Fatal error: Call to undefined function tep_cfg_select_option() in /home/content/38/7687738/html/abovethefirehouse.com/mystore/adminurrhtcqq/modules.php(310) : eval()'d code on line 1

:no:

7 Jul 2012, 3:37 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: UNable to edit the wepay module or uninstall

Yup - another error in their module. They say they wrote it for Zen Cart, but it's really osCommerce code that's not been properly converted.

New version updated again after replacing the tep_cfg reference to zen_cfg.

You should tell the module's author about their bugs.
I'm concerned that maybe you shouldn't trust the module if these flaws exist, because they clearly indicate that the module hasn't been tested.

7 Jul 2012, 5:41 PM
#9
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

i cant get a reply from him. We were talking and stuff.. Why cant i add the API credentials, would you know off hand? He and wepay say people are using it with no problems and that its goadday with file permissions. i gave him my login in zen cart and get got locked out for wrong password and then could not move on the ftp... He also said it might be curl. i don't an ssl for the site yet. i have to save up

7 Jul 2012, 6:35 PM
#10
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

hey i am able to edit the module now woohooo

7 Jul 2012, 6:54 PM
#11
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

Ok its taking the order to wepay (YAY) but there is this when it takes you to the wepay site...

Attachment 10751

Where it says For there are random characters after it says order. it that the order number? should it show something else?

(no error files have been created...)

8 Jul 2012, 1:20 AM
#12
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: UNable to edit the wepay module or uninstall

You'll have to ask the module author or the wepay people about that. I've never used wepay, and have no plans of using it.

8 Jul 2012, 4:40 PM
#13
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

Well thank you again with your help and Im glad it working. yay i wish i could take a class on this stuff.

DrByte:

You'll have to ask the module author or the wepay people about that. I've never used wepay, and have no plans of using it.

3 Aug 2012, 3:58 PM
#14
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

Hi ..Does anyone know where the EXT file goes in zencart please ...Not having much luck on another forum

3 Aug 2012, 5:43 PM
#15
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: UNable to edit the wepay module or uninstall

It's a folder, not a file.
And judging ONLY from the fact that it's a folder that sits at the root of your store just like your /includes/ folder does. So, I'm assuming one would simply upload it to the same place. ie: since your /includes/ folder sits in the same directory as your main index.php and ipn_main_handler.php and your /email/ and /pub/ etc folders, so also will your /ext/ folder from this addon. It implies as much in the readme as well.

4 Aug 2012, 12:26 PM
#16
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

I have it there already but still getting a white page at choosing payment method when it is activated ...,was looking confirmation .also rechecked all files were in the correct place again ...will keep trying

9 Aug 2012, 8:26 PM
#18
atfpodcast avatar

atfpodcast

New Zenner

Join Date:
Jun 2012
Location:
North Hollywood, California, United States
Posts:
37
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

DrByte was nice and made some changed to it. re download the latest and it will work. thats what happened with mine..

DrByte:

It's a folder, not a file.
And judging ONLY from the fact that it's a folder that sits at the root of your store just like your /includes/ folder does. So, I'm assuming one would simply upload it to the same place. ie: since your /includes/ folder sits in the same directory as your main index.php and ipn_main_handler.php and your /email/ and /pub/ etc folders, so also will your /ext/ folder from this addon. It implies as much in the readme as well.

11 Aug 2012, 8:39 PM
#19
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

mmmmm OK was just about to abandon wepay ,so will give it 1 more try then

11 Aug 2012, 10:58 PM
#20
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: UNable to edit the wepay module or uninstall

Still doesn't work and still no answer from wepay ..... Think I will abandon this too ..Alertpay was a was a bad experience ,so people who don't answer emails and delete your posts etc am very wary of as it is no way to be professional