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.

Error with Page Manager Extension

edited January 2007 in Vanilla 1.0 Help
I've searched the forums and read the existing threads on this extension, but my problem isn't listed. I've installed Vanilla 1 successfully, and have enabled several extensions without problem. The PageManager extension (version 2.3) is giving me an error as soon as I activate it and try to navigate to any other page: PAGEMANAGER ERROR: An error occured in attempting to save your tabs. Please check that your file permissions are correct and verify that PageManager::CustomPageFile (./extensions/PageMng/CustomPages.php) is a valid file name. I've looked at the code, and this seems to be where that page is being called (line 40): class PageManagement { var $CustomPageFile = 'CustomPages.php'; There is no file in the PageMng folder called CustomPages.php. Should there be? If so, where do I get it?

Comments

  • It means that PageMng/default.php is unable to write to its own folder. You need to set the permissions on that folder so it can.
  • That fixed it. Thank you!
  • Still unable to write to folder/file, permissions set to 777 on all three files (extensions, PageMng and custompages.php) any other ideas what could be blocking it?
  • set it to 777 on the folder itself?
  • edited January 2007
    set to 777 to folders "extensions" and "PageMng" using WS_FTP still no luck. Any other fixes related to this error? Tks!
  • OK now I'm getting a little frustrated. LOL

    Created new forum from scratch without modifying or adding any other extensions except Page Management Plus 2.4.3.
    Created a new MySQL version 5.0.22 database.
    Set the entire directory from the root to the PageMng folder to permissions rwxrwxrwx 777 using WS_FTP.
    Verified permissions via SmartFTP and end back here again:

    PAGEMANAGER ERROR: An error occurred in attempting to save your tabs. Please check that your file permissions are correct and verify that PageManager::CustomPageFile (./extensions/PageMng/CustomPages.php) is a valid file name.

    Could this be the result of Bad Karma?
This discussion has been closed.