Hi,
I upgraded from 12/10A to 12.10B with the AdminUpgrade. I manually imported one feed and everything seemed to work.
Then I ran a cronjob importing the other feeds, but this leaves my website empty.
I'm utilizing the temporary table mod so I also changed the import.php according to these instructions http://www.pricetapestry.com/node/3355.
Please note that I'm also using a central location for my feeds for this PT installation so I don't want to fetch but only import so I ran a cronjob trying to import (like /usr/bin/php /home/useraccount/public_html/scripts/import.php @ALL)
If I go to Automation Tool (just to see) I see also some SQL warnings:
Existing Jobs
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/useraccount/public_html/includes/database.php on line 27
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/useraccount/public_html/includes/database.php on line 32
There are no jobs to display.
The url is: {link saved}
PS: I also notices that in the Support info the revision number is not changed to 12/10B
Hi,
I did the upgrade.php again and the jobs table is there now and the warnings are gone. But the import is still not done via the cron job.
I had also included this line in import.php for the central feeds directory:
if (file_exists($config_feedDirectory.$feed["filename"]))
So I guess I need to send you the import.php and the config.advanced.php.
Hi Marco,
Yes please, and also includes/admin.php and I'll check over everything for you...
Cheers,
David.
--
PriceTapestry.com
Hi Marco,
That sounds like the upgrade script did not run, or did not run successfully.
Part of the upgrade .zip is upgrade.php file. After uploading, browse to update.php once to create the new `jobs` table for the automation tool. The warnings will almost certainly be because the jobs table doesn't exist.
If this doesn't solve the problem, if you could enable database debug mode (line 6 in config.advanced.php and then browse to upgrade.php and let me know what is displayed I'll take a further look...
Cheers,
David.
--
PriceTapestry.com