XMB Forum Software
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: [Resolved] Keep Getting A Error When Editing Themes
Ravenfreak
New Poster
**




Posts: 2
Registered: 10-22-2020
Member Is Offline


posted on 10-22-2020 at 02:48 AM Edit Post Reply With Quote
[Resolved] Keep Getting A Error When Editing Themes


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.
View user's profile View All Posts By User
miqrogroove
XMB 1.9.12 Lead Developer
*********


Avatar


Posts: 534
Registered: 10-1-2002
Member Is Offline

Mood: Past Three O'Clock

posted on 10-22-2020 at 02:51 AM Edit Post Reply With Quote



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.
View user's profile Visit user's homepage View All Posts By User
miqrogroove
XMB 1.9.12 Lead Developer
*********


Avatar


Posts: 534
Registered: 10-1-2002
Member Is Offline

Mood: Past Three O'Clock

posted on 10-22-2020 at 03:19 AM Edit Post Reply With Quote



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.
View user's profile Visit user's homepage View All Posts By User

  Go To Top

Powered by XMB 1.10.00-alpha (Debug Mode)
XMB Forum Software © 2001-2025 The XMB Group
[Queries: 14] [PHP: 25.6% - SQL: 74.4%]