View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000859 | XMB1 | Bugs | public | 2025-10-15 14:46 | 2025-10-18 22:03 |
Reporter | flushedpancake | Assigned To | miqrogroove | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.10.00 | ||||
Target Version | 1.10.01 | Fixed in 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 | https://github.com/miqrogroove/xmb/commit/a70614322fe43826be4ce02a7b460a551f063970 | ||||
|
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 | |
2025-10-18 09:25 | miqrogroove | Assigned To | => miqrogroove |
2025-10-18 09:25 | miqrogroove | Status | acknowledged => confirmed |
2025-10-18 21:37 | miqrogroove | Status | confirmed => assigned |
2025-10-18 22:03 | miqrogroove | Status | assigned => resolved |
2025-10-18 22:03 | miqrogroove | Resolution | open => fixed |
2025-10-18 22:03 | miqrogroove | Fixed in Version | => 1.10.01 |
2025-10-18 22:03 | miqrogroove | Git Commit | => https://github.com/miqrogroove/xmb/commit/a70614322fe43826be4ce02a7b460a551f063970 |