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.

Saving in the Page Manager

When I try to save the order of pages/tabs displayed i get this error: Fatal error: Call to undefined method PageManagement::SaveTab() in /usr/local/apache2/htdocs/forum/vanilla/extensions/PageMng.php on line 171
«1

Comments

  • My guess is that you're either missing a file, or have missing read privs for that file.
  • Nope, I have read/write privileges set for all of my extensions..... what file would/could I be missing?
  • NickENickE New
    edited November 2005
    Oh hell, sorry about that. I had changed the method it saved tabs, then misspelled the function call in the method that reorganizes them. Should be fixed now.
  • SirNot, now it doesn't show the error's that it can't save. Thanks However, now it will say it saved the order of the tabs, but when you click on any of them, the order goes back to default.
  • Sigh, I hate it when I don't notice these bugs. Fixed.
  • so are there some files we need to update?
  • No, the bugs are fixed. Everything works fine now.
  • edited November 2005
    Uh, am I missing something? I added a new tab, but it won't show up at all...
  • edited November 2005
    What steps did you take? >Settings>>PageManager>>Create new tab>> Fill in (at least): Tab name, URL or HTML for it Click SAVE Also, are you sure you have the latest version?
  • I must be missing something as well. I can do everything under settings and all but none of my page changes or new page show up?
  • NickENickE New
    edited March 2006
    It's probably running into the same problem as that feed reader extension was... It's really weird, for some people vanilla just refuses to allow a second class to attach itself as a (head) rendering control. I'll see if I can figure a way around it now, though.
  • Ahh I see you just posted. I was thinking the same but I'm not familiar with building the extensions enough yet to hack around.
  • NickENickE New
    edited February 2006
    Does this one work? http://nick-e.cjb.cc/vanilla/PageMngTest.php.txt
  • I see the "Page Management" option and I can modify pages, change order and all of that.

    I have the CustomPages.php chmod as 757 and it keeps the changes so that is OK.

    But my tabs never change and my additional pages never show up.
  • I am having all the same problems, uploaded the test file with no effect. No change in the order of the tabs and my additional tabs/pages dont appear. Any chance I could have missed something? www.othecreative.com
  • Ok, try it now (vanilla/PageMngTest.php.txt)
  • SirNot, Is the link you are referring to specifically? http://nick-e.cjb.cc/vanilla/PageMngTest.php.txt Also, what directories do i need to make permission changes on?
  • Yes, that's the link. And as long as that file can write to the extensions/ folder (or wherever you might have changed the custom page file location to), it should work fine.
  • thanks, well, i installed it and everything works great, but i still cannot get the tab to display. i placed the pagemanager php file in the extensions directory, gave read/write permissions for both the extension directory, custom pages, and page manager extension files. i tested it out by using the URL: /index.php?Page=newtab ...and it works fine that way, i just dont know why the tab is not showing up. i am using soulscape theme; perhaps that is the problem?
  • NickENickE New
    edited March 2006
    You are using v1.6 (of the extension), right?
This discussion has been closed.