Hi, I´m gettin the following error:
Site error: the file /home/fcualk/public_html/vbseo.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
can anyone help?
Regards,![]()
This is a discussion on ioncube_loader_lin_4.4 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I´m gettin the following error: Site error: the file /home/fcualk/public_html/ vbseo .php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to ...
Hi, I´m gettin the following error:
Site error: the file /home/fcualk/public_html/vbseo.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
can anyone help?
Regards,![]()
Hello Marcos:
Try downloading this test script, unzip it, upload test.php to your server, and browse to it in your browser:
http://www.vbseo.com/attachments/f83...loads-test.zip
That will tell you if you need the IONCube or the Zend version of vBSEO. If it says that you can run the Zend version, download that version of vBSEO and give it a try.
If it says you need to run the IONCube version, make sure you upload the ioncube files that are included with vBSEO.
I´ve done this before downloading and installing.
The first test.php showed me a green button for Ioncube version, so I´ve installed it and, after uploading the .htaccess file, error occurs.
After installing, I´ve checked the test.php once again and now, everything is in red. For Ioncube (that was green before installing) now says:
The Loader was not installed. Check with your host or system administrator that enable_dl in your php configuration is turned on and that safe_mode is turned off.
What should I do now?
Rgds![]()
PM Sent.
I am having same problem?
I did the test & got green for ioncube. I installed the ion version & got the error:
I disabled vBSEO, but what can I do?Code:Site error: the file /home/thisdarn/public_html/vb/includes/functions_vbseo.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
Hello Dreck,
answered to your support ticket regarding this.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
ok, thanks.
Issue resolution:
Since ioncube is installed in php.ini, dynamic libraries included in the vBSEO ionCube package are not used by php. You must update your ionCube version at your host by uploading the latest loader and updating your php.ini file.
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I've just upgraded to PHP 5.1.4 and am having this problem when Apache is running the Server API in Apache mode rather than CGI.
I need to run in Apache mode to enable APC to optimise the PHP.
The error I am getting is:
I already have that required file in the ioncube directory to work at runtime... and the ioncube-loader-helper.php file indicates that it has installed fine.Code:Site error: the file /home/bowlie/public_html/forum/vbseo.php requires the ionCube PHP Loader ioncube_loader_lin_5.1.so to be installed by the site administrator.
But it's not working.
So I've installed it from the tar.gz from the ioncube site and added the following to my php.ini:
Restarted Apache, and it's still not working.Code:; This is for ioncube zend_extension = "/ioncube/ioncube/ioncube_loader_lin_5.1.so"
Can anyone help with this please.
Update: issue has been resolved with Zend Optimizer installation.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Yup.
For curiosity's sake though, the test script you ship:
Test File
Says I have ioncube (it's been deleted from the system very thoroughly now)... and it also says I don't have Zend, which contradicts the phpinfo()
But am happy that it's resolved. Was a fight, and as always makes me nervous of Apache and PHP upgrades, but glad I got through it![]()
Yes, the test script is a bit inconsistent, we're planning to improve it![]()
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Same boat; not an avid sysadmin though. I will try to decipher the above.