XMB Forum Software

[Resolved] Keep Getting A Error When Editing Themes

Ravenfreak - 10-22-2020 at 02:48 AM

Full Board URL: http://planetnextgen.rf.gd
XMB Version: 1.9.12

Hey everyone, just installed the latest version of the forum. I've been lurking for a while now and finally decided to join. Anyways I've used the previous version of XMB with no issues in the past, however I keep getting this error every time I try to edit any detail on any theme.

"Error The form you submitted was expired or not understood. Please refresh the form and then try again."

I can create a new theme with no issues. Not sure what's causing this, perhaps it's because I don't have a https link? I did nuke my old installation of XMB before installing the new version so maybe that has something to do with it? (I know I probably should have just ran the upgrade script instead. :V) I cleared my cache too, but the issue seems to continue.

miqrogroove - 10-22-2020 at 02:51 AM

It sounds like a template bug. We had very low participation in the betas so maybe there's a missing variable or assignment. I will check it out.

miqrogroove - 10-22-2020 at 03:19 AM

If you're in a hurry to edit themes, you can look for this in cp2.php:

Code:
request_secure( 'Control Panel/Themes', (string) $single_int );


It's supposed to be:

Code:
request_secure( 'Control Panel/Themes', (string) $orig );


I need to re-check a bunch of things, but that should take care of it.