Jump to content
  • 0

Site Error: The File /home/opticho1/public_Html/billing/app/app_Model.php Requires The Ioncube Php Loader Ioncube_Loader_Lin_5.4.so To Be Installed By


youyoyo27

Question

I have recently started my own web hosting vps with cpanel/whm and have checked ion in "Tweak>php>checked ioncube" but I still get the error shown below. Please help.

 

Site error: the file /home/opticho1/public_html/billing/app/app_model.php requires the ionCube PHP Loader ioncube_loader_lin_5.4.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

I believe that's all you have to do: https://www.softaculous.com/docs/Enable_Ioncube_cPanel

 

Not used cPanel in a while do you have SSH? use this command: php -v it should say Ioncube on it.

 

I think there used to be a way to do it on easyapache under the tick boxes but not sure if they have it anymore. What PHP are you using? You might need to enable the hotfix to work on 5.5: in the blesta zip you should see a hostfix-5.5

Link to comment
Share on other sites

  • 0

I believe that's all you have to do: https://www.softaculous.com/docs/Enable_Ioncube_cPanel

 

Not used cPanel in a while do you have SSH? use this command: php -v it should say Ioncube on it.

 

I think there used to be a way to do it on easyapache under the tick boxes but not sure if they have it anymore. What PHP are you using? You might need to enable the hotfix to work on 5.5: in the blesta zip you should see a hostfix-5.5

PHP: 5.4.33

 

It does say it

c380996317c9887d3f3c768b61d42755.png

 

Also have already ticked ionCube, there is now a new page error:

 

67723cc7369b6a95e3a187ef3f3c32eb.png

Link to comment
Share on other sites

  • 0

I noticed when I moved the HTACCESS I was able to visit the index page, so perhaps its something with the HTACCESS.

 

htaccess:

########################################################
# package:    minPHP
# filename:   .htaccess
########################################################

<Files ~ "\.(pdt)$">
   order deny,allow
   deny from all
</Files>

# Protect against Clickjacking
#Header append X-Frame-Options "SAMEORIGIN"

RewriteEngine on

# Force HTTPS
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php

RewriteCond %{REQUEST_URI} ^(.*)/install.php$
RewriteRule install.php %1/install/ [R=301,L]
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...