Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 19:38:36

Author Topic: Can't Login to Control Panel After Last Update  (Read 14219 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Can't Login to Control Panel After Last Update
« on: 2014-04-08, 21:39:30 »
Control panel login shows these errors:

    
Warning: include_once(htmllib/lib/displayinclude.php) [function.include-once]: failed to open stream: No such file or directory in /usr/local/lxlabs/kloxo/httpdocs/login/inc.php on line 4

Warning: include_once() [function.include]: Failed opening 'htmllib/lib/displayinclude.php' for inclusion (include_path='.:/usr/share/pear/') in /usr/local/lxlabs/kloxo/httpdocs/login/inc.php on line 4

Notice: Undefined variable: sgbl in /usr/local/lxlabs/kloxo/httpdocs/login/inc.php on line 6

Notice: Trying to get property of non-object in /usr/local/lxlabs/kloxo/httpdocs/login/inc.php on line 6

Fatal error: Call to undefined function init_language() in /usr/local/lxlabs/kloxo/httpdocs/login/inc.php on line 8

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #1 on: 2014-04-08, 21:41:11 »
I followed this thread and still not resolved:

http://forum.mratwork.com/kloxo-mr-releases-and-announcements/%28update%29-kloxo-6-5-1-b-to-2014040405/

Kloxo MR version:

kloxomr-6.5.1.b-2014040801.mr
« Last Edit: 2014-04-08, 21:47:09 by Joe »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Can't Login to Control Panel After Last Update
« Reply #2 on: 2014-04-09, 03:45:58 »
Run 'sh /script/php53s-installer; sh /script/fixlxphpexe; sh /script/cleanup'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #3 on: 2014-04-09, 04:03:14 »
That allowed me to access the control panel but my website now shows an Internal Server Error. It's a drupal site and when deleting the .htaccess file. I can access the main page but all other pages are not redirecting so it seems like the Apache configuration changed or a php problem?

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #4 on: 2014-04-09, 04:20:15 »
I used an alternative htaccess file with different settings and now it works.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Can't Login to Control Panel After Last Update
« Reply #5 on: 2014-04-09, 05:24:50 »
No. Just enough 'sh /script/cleanup' and to make sure 'sh /script/fixweb; sh /script/fixphp; sh /script/restart-web'. Also better re-update web, dns, php-branch, php-type from panel.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #6 on: 2014-04-09, 05:37:31 »
Whenever sh /script/cleanup is run, it changes back the htaccess file and again causes an Internal Server Error.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Can't Login to Control Panel After Last Update
« Reply #7 on: 2014-04-09, 07:26:07 »
Look like Kloxo-MR version need update. Run 'yum clean all; yum update' first.

After that, run 'sh /script/fixweb; sh /script/fixphp; sh /script/restart-web' to resolve previous issue related to php and or web.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline linuxthefish

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #8 on: 2014-04-09, 23:47:21 »
All the options posted don't work, and new installs are also broken. Tons of missing lxphp errors everywhere and the login page displays the same error as the OP...

/usr/bin/lxphp.exe: line 10: /opt/php53s/usr/bin/php: No such file or directory

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Can't Login to Control Panel After Last Update
« Reply #9 on: 2014-04-10, 04:37:32 »
Error '/usr/bin/lxphp.exe: line 10: /opt/php53s/usr/bin/php: No such file or directory' mean no exist php53s. So, need install 'new' php53s (different approach compare to 'old' php53s).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline linuxthefish

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #10 on: 2014-04-10, 21:10:22 »
Error '/usr/bin/lxphp.exe: line 10: /opt/php53s/usr/bin/php: No such file or directory' mean no exist php53s. So, need install 'new' php53s (different approach compare to 'old' php53s).

I've tried /script/fixlxphpexe and nothing...

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #11 on: 2014-04-10, 23:19:53 »
Error '/usr/bin/lxphp.exe: line 10: /opt/php53s/usr/bin/php: No such file or directory' mean no exist php53s. So, need install 'new' php53s (different approach compare to 'old' php53s).

I've tried /script/fixlxphpexe and nothing...

Did you follow his advice and run this below? sh /script/php53s-installer is needed for Kloxomr 6.5.1 and after I ran it with a reboot I had access to kloxo-mr.

yum clean all
## will be include Kloxo-MR 6.5.1.b-2014040405
yum update
## need convert to 'new' php53s
sh /script/php53s-installer
## must run cleanup where cleanup-simple may not work
sh /script/cleanup

Offline Joe

  • Valuable Member
  • *
  • Posts: 147
  • Karma: +2/-0
    • View Profile

Offline linuxthefish

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Can't Login to Control Panel After Last Update
« Reply #13 on: 2014-04-11, 00:08:14 »
Error '/usr/bin/lxphp.exe: line 10: /opt/php53s/usr/bin/php: No such file or directory' mean no exist php53s. So, need install 'new' php53s (different approach compare to 'old' php53s).

I've tried /script/fixlxphpexe and nothing...

Did you follow his advice and run this below? sh /script/php53s-installer is needed for Kloxomr 6.5.1 and after I ran it with a reboot I had access to kloxo-mr.

yum clean all
## will be include Kloxo-MR 6.5.1.b-2014040405
yum update
## need convert to 'new' php53s
sh /script/php53s-installer
## must run cleanup where cleanup-simple may not work
sh /script/cleanup

The script gets stuck at "-- Check installed dependencies rpms", I've left it overnight and nothing...

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Can't Login to Control Panel After Last Update
« Reply #14 on: 2014-04-11, 03:14:15 »
Need running 'sh /script/cleanup' to re-create 'new' login page.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.042 seconds with 18 queries.

web stats analysis