Hi I am using Zencart 1.3.9h , I followed all of the instructions in moving to new server but main page is blank although I can access admin. What could be this issue?
Hi I am using Zencart 1.3.9h , I followed all of the instructions in moving to new server but main page is blank although I can access admin. What could be this issue?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks, I uploaded a few times using Filezilla... not sure whats causing the issue...
So, what's in the logs?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
myDEBUG-1309527440-305733.log has the following
[01-Jul-2011 09:37:20] PHP Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/35/d35903/htdocs/laworld/includes/classes/ssu/core.php on line 10
Clearly you have a problem with your addons. There's no "ssu" folder in original Zen Cart files.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hi,
I moved zend cart from subfolder to root and got the blank page. Here is log record:
[25-Dec-2012 17:04:38 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(C:/Inetpub/vhosts/bypill.com/httpdocsincludes/classes/class.base.php) is not within the allowed path(s): (C:/Inetpub/vhosts/bypill.com\;C:\Windows\Temp\) in C:\Inetpub\vhosts\bypill.com\httpdocs\includes\autoload_func.php on line 60
[25-Dec-2012 17:04:38 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(C:/Inetpub/vhosts/bypill.com/httpdocsincludes/classes/class.notifier.php) is not within the allowed path(s): (C:/Inetpub/vhosts/bypill.com\;C:\Windows\Temp\) in C:\Inetpub\vhosts\bypill.com\httpdocs\includes\autoload_func.php on line 60
[25-Dec-2012 17:04:38 UTC] PHP Fatal error: Class 'notifier' not found in C:\Inetpub\vhosts\bypill.com\httpdocs\includes\autoload_func.php on line 79
How to fix it?
Thank you.
Happy holidays.
Which version of ZC?
What is the directory path in your includes/configure.php &youradmin/includes/configure.php files?
You removed the trailing slash from the end of the definition for DIR_FS_CATALOG and/or you took too much out of DIR_WS_CATALOG and left it as '' instead of '/'.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.