Jump to content

Recommended Posts

Posted
I've recently had a problem crop up with pages using a certain template that was working fine before.

When I go to edit certain pages, I get returned to the same page I'm on, i.e. /processwire/page/edit/?id=XXXX but instead it displays the 404 template. And the data I'm entering or updating doesn't get saved.

The template only has title, multiplier, table and file fields attached to it. And the table field is also modified by the TableCSVImportExport module.

And it only seems to be happening to certain pages with this template, not all of them. :?

Posted

Does it work if you uninstall TableCSVImportExport? If so, what version of it are your running? I did just recently do some updates to it to support Table fields inside Repeater fields. I can't see why my module would be involved, but I would like to remove that as a possibility before we go further.

Posted

Saving the same entry on my local version of the site is fine so that's probably it.

But I've tried increasing post_max_size to 32 up from 8 but the problem remains. I don't think it's an execution time problem because the page goes to 404 within a couple of seconds of submitting the form.

Posted

Post max size is for uploads (and sizes of data. I'm talking about count of post vars (inputs).

Posted

That's currently set to 1000. The page has a table fieldtype of 8 column with 99 rows and a few other inputs so ~800 which is why I didn't think it would be the issue. But I tried increasing the limit to 2000 and resaved, and got the same result.

Posted

i did have the save to 404 error a few times; it was totally random when it happened;

i believe it was a mod security issue with my host.

  • 2 years later...
Posted

were you able to figure out your problem? i am having the same issue with the latest version of processwire

  • Like 2
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...