Hello,
I am running on a unix machine, my forums are in the root directory and not a sub directory. I uploaded the forums_sitemap.php to the archive folder and then I chmod it to 775. (meaning the archive directory)
I then chmod my root directory (public_html) to 775.
Then I went in, and added the scheduled task.
Then I ran the scheduled task and got these errors:
Fatal error: Call to a member function on a non-object in /home/habitats/public_html/archive/forums_sitemap.php on line 98
which is: $forums = $vbulletin->db->query("
Fatal error: Call to a member function on a non-object in /home/habitats/public_html/includes/functions.php on line 4240
which is: $vbulletin->db->unlock_tables();
Did I miss a step? I believe I covered everything.(I have complete access to my db including telenet authorization as well as query running ability. All of my usernames and passwords are set correctly.)
|