PDA

View Full Version : vBulletin Errors



jackdelamare
10-08-2007, 02:13 PM
Hi,

Sorry to be around again, I was pretty much new to PHP back then.

I have a new forum which is vBulletin. After forum was done, I began the news system and logged into "forum-news". I changed a few things but then everything failed. Same thing that happened before.

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/delamare/public_html/forum-news/classes/access/mysql.php on line 144

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/delamare/public_html/forum-news/classes/access/mysql.php on line 161
No posts found in selected forum category.
Warning: implode() [function.implode]: Bad arguments. in /home/delamare/public_html/forum-news/news.php on line 439

Warning: implode() [function.implode]: Bad arguments. in /home/delamare/public_html/forum-news/news.php on line 442

Saying I can't get into my SQL database, but it's the right passwords, the same I used to edit config.php when I got vBulletin.

I'm really sorry to go through this again, I just really am stuck and would like help. Hope someone can.

Patrick
10-08-2007, 07:17 PM
As you stated, it is not accessing the database.

Here is how I would fix:
1. Backup your config folder.
2. Upload a new install of the script. You can get the latest from http://www.ep-dev.com/
3. Use the forum news administration panel (do not manually edit config.php) located at admin/index.php to select the proper news source type and input the correct database values.

There is something wrong with your database / connecting, such as:
1. Your username / password is wrong.
2. Your database name is wrong.
3. Your user does not have proper permissions to database.

jackdelamare
10-09-2007, 01:26 PM
Hi, I managed to get it working!

http://www.delamarepro.com/forum-news/test.php

Thanks for the help, the script is amazing by the way, don't know what I would do without it!