Quote:
Originally Posted by Mith
Hi I'm having a problem accessing modules.php, i get the following error
Fatal error: Call to a member function on a non-object in /usr/local/psa/home/vhosts/****.com/http/forums/donate.php on line 14
line 14 says this:
Code:
$query_users = $DB_site->query("SELECT donor.userid, donor.total, user.username, user.showdonor
I can't see a table called donor anywhere.. is that related? (i have a vb3_user but no vb3_donor)
Also the VBACMPS module doesn't show correctly.. how would i set that up from scratch? (using 2.0 vba cmps)
Any help appreciated.
|
okay so your problem is not with ./donate.php, but with ./modules/donate.php, see how a little bit of information helps?
If line 14 truly says what you have wrote within your ./forums/donate.php then you placed the files incorrectly, there are two donate.php files, one goes in forum root, and the other goes in forum root/modules, i.e.
Code:
/home/yourserver/www/forum/donate.php
/home/yourserver/www/forum/modules/donate.php
They are two completely different files, however, with the error that you are getting, I am suspicious as to whether you are trying to install this 3.0.7 version onto a 3.5 board, since the call to $DB_site is an object call that is no longer defined in 3.5...
To dispell further problems in confusion, please let me know what version of VB you are trying to install this on mith. Once you have done this I'll look into seeing what I can do for fixing your problem.