Hey Guys,
I have seen lots of people messing up with their ProReview Theme for its illegal string error with shortcodes. I am using that theme too and got its permanent solution. You just need to add the following code into your htaccess file
# Use PHP53 as default
AddHandler application/x-httpd-php53 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php53/lib
</IfModule>
Hope that you will end up with this issue
Thank You
Faheem
I have seen lots of people messing up with their ProReview Theme for its illegal string error with shortcodes. I am using that theme too and got its permanent solution. You just need to add the following code into your htaccess file
# Use PHP53 as default
AddHandler application/x-httpd-php53 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php53/lib
</IfModule>
Hope that you will end up with this issue
Thank You
Faheem