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.
Options

Why do I have these errors?

edited June 2007 in Vanilla 1.0 Help
Can anyone please tell me how to correct the following errors? They seemed to occur for no apparent reason... Thank you! Warning: main(/home/top1031e/public_html/project-forum/extensions/CategoryPageFirst/default.php) [function.main]: failed to open stream: No such file or directory in /home/top1031e/public_html/project-forum/conf/extensions.php on line 9 Warning: main(/home/top1031e/public_html/project-forum/extensions/CategoryPageFirst/default.php) [function.main]: failed to open stream: No such file or directory in /home/top1031e/public_html/project-forum/conf/extensions.php on line 9 Warning: main() [function.include]: Failed opening '/home/top1031e/public_html/project-forum/extensions/CategoryPageFirst/default.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/top1031e/public_html/project-forum/conf/extensions.php on line 9 Notice: unserialize() [function.unserialize]: Argument is not a string in /home/top1031e/public_html/project-forum/extensions/CategoryRoles/default.php on line 78

Comments

  • Options
    They probably occurred because you deleted an extension without turning it off first. To fix, edit your conf/extensions.php file and remove the one that looks something like <samp>include('extensions/CategoryPageFirst/default.php');</samp> If you still have that 'line 78' error, then do the same thing for CategoryRoles/default.php.
  • Options
    That worked! Thank you kindly...:-)
This discussion has been closed.