Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
On a different site, the BL2 update went fine. all of my pages appear in the appropriate admin sections. however, when i visit the homepage in a browser it is blank (no error). url is www.joliverbrooks.com
thoughts? i updated all albums and cleared template cache.
Offline
Is that the same site as having this problem? http://community.theturninggate.net/vie … hp?id=8909
Offline
no. www.joliverbooks.com updated to BL2 without any errors.
Offline
Make sure that you've copied the files .htaccess and index.php from the top level of the Installer zip file to the top level of your site (e.g. into public_html).
Offline
i copied over index.php and .htaccess (i hadn't before). now when i go to the homepage ii get the message that i am running PHP 5.2.17. i ot this message during the install, called bluehost and they upgraded it to 5.6. The install then worked fine.
I checked on my cpanel on bluehost and it says i am running PHP 5.4.24.
Offline
That's strange. Can you log into Backlight, click PHP Info and check the version there?
The only way I'm aware of that different directories would have different versions would be if they were specified in the .htaccess file themselves. Can you see whether the change of version made in Bluehost has added any AddHandler lines to either .htaccess in your public_html folder or under the backlight folder, and paste any here? An example is a line that looks like this:
AddHandler application/x-httpd-phpbeta .php
If there is a similar line under backlight/.htaccess then that may explain why the Backlight admin has a higher version of PHP then the main page, one level up.
Offline
in one .htaccess backup, this was included at the top:
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
AddHandler application/x-httpd-php5 .php
i tried pasting it into the .htaccess but that didn't change anything.
Offline
Can you try adding
AddHandler application/x-httpd-phpbeta .php
into the .htaccess on your public_html and making sure there are no other entries in either that file or the one under backlight/. Other entries can be disabled by putting a # at the very start of the line.
Offline
If you're referring to the broken layout then it's a related problem. It looks like your file at backlight/.htaccess isn't doing what it needs to be doing.
Offline