Theme not compatible with PHP 5.4
-
We have just been informed that Bluehost will change us to PHP 5.4 in 7 days…Our ThemeMakers Paradise theme is not compatible with 5.4! we are a non-profit and receive most of our donations this time of year.
Does anyone know of a theme that is real compatible with Paradise so as to lessen our website down time?
I have an email into ThemeMakers to see what they suggest…
thank you for any suggestions or assistance you can provide…
-
I wouldn’t freak out that quickly. If the THEME required 5.4, and Bluehost only had 5.3, then you’d have an issue.
5.4 should still be backwards compatible with your theme.
Our Paradise theme does not work in the PHP 5.4 environment. I tested it on the Host server. We have an issue…
It’s not something we can help with, we don’t have access to commercial themes or plugins. Have you made Bluehost aware of this as well?
Thank you, just thought someone might have a suggested theme that is compatible with ThemeMaker Paradise.
Yes, I begged Bluehost for an extension! There is no mercy! They started in October with move overs & now I get notice in December with 1 week before the site goes down! All I get is sorry we have to do this…
Just look for a theme that’s similar here:
Unlikely to find people here who will have an answer for a commercial theme – I have no idea what your site or that theme even looks like.
Hey webmeister – we had the exact same problem (nonprofit with Bluehost too!). It turned out not to be a theme issue but a plugin/widget issue. I would try deactivating all of your plugins and widgets, do the upgrade through Bluehost CPanel, and see if your site breaks. If it does, you know it’s one of the plugins/widgets. Go back to your old PHP version in the CPanel and start adding them back in until your site breaks again. Then you know which one it is and not to use. That’s what we did and we are running on 5.4 a day ahead of schedule now.
THIS IS NOT A PLUGIN OR MYSQL PASSWORD PROBLEM.
Hi. Not shouting but I wanted your attention. I have had the same problem, same theme. Have wasted hours deactivating plugins etc. Not the problem.
The theme uses a slider function. The PHP file driving the slider has a problem. You need to change the code in the PHP file as follows.
Use your Bluehost CPanel and go to File Manager.
Click your way to – (XXXXX) is your web site name./public_html/XXXXX/wp-content/themes/Paradise/functions/custom_types/sliders.php
You need to highlight the file name, click it once.
Ideally you should make a backup copy of the file first.
Click the Code Editor option in the menu bar.
Click the Edit button in the popup.
Scroll down to about line 100. Around there you see this code-function theme_slider_render() {
Scroll down slowly (about 20 lines) until you see this code –
function theme_slider_options() {
about three lines above that you will see
$_theme_sliders[get_option(‘slider_type’)]->render(&$loop);you need to delete the “&” character in “(&$loop)”.
the line will now look like this –$_theme_sliders[get_option(‘slider_type’)]->render($loop);
Now… top right corner of window – Click ‘Save Changes’ button.
Now click ‘Close’ button.Now go to your web site Home page. Refresh it. Hopefully it displays okay.
Go back to the CPanel and the PHP config page and click your PHP 5.4 option.
Refresh your Home page again.
Good luck.
Hi webmeister. Forgot to add this bit.
If you are only hosting one site the files you need will be under /public_html/.In this folder is a file called ‘error_log’.
If you still have problems after changing to PHP 5.4, use the CPanel File Manager again and click this file (to highlight it).
Click The View option in the menu bar. The file should open in a new window. Scroll all the way to the bottom and there will be an error message to tell you why the site is failing to display.Good luck.
SHARESITE THIS WAS NOT A PLUGIN ISSUE LOL
Not shouting I am just excited… Thank you a million times over…you are a life saver!!! That simple fix worked fantastic.
How the heck did you find the issue?Now I will also contact Thememakers & ask them if the fix is ok…unless you want to sell the fix to them LOL.
Thanks again to you and Thanks again to WordPress Forum
YOU ARE ALL AWESOME!
sharesite, I have the same issue as webmeister!!! I NEED SOMEONE’S HELP please!!! I have a different theme though. Can anyone help me please? I tried everything. Resetting my database password, my user database password, I removed my plugins. The problem seem to be with the theme.
@dreamwebpro – I answered your other thread –
(Please don’t post in more than one place…)
Dreamwebpro maybe Sharsite can tell us how he found out the fix for our Theme. What theme do you have?
I have one that’s called Organic – themeforest-2439329-organic-responsive-premium-wordpress-theme (zip file)
thanks for replying
Interesting – another Themeforest product hmmmm
Might check your error page in your files on the server. No guarantees but might get lucky…
The topic ‘Theme not compatible with PHP 5.4’ is closed to new replies.