Zen Cart Logo
Forums / General Questions / Admin conflict

Admin conflict

Locked

Views: 612

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
1 Nov 2010, 1:01 PM
#1
ishtar avatar

ishtar

New Zenner

Join Date:
Jan 2010
Posts:
80
Plugin Contributions:
0

Admin conflict

I don't know what is happening on my site. When I go to my admin/payment modules shows the following:

No possibility to edit the payment modules. Only in spanish language.

And in spanish the customer can't process the full checkout payment success...how can I solve this? I don't know what causes this conflict...
Any help is appreciated!:wacko:

1 Nov 2010, 1:10 PM
#2
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Admin conflict

When I've seen this on other sites the most likely cause is that there is an error in the file (or some of the files) that cause the script to stop at that point (thus not fully loading the page including the right side column to edit.)

If you want to know where the error is, take a look at the error log that is generated (in your admin cache directory) for a list. If you do not have error checking turned on, you can get the file from the following link:

http://www.zen-cart.com/forum/showthread.php?t=84613

To fix, once you determine the culprit(s) file, re-upload fresh copies to see if that corrects it.

1 Nov 2010, 1:26 PM
#3
ishtar avatar

ishtar

New Zenner

Join Date:
Jan 2010
Posts:
80
Plugin Contributions:
0

Re: Admin conflict

Thank you!
Great tool!
This is what it says:

PHP Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/metalcom/public_html/distro/includes/languages/spanish/modules/payment/moneyorder.php on line 26
```:ohmy:
1 Nov 2010, 1:40 PM
#4
ishtar avatar

ishtar

New Zenner

Join Date:
Jan 2010
Posts:
80
Plugin Contributions:
0

Re: Admin conflict

This is what I have on that line(26):

define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Por favor,efectúa el ingreso total de tu pedido o trasferencia bancaria a: (personal numbers,sorry)" "\n\n" . STORE_NAME_ADDRESS . "\n\n" . 'El pedido realizado no será enviado hasta que el pago sea recibido. Para cualquier consulta o duda ponte en contacto con la tienda.Gracias.');
?>
1 Nov 2010, 1:48 PM
#5
ishtar avatar

ishtar

New Zenner

Join Date:
Jan 2010
Posts:
80
Plugin Contributions:
0

Re: Admin conflict

Solved, the conflict was due to missing code on that line. I copy paste the original (saved) and now it's solved,thank you zen community!
Greetings from Spain!

4 Nov 2010, 8:58 PM
#6
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Admin conflict

Super. Glad you found the issue and corrected it. Error checking can do wonders when it's turned on. :)