View Issue Details

IDProjectCategoryView StatusLast Update
0000859XMB1Bugspublic2025-10-15 22:32
Reporterflushedpancake Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.10.00 
Target Version1.10.01 
Summary0000859: Theme import is completely broken it seems
DescriptionSo there's a leftover reference to cp2.php in admin_themes_end template which I changed to :

<form method="post" action="themes.php" enctype="multipart/form-data">

This seemingly fixed form

But then it then led to (when I imported a theme)

Fatal error: Uncaught Error: Call to undefined function XMB\readFileAsINI() in /home/vol12_8/my-webs.org/mw_40176905/htdocs/admin/themes.php:117 Stack trace: #0 {main} thrown in /home/vol12_8/my-webs.org/mw_40176905/htdocs/admin/themes.php on line 117

So yeah
Steps To Reproduce1) import a theme
2) you will go to the 404 page.
3) attempt to fix the template
4) get errors
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
Flags
Original Reporter
SVN Revision
Git Commit

Activities

miqrogroove

2025-10-15 22:32

administrator   ~0000600

readFileAsINI() moved into class admin along with the other junk drawer items in the same admin file. The themes.php file already sets up an instance named $admin so now the function call just needs to be changed to a method call.

Issue History

Date Modified Username Field Change
2025-10-15 14:46 flushedpancake New Issue
2025-10-15 22:23 miqrogroove Status new => acknowledged
2025-10-15 22:23 miqrogroove Target Version => 1.10.01
2025-10-15 22:32 miqrogroove Note Added: 0000600