March 30, 201313 yr I just upgraded from 4.7 to the latest RC and when I access Unraid, the webgui is malformed and broken (see screenshot). I followed the upgrade instructions below: Copy the files bzimage and bzroot from the zip file to the root of your flash device, overwriting the same-named files already there. If present, delete these files from the flash (sorry, you will have to re-enter all your users after booting this release): config/passwd config/shadow config/smbpasswd Any ideas? I tried searching the forums but couldn't find the same issue I'm experiencing. Thanks syslog.txt
March 30, 201313 yr Author Try clearing the cache in your browser. Thanks, just tried that but same result with different browsers after purging cache.
March 30, 201313 yr I just upgraded from 4.7 to the latest RC and when I access Unraid, the webgui is malformed and broken (see screenshot). I followed the upgrade instructions below: Copy the files bzimage and bzroot from the zip file to the root of your flash device, overwriting the same-named files already there. If present, delete these files from the flash (sorry, you will have to re-enter all your users after booting this release): config/passwd config/shadow config/smbpasswd Any ideas? I tried searching the forums but couldn't find the same issue I'm experiencing. Thanks The issue is your add-on "php" web-server. It does not have "short tags" enabled. Type php --ini to locate the php.ini file location then type sed -i "s/^short_open_tag = Off/short_open_tag = On/" /boot/custom/php/php.ini substitute your php.ini file location for the one listed here above in RED. then, you should be back working. OR do not install an alternative version of "php"as unRAID has one already. Joe L.
Archived
This topic is now archived and is closed to further replies.