Support > General Support
unRAID 5.0b6a - "Stable" Beta
BRiT:
It looks like the php file it's using is from '/boot/custom/php/php.ini', so your command would be:
--- Code: ---sed -i -e "s/^short_open_tag.*=.*Off/short_open_tag = On/" /boot/custom/php/php.ini
--- End code ---
What this does is look for a line beginning with "short_open_tag = Off" with no or any amount of whitespace between the 3 terms and replace it with "short_open_tag = On". The command can be run multiple times without any ill effects. If it does not find any matching lines it won't change anything.
You may have to restart any php-based processes for the changes to take effect for those processes.
madburg:
--- Quote from: BRiT on April 25, 2011, 04:21:45 PM ---It looks like the php file it's using is from '/boot/custom/php/php.ini', so your command would be:
--- Code: ---sed -i -e "s/^short_open_tag.*=.*Off/short_open_tag = On/" /boot/custom/php/php.ini
--- End code ---
What this does is look for a line beginning with "short_open_tag = Off" with no or any amount of whitespace between the 3 terms and replace it with "short_open_tag = On". The command can be run multiple times without any ill effects. If it does not find any matching lines it won't change anything.
You may have to restart any php-based processes for the changes to take effect for those processes.
--- End quote ---
Many thanks!, so is mine normal for a lack of better words? to be looking at '/boot/custom/php/php.ini'. I know I did not do a single thing, so assuming everyone on 5.06a with unraid/web menu is facing this?
madburg:
It did not work for me or as far as I can see. What I did actually notice is just by going to \\tower (port80) is generates these PHP messages at the conole and does not let you type anything at the console until u actually hit Enter then you get the login propmt again. Screensnot attached.
BRiT:
After making the change, did you restart emhttp to be able to see the webbrowser-based UI?
madburg:
I rebooted after the change, is that ok?
Also i dont know if it is related, but in \\tower:89 "unMENU" "unRAID Web" when u select "User Scripts", Disk Performance" or "Network Performance", nothing comes up?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version