The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
yea, same error.
i removed everything except the necessities and still same error. PHP Code:
|
#12
|
||||
|
||||
You have removed necessary stuff. You should start off with one of these (get it working with a basic template) and add from there - How to create your own vBulletin-powered page! (uses vB templates) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc.
|
#13
|
|||
|
|||
Quote:
either way, this link works http://www.ampprod.com/community/cforumstats.php but if i do 'include /home/***/public_html/community/cforumstats.php' or add the code directly into a module on my main site it gets the following error. PHP Fatal error: Call to a member function query_first_slave() on a non-object in /home/***/public_html/community/includes/functions.php on line 1368 |
#14
|
||||
|
||||
That query is right after a plugin. Have you tried disabling your plugins to see if that fixes the issue?
|
#15
|
|||
|
|||
sorry if this is a dumb question i'm not sure what you mean. what query is right after what plugin?
|
#16
|
||||
|
||||
The one you are getting an error on...
Quote:
PHP Code:
PHP Code:
|
#17
|
||||
|
||||
Please post the actual PHP file you are using (and any associated templates).
|
#18
|
|||
|
|||
Template (cforumstats)
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" style="background-image:none;padding:0px;margin:0px;background-color:none;"> <head> <title></title> $headinclude </head> <body style="background-image:none;padding:0px;margin:0px;background-color:#000000;"> <div style="width:100%;background-color:none;"> $cybtopstats </div> </body> </html> working url: http://www.ampprod.com/community/cforumstats.php |
#19
|
|||
|
|||
Quote:
|
#20
|
||||
|
||||
So you have a page that works fine as a standalone page. Exactly what code are you using to put it somewhere else? What hook location, what code, etc.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|