• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Error when i edit a topic

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Page 1 of 2 12 Next LastLast
    Results 1 to 15 of 16

    Thread: Error when i edit a topic

    • Thread Tools
      • Show Printable Version
    1. June 3, 2010 #1
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0

      Error when i edit a topic

      Ok so I recently upgraded to VB 4.03 and then I purchased and installed Vaultwiki yesturday. I believe I followed the install setup documentation to the letter. It allows me to create new articles and transfers me to the edit page just fine but when I attempt to save the changes I get an error as follows

      Code:
      Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /var/www/vhosts/hosted.3rdfleet.com/httpdocs/forums/vb/cache/observer/db.php on line 85
      Honestly I'm somewhat confused about where to even begin looking for a solution
      Reply With Quote Reply With Quote

    2. June 3, 2010 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      That's a good question. The error suggests that it's a vB bug, but since you have a limit, try disabling Link Caching under Settings > Options > VaultWiki: Server Settings. Then try posting the same article as a regular post, then editing it. If you encounter the same issue, it's very likely a vBulletin issue.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. June 3, 2010 #3
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      no effect. Also noticed a neat little side effect that while it gives me that error it also duplicates the article, but even in the duplicated article the content isn't saved.. just the title
      Reply With Quote Reply With Quote

    4. June 3, 2010 #4
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      Also I don't really think its a vb error since the rest of the site functions fine and its only the wiki area's that seem bugged like this. If anything I'd say its an incompatibility error of some sort, is there anyway to allocate more memory? Is that a Server function or a VB thing?
      Reply With Quote Reply With Quote

    5. June 3, 2010 #5
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      Ok i've fixed it.

      It was a server issue, I needed to allocate more memory to my php by modifying my php.ini file. It was set for 32mb and I upped it to 128mb

      So far so good it seems,
      Reply With Quote Reply With Quote

    6. June 3, 2010 #6
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      It's a server function, and can be changed in php.ini if you have access:
      Code:
      memory_limit = 32M
      or in PHP using:
      PHP Code:
      @ini_set('memory_limit', '32M'); 
      If you have permission from the server owner to do so. '32M' is what I think your current memory limit is. DigitalPoint (a notable big-board owner who makes a lot of performance suggestions to vBulletin staff) suggests using at least '64M' if you're allowed to change the value.

      The reason I think it's a vBulletin issue is that the function it failed on was a vB function, not a VaultWiki function, and USUALLY the function that finally throws a memory limit error is one that's involved in an inefficient loop. Except during the install process, VaultWiki doesn't directly access or modify vBulletin's cache object.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. June 3, 2010 #7
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      lol I seem to have beat you to the punch. but while I have you hear allow me to pick your brain on another issue that I've just now run into. My attachment system works fine for the rest of the forums but the attachment button doesn't function at all on the wiki... any ideas?
      Reply With Quote Reply With Quote

    8. June 3, 2010 #8
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      That just means that somewhere on the page the Javascript is broken. This could be due to VaultWiki or a conflict with another script. Check the Javascript Error Console in Mozilla Firefox to see what's broken.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    9. June 3, 2010 #9
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      hmm not getting any errors off the console for the edit pages
      Reply With Quote Reply With Quote

    10. June 4, 2010 #10
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      What about after you try to click the button for "Manage Attachments"...
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. June 4, 2010 #11
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      I ran into this also and it was another plugin unfortunately so I had to decide what was more important... the wiki was
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    12. June 4, 2010 #12
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      What plugin was it? Perhaps there's a way to get both to play nicely.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. June 4, 2010 #13
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      Quote Originally Posted by pegasus View Post
      What about after you try to click the button for "Manage Attachments"...
      nothing.

      Oh and Thats what I thought aswell Jella, but after disabling all mods it still has this issue. I think i'm going to try setting up a test board with a fresh VB install and Vaultwiki install with no other mods to see if my test board has the same issue, atleast then we'll be able to rule out another server issue.

      for some reason I think that due to my previous bug with the memory, that something didn't install fully or correctly with VaultWiki since i'm also apparently getting an error message when I save changes to my namespaces, but unfortunately my webpage refreshes to fast for me to be able to catch exactly what the error message is
      Reply With Quote Reply With Quote

    14. June 4, 2010 #14
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      Turn off Javascript in your browser before saving. Then the page won't refresh automatically and you'll have time to read the error.

      In clientscript/special_assetmanage.js, find:
      Code:
      		VaultImageButton.selection = vB_Editor[VaultImageButton.essoc[e.target.id]].get_selection();
      Replace with:
      Code:
      		var button = YAHOO.util.Event.getTarget(e);
      			VaultImageButton.selection = vB_Editor[VaultImageButton.essoc[button.id]].get_selection();
      Does this help at all?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    15. June 4, 2010 #15
      Keldaria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Keldaria is offline
      Junior Member
      Join Date
      June 1, 2010
      Posts
      10
      Rep Power
      0
      Nope didn't do a thing,

      oh and the error message I get when saving the namespaces is

      Code:
      Warning: Invalid argument supplied for foreach() in [path]/admincp/vaultwiki_namespace.php on line 1144
      Reply With Quote Reply With Quote

    Page 1 of 2 12 Next LastLast

    Similar Threads

    1. Usergroup can edit wiki, even though "Can edit wiki articles" is set to no?
      By beernuts in forum VaultWiki Questions
      Replies: 6
      Last Post: April 9, 2013, 1:59 PM
    2. Un-Move or un-merge a topic.
      By camoit in forum VaultWiki Questions
      Replies: 1
      Last Post: September 29, 2011, 2:34 AM
    3. "You cannot edit this article at this time because there is currently a previous edit awaiting approval."
      By John in forum VaultWiki Questions
      Replies: 2
      Last Post: August 18, 2009, 12:48 AM

    Tags for this Thread

    able, admincp, age, also, any, articles, attachment, automatically, before, begin, but, cache, changes, check, code, com, confused, could, create, did, documentation, don, edit, error, fatal, forums, get, important, installed, into, javascript, know, letter, looking, many, new, now, object, off, other, page, purchased, same, saving, see, setup, size, solution, target, that, the, topic, under, vaultwiki, was, way, when, where, wiki

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 4:37 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.