also ran the script again and got this error
[14-Mar-2011 10:56:22] PHP Parse error: syntax error, unexpected T_ELSE in /home/toolsdra/public_html/includes/classes/db/mysql/query_factory.php on line 224
also ran the script again and got this error
[14-Mar-2011 10:56:22] PHP Parse error: syntax error, unexpected T_ELSE in /home/toolsdra/public_html/includes/classes/db/mysql/query_factory.php on line 224
i may not know how yet, but i soon will....i hope :)
not sure wtf just happened but maybe the php.ini file has kicked in now...
and it worked...just a few errors...like failed description below 15 chars
so changed that in googlefroogle.php
hopefully it works again this time
nope, failed again...wtf
Last edited by spid3r1987; 14 Mar 2011 at 04:32 PM.
i may not know how yet, but i soon will....i hope :)
If it still is not working right make a php.ini file and put it in your root of your server with the info I provided for you. That should take care of the problem Maximum execution time timing out.
The failed description below 15 chars means that it will not create that links for anything under the 15 chars minimum. Has to be more or it will not create it.
Last edited by countrycharm; 14 Mar 2011 at 04:42 PM.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Make sure in /web-site-root/includes/.htacess that line 26 has the xsl|XSL included. If not
on line 26 you will find:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">
Change the line to:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
Check your admin and see if gzip compression is turn on if it is turn it off and see if that has any effect.
Check for extra white spaces. Look through them and Replace the files ending
?>
by
// EOF
I have a script that will do it for you if you are interested. The link is here.
Download it and run it to check for extra white spaces. Down load it and extract it, and up-load it to your server root, run the script like this. http://www your.com/found_extra_space.php to check for white spaces of all you file on your site.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
my .htaccess already had xls|XLS in it
your script has found 4 files with the extra white space bit on it.
/includes/templates/template_default/common/tpl_columnar_display.php Yes
/includes/templates/template_default/common/html_header.php Yes
/googlecheckout/shipping_methods.php Yes
/googlecheckout/shipping_methods_uk.php Yes
so what your saying is at the end of these files after ?> on the next line i put //eof
i may not know how yet, but i soon will....i hope :)
added // EOF to files but still not working![]()
i may not know how yet, but i soon will....i hope :)
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Also make sure you configure the out put feed file correctly in configuration/Google_Base_Feeder_Configuration Output File Name.
Make sure CHMOD the feed folder to 777.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation