There looks to be an error in the import xml script. When I tried to import the product I got the following error:
Quote:
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE cron
SET nextrun = 1183258740
WHERE cronid = 20 AND nextrun =;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Date : Thursday, June 28th 2007 @ 01:34:01 PM
Script : http://www.turbodieselregister.com/f...=productimport
Referrer : http://www.turbodieselregister.com/f...?do=productadd
IP Address : ##.##.##.##
Username : ##############
Classname : vb_database_slave
|
When I look at the import xml script in the cron section here is what is in there:
Quote:
<phrase name="task_vbseo_sitemap_desc" date="1151544207" username="Juan Muriente" version="2.0"><![CDATA[Execute vBSEO Sitemap Generator]]></phrase>
<phrase name="task_vbseo_sitemap_log" date="1151544207" username="Juan Muriente" version="2.0" />
<phrase name="task_vbseo_sitemap_title" date="1151544207" username="Juan Muriente" version="2.0"><![CDATA[vBSEO Sitemap Generator]]></phrase>
|
It looks like the task_vbseo_sitemap_log entry is missing stuff - there's no /phrase and nothing to be added.
At the top of the screen I get this:
Quote:
Warning: Invalid argument supplied for foreach() in /includes/functions_cron.php on line 95
|