The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
need help
I am getting this error
Code:
Warning: include(/phpBB3Auth/controller.php) [function.include]: failed to open stream: No such file or directory in [path]/login.php(111) : eval()'d code on line 1 Warning: include() [function.include]: Failed opening '/phpBB3Auth/controller.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in [path]/login.php(111) : eval()'d code on line 1 vBulletin Message In that plugin i am adding, this is how it looks like. <![CDATA[include('/phpBB3Auth/controller.php');]]> How would i set the location of controller.php if its located in public_html/community/phpBB3Auth/controller.php.???? Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <plugins> <plugin active="1" executionorder="1" product="vbulletin"> <title>phpBB3 Authentication</title> <hookname>phpBB3_login_hook</hookname> <phpcode><![CDATA[include('/phpBB3Auth/controller.php');]]></phpcode> </plugin> </plugins> |
#2
|
|||
|
|||
The code for the plugin is:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|