pirate988
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Resource files path was not redirectedHello,
I fixed this issue by creating a symbolic link for the asset directory in the web root
after that i added the line
Options +FollowSymLinks
to the .htaccess to allow the server to read the symbolic linkI’m not sure what caused the problem but this should fix it
Good luckForum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Fetal Error when activatedHello Carstenm,
download the zip archive to your laptop. after that open the zip archive and you will find a file called init.php
open that file and go to the line number 47
add_option( ‘yith_wcmg_slider_direction’, apply_filters( ‘yith_wcmg_slider_direction’, ‘left’ ) );and move it to the end of the function before the } and after these two lines
global $yith_wcmg;
$yith_wcmg = new YITH_WCMG();
after that save the fileFinally, go back to your wordpress back-end and upload the modified zip file
Forum: Plugins
In reply to: [WP Super Cache] occasional white screenHello,
It happened again,
Out of the sudden all my network sites both back-ends and fron-ends started to give white screen nothing i can do.
I refresh my tabs many times sometimes the sites load sometimes they don’t and even when they load, once i click on any link or action i get the white screen back
I checked the error logs nothing in there
It might be memory issue as you mentioned but i can’t change the memory limit since i’m using shared hosting.
I think the problem happen each time I make massive update on one of my sites.
This time i had no option but to delete the plugin, guess this plugin is not really suitable for shared hosting or atleast godaddy’s shared hosting
Thanks any wayForum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Fetal Error when activatedThank you trapuh,
I tried to move that line to the end of the function and it worked.
I still don’t know what’s wrong and why this issue is not more common
Thanks a lotForum: Plugins
In reply to: [WP Super Cache] occasional white screenThank you for your reply,
I can’t increase the memory limit since i’m using godaddy shared host
as for the log i just found out the the logs were disabled so i enabled them and i’ll wait until the problem happen again and update you.
Thank you for your help.Thank you