![]() |
Scheduled task not working
I have a scheduled task on my site. I set it up through admincp.
When it runs I get this error: Code:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/vbbot.php on line 112 Code:
$connect = mysql_connect($config['MasterServer']['servername'], $config['MasterServer']['username'] , $config['MasterServer']['password']) or die('Unable to connect to mysql server.'); Code:
$dbconnect = mysql_select_db($config['Database']['dbname'], $connect) or die('Unable to connect to the db'); Can someone please help me? |
Why are you not just using standard vb code to do your mysql queries?
PHP Code:
|
Inside vBulletin Scheduled Tasks, the vBulletin engine is already initialised. Therefore, (nearly) all objects/functions/methods/variables that exist in a "normal" initialisation are available to you. One of these is the database class (as pointed out by Lynne).
|
All times are GMT. The time now is 05:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|