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


Question

Posted

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.

13 answers to this question

Recommended Posts

  • 0
Posted
  On 10/4/2014 at 3:44 AM, naja7host said:

in not roundcube , is ioncube

 

you should re-run easyapache and build php+apache , make sure ioncube is checkek in the list .

Haha, bit tired. I am re-running/building EasyApache;

 

b5c3621d5efb1cbd05ec60a655a72b47.pngThat should be what I do right to fix this though right?

  • 0
Posted

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

  • 0
Posted
  On 10/4/2014 at 12:03 PM, Licensecart said:

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

  • 0
Posted
  On 10/4/2014 at 2:43 PM, youyoyo27 said:

Just realized in the easyapache exhaustive options PDO was not checked, rebuilding will update soon.

 

Glad you managed to find that :) you need PDO and PDO_MySQL and that will be fixed.

  • 0
Posted

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]
  • 0
Posted
  On 10/4/2014 at 5:21 PM, Licensecart said:

Do you have a .htaccess effecting folders in the root? or a .htaccess in the billing folder?

My website does have a htaccess that points to the index but thats all it does. The billing has a separate htaccess.

  • 0
Posted
  On 10/4/2014 at 5:21 PM, Licensecart said:

Do you have a .htaccess effecting folders in the root? or a .htaccess in the billing folder?

Just removed the main htaccess and its fixed! Thanks a lot to all who helped essentially you License (planning on changing my Blesta license to you soon :D).

  • 0
Posted
  On 10/4/2014 at 5:28 PM, youyoyo27 said:

Just removed the main htaccess and its fixed! Thanks a lot to all who helped essentially you License (planning on changing my Blesta license to you soon :D).

 

Glad it worked, you're welcome we're all here to help :) And thank you we'll look forward to your custom :D.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...