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
[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: 460
Registered: 10-1-2002
Location: Florida
Member Is Offline

Mood: Past Three O'Clock

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


Avatar


Posts: 460
Registered: 10-1-2002
Location: Florida
Member Is Offline

Mood: Past Three O'Clock

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

  Go To Top

Powered by XMB 1.9.12 (Debug Mode)
XMB Forum Software © 2001-2024 The XMB Group
[Queries: 16] [PHP: 60.5% - SQL: 39.5%]