View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000859 | XMB1 | Bugs | public | 2025-10-15 14:46 | 2025-10-15 22:32 |
Reporter | flushedpancake | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 1.10.00 | ||||
Target Version | 1.10.01 | ||||
Summary | 0000859: Theme import is completely broken it seems | ||||
Description | So 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 Reproduce | 1) import a theme 2) you will go to the 404 page. 3) attempt to fix the template 4) get errors | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | |||||
Browser | |||||
Flags | |||||
Original Reporter | |||||
SVN Revision | |||||
Git Commit | |||||
|
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. |
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 |