RE: [Xoopsforge-devel] XF-cronjobs parsing errors
Brought to you by:
gldneagl
From: Jesse A. (K. 11) <ale...@cs...> - 2002-08-07 15:18:04
|
Hi, found the bugger: it was me... while changing the db.php to reflect the changed db-name and db-server, I changed line 53 (added _rc3 after the braces) and therefor made the script invalid. regards Alexander -----Original Message----- From: Jesse Alexander (KADA 11) Sent: Mittwoch, 7. August 2002 16:01 To: 'xoo...@li...' Subject: [Xoopsforge-devel] XF-cronjobs parsing errors Hi, when I start the cron-job-php-scripts I get parsing errors: #!/usr/bin/php -q Parse error: parse error in /usr/local/httpd/htdocs/xoops/xf/cronjobs/db.php on line 54 Fatal error: Call to undefined function: db_query() in /usr/local/httpd/htdocs/xoops/xf/cronjobs/update_ forum.php on line 18 This points to this line in db.php: return @mysql_db_query($db,$qstring,$conn); Has somebody else seen something similar? Found a solution? regards Alexander Jesse ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xoopsforge-devel mailing list Xoo...@li... https://lists.sourceforge.net/lists/listinfo/xoopsforge-devel |