j_simon
Forum Replies Created
-
according to this link 1, the error log icon should be the right one
[1] https://support.hostgator.com/articles/specialized-help/technical/apache-htaccess/can-i-access-my-apache-log-fileshowever, according to this one [2] it seems that this is not allways working. Since you have no root access, I guess you have to ask the support again, to check for errors… (maybe send them that link ?? )
[2] https://www.flynsarmy.com/2011/10/location-of-error-logs-in-a-cpanel-install/cheers, joerg
hope it helps! good luck with it ^_^
Hm, the support should also be able to look up if memory is the problem.They should see a memory problem in their log for a url like YOURBLOGNAME/wp-admin/update.php?action=install-plugin&plugin=jetpack&_wpnonce=dfa2f834b6
and if it is not that, maybe they see another issue there….
Ok, while I wrote this, I also resolved it, so I write it anyway, maybe it helps someone:
[The short version: activation seems to use more than 32MB of memory for PHP for me, which was over the default of what PHP is allowed to use. Change it, and it works. Long version below:]
I already tried to disable all plugins and disable the theme, did not work.
I use:
Wordpress 3.4.2
Jetpack 1.9.2 <- or better: I want to use that
Askimet 2.5.6
CodeColorer 0.9.9
Smart Youtube PRO 4.1.7
Grey Opaque 1.8.5as I said, I already changed the theme (I did not remove it, just switched to the other) and disabled all modules. As soon as I try to aktivate jetback in the plugins area, the screen goes blank with that url:
https://blog.jsimon.at/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=Now after looking into my error.log (tail -f /var/log/apache2/error.log) file I found the following:
“PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /srv/www/li305-99.members.linode.com/public_html/wordpress/wp-includes/pomo/translations.php on line 256, referer: https://blog.jsimon.at/wp-admin/update.php?action=install-plugin&plugin=jetpack&_wpnonce=dfa2f834b6”So, older servers with ubuntu have a default of 16MB, newer of 32MB, and jetback seems to overrun that now.
Usually setting the memory_limit variable to something higher should work:
f.e. in:
sudo vi /etc/php5/apache2/php.iniHope that helped someone ??
Cheers, J?rg