Installatron no longer working since the removals of libraries from Custombuild

Imtek

Verified User
Joined
Dec 11, 2005
Messages
223
Location
The Netherlands
Installatron seem to be no longer working since the removals of libraries from Custombuild, after trying to repair installatron i get:

[root@server ~]# /usr/local/installatron/repair -f --quick --release
/usr/local/installatron/bin/run: error while loading shared libraries: libjpeg.so.9: cannot open shared object file: No such file or directory

Anybody faced this too?
 
Hello,

Installatron copies a PHP binary to its own location. You might re-compile PHP and re-install Installatron, or simply replace the binary. That's up to you to identify a location for PHP binary of Installatron.
 
The above solution worked fine years ago, but now I'm getting this no matter what:

Code:
PHP Fatal error:  Uncaught Error: Call to a member function getHeaders() on null in /usr/local/installatron/lib/boot.php:25453
Stack trace:
#0 /usr/local/installatron/lib/gui_native/init.php(72): i_directadmin->query('/CMD_PLUGINS/in...', Array, false)
#1 /usr/local/installatron/lib/gui/init.php(2213): i_gui->displayHead()
#2 /usr/local/installatron/lib/boot.php(28371): i_gui_default->display()
#3 /usr/local/installatron/lib/boot.php(36071): itron::init()
#4 {main}
  thrown in /usr/local/installatron/lib/boot.php on line 25453

In December everything still worked perfectly, guess some DA updates ruined it.


Edit.

After rebuilding everything few times, I noticed, that Installatron actually works, but only if Evolution skin is set for appropriate user. Better than nothing, but can't really look more than 30 seconds at that Evolution mess o_O
 
Last edited:
Installatron realeased a fix for that, you only need to update:

Code:
/usr/local/installatron/repair -f --release --quick
 
Back
Top