Support > General Support

unRAID 5.0b6a - "Stable" Beta

<< < (2/9) > >>

djdexter:
Is the download for 5.0ba still the same and in Announcements or is there a updated one?

Joe L.:

--- Quote from: djdexter on April 12, 2011, 04:10:31 PM ---Is the download for 5.0ba still the same and in Announcements or is there a updated one?

--- End quote ---
it is still 5.0beta6a.

Dase:

--- Quote from: christuf on April 09, 2011, 11:22:35 AM ---Is there any kind of list anywhere of which packages (installed from unMENU) are compatable with 5.0-beta6a?

--- End quote ---

I had to stop unmenu from installing the PHP package for my 5.0 upgrade. The unraid web UI was all garbled with it active.

BRiT:
Executing the following command after installing your own php package will likely fix the emhttp issue:


--- Code: ---sed -i -e "s/^short_open_tag.*=.*Off/short_open_tag = On/" /etc/httpd/php.ini
--- End code ---

obviously replacing /etc/httpd/php.ini with the location of your new php.ini file, which can be determined with the following command:


--- Code: ---php --ini
--- End code ---

madburg:

--- Quote from: BRiT on April 24, 2011, 03:26:21 PM ---Executing the following command after installing your own php package will likely fix the emhttp issue:


--- Code: ---sed -i -e "s/^short_open_tag.*=.*Off/short_open_tag = On/" /etc/httpd/php.ini
--- End code ---

obviously replacing /etc/httpd/php.ini with the location of your new php.ini file, which can be determined with the following command:


--- Code: ---php --ini
--- End code ---


--- End quote ---

I could use some help with this as well please. Is this happening to everyone on unRAID 5.0b6a?

php --ini output:
Configuration File (php.ini) Path: /etc/httpd
Loaded Configuration File:         /boot/custom/php/php.ini
Scan for additional .ini files in: /etc/php
Additional .ini files parsed:      (none)

Should i execute this very command "sed -i -e "s/^short_open_tag.*=.*Off/short_open_tag = On/" /etc/httpd/php.ini" ? I dont want to mess this up if I miss understood something.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version