Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How To Fix conf/extensions.php Errors
Hi there guys,
I have seen lots of people post this question in the forum so thought it best to post a discussion explaining it.
When a extension stops working and you are forced to delete the extension folder and files, vanilla will still try to call it (using php include() ) And on the top of every vanilla page you will see a error like so
Now you will be wanting to remove this error so what you do is download /conf/extensions.php then open it in a text editer and remove line X, you will know what line it is because it will have the extensions name in it also.
I hope this helps!!!
Simonb
PS This might be in the wiki but people still post for help
I have seen lots of people post this question in the forum so thought it best to post a discussion explaining it.
When a extension stops working and you are forced to delete the extension folder and files, vanilla will still try to call it (using php include() ) And on the top of every vanilla page you will see a error like so
Warning: main(/server_root/forum_root/extensions/Extension Name/default.php):
failed to open stream: No such file or directory in
/server_root/forum_root/conf/extensions.php on line X
Now you will be wanting to remove this error so what you do is download /conf/extensions.php then open it in a text editer and remove line X, you will know what line it is because it will have the extensions name in it also.
I hope this helps!!!
Simonb
PS This might be in the wiki but people still post for help
0
This discussion has been closed.
Comments