This forum is no longer active. Please post your questions to our new community site
Upgrading To 3.2 = Crush?
|
|
Hey there, been using BitNami for a while now with no problems whatsoever. Just now I have upgraded my Wordpress installation on BitNami from version 3.1 to version 3.2.1 (using the Automatic Update) and suddenly can’t access my localhost website anymore. Whats going on? It shows this Error: |
|
|
Try to restart the servers and check if there is any error in the Apache log file your_installdir/apache2/logs/error.log. |
|
|
Ok it seems there was an error caused by my theme. I shall post the fix here in case someone uses “Arras Theme”: Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/10/public_html/mydomain.com/wp-content/themes/arras/library/widgets.php on line 404 To Fix this go to /wp-content/themes/arras/library/widgets.php Find : function Arras_Widget_Tag_Cloud() { Change To : function Arras_Widget_Tag_Cloud() { |
|
|
Thanks for posting the fix. |

