Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 22nd December 2020, 16:49
fr31w1ld fr31w1ld is offline
Senior Member
 
Join Date: Nov 2020
Posts: 16
Red face No login after installation U232 V5
Hello, I installed the u232 v5. I created everything according to instructions. if i want to log in now i just get the message

Login failed!
Error: Username or password entry incorrect
Have you forgotten your password? Recover your password!

The errorr log says
PHP Notice: Undefined variable: INSTALLER09 in /var/www/html/include/class/page_verify.php on line 39


does someone have an idea what you have to change there so that the login works? Would be very grateful for that
Reply With Quote
  #2  
Old 22nd December 2020, 17:30
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
off my nose.. my hunch is that you are using ...a different PHP version than the one that V5 was made for
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #3  
Old 22nd December 2020, 17:51
fr31w1ld fr31w1ld is offline
Senior Member
 
Join Date: Nov 2020
Posts: 16
Default
PHP 7.0.33-1
MySQL 5.5. (Debian)
Reply With Quote
  #4  
Old 22nd December 2020, 18:00
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
using the latest github release ?
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 22nd December 2020, 18:16
Asterix Asterix is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 20
Default
on page_verify.php line 38:
Code:
global $CURUSER, $_SESSION;
should be:
Code:
global $CURUSER, $_SESSION, $INSTALLER09;
Reply With Quote
  #6  
Old 22nd December 2020, 18:28
fr31w1ld fr31w1ld is offline
Senior Member
 
Join Date: Nov 2020
Posts: 16
Default
yes https://github.com/Bigjoos/U-232-V5 this one


this not work
PHP Notice: Undefined variable: INSTALLER09 in /var/www/html/include/class/page_verify.php on line 39
Reply With Quote
  #7  
Old 22nd December 2020, 18:48
Asterix Asterix is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 20
Default
Quote:
Originally Posted by fr31w1ld View Post
yes https://github.com/Bigjoos/U-232-V5 this one


this not work
PHP Notice: Undefined variable: INSTALLER09 in /var/www/html/include/class/page_verify.php on line 39

YOU NEED TO ADD GLOBAL $INSTALLER09 ON LINE 38 FOR MAKEIT WORK LINE 39;
Reply With Quote
  #8  
Old 22nd December 2020, 18:53
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
yes. you need to add the global variable.. inside the create function
the files should've been updated on the latest github version
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #9  
Old 22nd December 2020, 19:05
fr31w1ld fr31w1ld is offline
Senior Member
 
Join Date: Nov 2020
Posts: 16
Default
Is it correct that way


function create($task_name = 'Default')
{
global $CURUSER, $_SESSION, $INSTALLER09;
Reply With Quote
  #10  
Old 22nd December 2020, 19:32
Asterix Asterix is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 20
Default
YEEP;
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 11:24. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.