schachjunge
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreresolved
Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreOk cool, so my host said i just have to switch to php 5.5 and i only had to add these 2 line to my .htaccess file:
AddHandler x-httpd-php55 .php .php3 .php4 .phtml
AddHandler x-httpd-php55 .php5# BEGIN WordPress
<IfModule mod_rewrite.c>
AddHandler x-httpd-php55 .php .php3 .php4 .phtml
AddHandler x-httpd-php55 .php5
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressEverything works perfectly fine now! Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreYes its the memory. It uses around 40MB when i am not in the admin panel and 50MB when i am in it.
Installed woocommerce again and saw that on the standard site the memory usage is around 58MB, so when i open the admin panel it explodes.Ok maybe you are right when you ask about the host. I try to figure out how he is uses all the memory
Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreI thought the way you described is the only way that i can deactivate it. I did this now 4 times.
The Host is flatbooster.comOk the query-monitor says that i am using 51MB memory without any other plugin. So there could be the problem right?
Thanks for your help btw
Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreWell thats strange, because there is nothing else running on the server. As i said the WooCommerce installation was the first thing i did after my WordPress installation. And thats the only thing running on the server.
Is there maybe any plugin which reduces the memory needed?Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreWell my maximum is 64MB. Maybe you should write anywhere that you need more than that to run WooCommerce. As i said, there is nothing else running and no other plugin
Forum: Plugins
In reply to: [WooCommerce] Admin Panel not working anymoreOk new error: 64MB doesnt seem to be enough
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /var/www/web139855/html/wp-admin/includes/media.php on line 2418