Forums

pageMash error (13 posts)

  1. danicasati
    Member
    Posted 12 months ago #

    I get "Error: Update Timeout" when I try to update my pages order.
    I'm using WP 2.6.5, pageMash 1.1.6 and PHP4.

  2. samboll
    moderator
    Posted 12 months ago #

    php4 is likely the problem - can you upgrade to php 5.x.x?

  3. rosschapman
    Member
    Posted 11 months ago #

    same problem for me. running and php5 and still get error.

  4. jmash
    Member
    Posted 11 months ago #

    try completely removing pageMash and adding it again. I changed the savelist.php file to lowercase, but some methods of updating will not recognise the change in case in the filename.

  5. quoindesign
    Member
    Posted 10 months ago #

    Awesome plugin, but I'm having same problem. It was working for a while, and then, over the weekend decided to stop. I've downloaded the newest version, done a clean install and cleared my cache, but still get the timeout error.

    Any help would be appreciated. Thanks.

  6. jmash
    Member
    Posted 10 months ago #

    Thanks for the feedback, I'm really not sure what could be causing this.
    The timeout error just means that pageMash has sent a AJAJ request and not recieved any response.
    If you set the $ShowDegubInfo variable at the top of pagemash.php to true it should show the request data when you press update in pageMash. This is the easiest thing to check and should just be a JSON representation of your pages structure. Otherwise if you can get the firebug addon for firefox, pageMash is set to report a lot of additional information to this console that may help identify the problem.

    jmash.

  7. rosschapman
    Member
    Posted 8 months ago #

    jmash:

    firebug console shows:

    POST http://my-site.com/wp-content/plugins/postmash/savelist.php 500 internal server error

    also shows:

    Error: update confirmation not recieved

    i realized that my site is actually symbolically linked to public_html and wondering if that's causing some confusion with the ajax call?

    console response tab shows:

    <html>
     <head>
      <title>500 Internal Server Error</title>
     </head>
     <body>
      <h1>Internal Server Error</h1>
      <p>Directory "/home/rlafree/dev/v1/wp-content" is writeable by group</p>
      <hr/>  <address>suPHP 0.6.3</address>
     </body>
    </html>

    any ideas? thanks.

  8. jmash
    Member
    Posted 8 months ago #

    that info narrows down the problem, sounds like it may be something to do with your permissions. Try checking your file permissions particularly of the savelist.php file with chmod.
    It shouldn't matter that it's symbolically linked, but it's possible that it's causing a problem with your suPHP install.. might be worthwhile updating suPHP.

  9. Ravenmaster
    Member
    Posted 7 months ago #

    I try to hide pages using pagemash and it will continually show them - not all of them but about 8-10 pages - not sure why

  10. penmaster91604
    Member
    Posted 4 months ago #

    I get the same error here, but the firebug console says:

    /wp-content/plugins/pagemash/savelist.php 404 Not Found

    I checked the file system and the savelist.php file is there

  11. penmaster91604
    Member
    Posted 4 months ago #

    Okay, I found a solution. In my case it was due to the permissions of the wp-content folder. I set it to 777 and that was causing the error. When I set the permissions to 755 the error went away.

    I hope this helps.

  12. piotr.godek
    Member
    Posted 1 month ago #

    my problem was that i installed pagemash as root by mistake, and Apache run WP as another user. chown to the other user for pagemash and fixed.

  13. gonker
    Member
    Posted 3 weeks ago #

    Yeah I had this issue also .. Hours later -- I set the plugins directory to 755 it was on 777 and that fixed it

Reply

You must log in to post.

About this Topic