Anthony
New Member
I installed the plugin a few weeks ago and it seemingly worked.
Today I went to my site and I see a ERROR 500 on my site.
I had to disable my plugins to find that alidropship woo plugin was the one creating that issue.
I think it has to do with the Zend Guard Loader.
I deleted the plugin and I deleted all of the configurations of Zend Guard Loader and started over.
Btw, I use ispconfig as my admin panel and linode as my host.
I downloaded the zend loader (zend-loader-php5.6-linux-x86_64_update1.tar)
Uploaded to my sever and moved it to
/usr/lib/php5/20131226/
zend_extension=/usr/lib/php5/20131226/ZendGuardLoader.so
The following above is where my zenguardloader is located.
I edited the follow .ini files
/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
/etc/php5/cgi/php.ini
/etc/php5/fpm/php.ini
at the bottom of the files i added
zend_extension=/usr/lib/php5/20131226/ZendGuardLoader.so
zend_loader.enable=1
Then I restarted apache2 and php services.
on the command line i typed in :
php -v, and also php-m
Both commands show that zend optimizer is
After all this i can't get it to work.... Please help
Today I went to my site and I see a ERROR 500 on my site.
I had to disable my plugins to find that alidropship woo plugin was the one creating that issue.
I think it has to do with the Zend Guard Loader.
I deleted the plugin and I deleted all of the configurations of Zend Guard Loader and started over.
Btw, I use ispconfig as my admin panel and linode as my host.
I downloaded the zend loader (zend-loader-php5.6-linux-x86_64_update1.tar)
Uploaded to my sever and moved it to
/usr/lib/php5/20131226/
zend_extension=/usr/lib/php5/20131226/ZendGuardLoader.so
The following above is where my zenguardloader is located.
I edited the follow .ini files
/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
/etc/php5/cgi/php.ini
/etc/php5/fpm/php.ini
at the bottom of the files i added
zend_extension=/usr/lib/php5/20131226/ZendGuardLoader.so
zend_loader.enable=1
Then I restarted apache2 and php services.
on the command line i typed in :
php -v, and also php-m
Both commands show that zend optimizer is
After all this i can't get it to work.... Please help