May 2, 201115 yr One obvious thing is to delete all the extra "/boot/unmenu/uu" lines. You only need it once so you can delete the block of 4 lines.
May 2, 201115 yr Alright interesting... I'm not sure why unmenu was in there so many times, but I will delete that... I'm at work now, on a different computer...and it works just fine here from this browser.... I'm on Win XP with Chrome...at my room I was on MAC OS with Chrome... Is there something different that I need on the MAC, for some odd reason... Also, you said you modified the install script, what did you change?
May 2, 201115 yr Nothing really, just made it more dynamic such that you change the WEBGUI_HOME and WEBGUI_INSTALL path once at the top of the script if you need to (just look at the script, it's only like 10 lines This webGui template works fine in Firefox on Mac, I may have tried it in Chrome, but I'll test it later tonight. Looks like maybe the CSS file didn't get copied over. Take a screen shot of the /usr/local/emhttp/plugins/webGui folder (and subfolders, as well)
May 2, 201115 yr Author That bash script defected07 created doesn't install of the files required anymore as it is out of date. I'll update my current install with another script. Thanks
May 2, 201115 yr What are you changing? Should I add something or change something? Or was it simply that I needed to clear my browser settings?
May 2, 201115 yr Author It's alright - I'll sort out the changes. I'm trying to see if a slackware package will work without issue. Will post up soon to let you know results.
May 2, 201115 yr Author Compiled webGui into package. Now easily installable, just read instructions in first post. Tidied up a bit of CSS, added new CSS for alert messages etc.
May 4, 201115 yr Author No idea - sorry to say. I've emailed by haven't heard back since his initial reply. I suspect he's traveling around and/or very busy with the latest beta. That should take precedence over anything else
May 6, 201115 yr You should create a auto_install file (I probably will, replicating your install.sh) just so you don't need to add another line to the go script.
May 6, 201115 yr Author Unsure of what you mean. It installs like any other package, without need of additional install files. All you need in the go script is installpkg /path/to/file.tgz
May 6, 201115 yr OhI just meant create the auto_install file in /boot/packages so the auto_install feature in the go script would take care of it instead of adding another line to the go script. Ya feel me? Lol
May 6, 201115 yr OhI just meant create the auto_install file in /boot/packages so the auto_install feature in the go script would take care of it instead of adding another line to the go script. Ya feel me? Lol I understood what you said, and If I get a chance I will see if I can link to his package and create a .conf file for unMenu. Should not be overly difficult and I should be able to do a check so that the package can not be installed on anything in the unRAID 4.x subset.
May 6, 201115 yr The easiest way to install packages is to create a directory called "extra" in the flash drive, and put all your .tgz/.txz packages there, as they are installed before the go script got called.
May 6, 201115 yr Author The easiest way to install packages is to create a directory called "extra" in the flash drive, and put all your .tgz/.txz packages there, as they are installed before the go script got called. +1 Informative
May 7, 201115 yr But wouldn't you need this called after emhttp is installed, which is in the go script?
May 7, 201115 yr But wouldn't you need this called after emhttp is installed, which is in the go script? No, when emhttp get lauched, the new php and css files will be already in place, so the new GUI will be available from the begining.
May 8, 201115 yr The easiest way to install packages is to create a directory called "extra" in the flash drive, and put all your .tgz/.txz packages there, as they are installed before the go script got called. Is there an issue if the "extras" folder installs the new gui after the simplefeatures addon? will the gui not work? I currently use my "go" script to install the gui then install the simplefeatures
May 8, 201115 yr Question. I just installed unRAID-Web from the package manager. This screwed up my webgui as it installed php over php. I ran this cmd to make it work again sed -i "s/^short_open_tag = Off/short_open_tag = On/" /boot/custom/php/php.ini http://lime-technology.com/forum/index.php?topic=10840.msg103297#msg103297 However, it doesn't allow your gui to show up? Edit: Interesting enough...after STARTING the array, the webgui showed up as the new one, but still not perfectly. so I cleared the cache and cookies, and now it's up
May 8, 201115 yr Author Gidday, if you have the short_open_tag installed, should work without issue. When I update it next, I'll change all tags to <?php instead. That should stem any further issues. Cheers
May 9, 201115 yr Why isn't short_tags on by default? Wasn't this a problem in pre-PHP 5.x? I'm trying to recall why it was turned off... IBgoogleisyourfriend
Archived
This topic is now archived and is closed to further replies.