1
QuickSlick
Blank User.php page when trying to login !

Hi

I've got a problem on my site, www.svedbollen.dk

When i try to login with my username and password, i get redircted to www.svedbollen.dk/user.php and this page is blank. Its not blank if u enter it directly, only after u tried to login.

This is the case for all my users, not just the admin account.

On my "main"page i get this error in debug mode;

Warning: realpath() [function.realpath]: Unable to access xxx/svedbollen.dk in xxx/svedbollen.dk/class/logger.php on line 160

and when i try to login on the user.php page it writes this error:

Fatal error: XoopsAuthFactory::require_once() [function.require]: Failed opening required '/xxx/svedbollen.dk/class/auth/auth.php' (include_path='.:/usr/local/share/pear') in /xxx/svedbollen.dk/class/auth/authfactory.php on line 53

I havent changed anything on my site, so i dont know what to try or do ! could it be that my hosting company has changed something that makes this happend ?

Any ideas what i should do ? It is very annoying that i cant login on my site...



XOOPS Version: 2.0.16
Module Name/Version: system
PHP Version:5.2.3
MySQL Version: 5.0.21
Web Server Software (Apache/IIS/Other):
Operating System: Unix
Theme you are using: Blue_Lagoon
Custom template: (Yes/No)
PHP Debug Messages:yes
MySQL Debug Messages:
Smarty Debug Messages:
Webmaster of Svedbollen.dk

2
QuickSlick
Re: Blank User.php page when trying to login !

anyone ?
Webmaster of Svedbollen.dk

3
Dawormie
Re: Blank User.php page when trying to login !
  • 2008/8/25 11:24

  • Dawormie

  • Just popping in

  • Posts: 4

  • Since: 2008/8/25


*bump*

Yes . necro... by I'm getting this issue atm.

Although my error message is as follows.
[25-Aug-2008 20:50:04PHP Fatal error:  Class 'XoopsAuth' not found in /home/****/public_html/war/class/auth/auth_xoops.php on line 35


So with someone else on Vent went through and but the user/pass for the datbase in under /securedata/ from root and configured mainfile.php to call on that file. So the login details are taken out of the mainfile.php...
But now I get this

[25-Aug-2008 21:06:38PHP Warning:  Wrong parameter count for define() in /home/****/public_html/war/mainfile.php on line 77

[25-Aug-2008 21:06:38PHP Warning:  Wrong parameter count for define() in /home/****/public_html/war/mainfile.php on line 81

[25-Aug-2008 21:06:38PHP Warning:  Wrong parameter count for define() in /home/****/public_html/war/mainfile.php on line 85


Those three lines are now as follows

// Database Username
        // Your database user account on the host
        
define('XOOPS_DB_USER'$db_user);

        
// Database Password
        // Password for your database user account
        
define('XOOPS_DB_PASS'$db_passwd);

        
// Database Name
        // The name of database on the host. The installer will attempt to create the database if not exist
        
define('XOOPS_DB_NAME'$db_name);


And I have at the top of my file

include ("/home/****/public_html/war/securedata/xoops-auth.php");


Any suggestion what's going on? xoops-auth.php simply has my username / pass / database name which is correct.

4
ghia
Re: Blank User.php page when trying to login !
  • 2008/8/25 11:47

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


The . (dot) in your defines has to be a , (comma).

5
Dawormie
Re: Blank User.php page when trying to login !
  • 2008/8/25 11:53

  • Dawormie

  • Just popping in

  • Posts: 4

  • Since: 2008/8/25


Ok - now I am getting this.

Fatal error: Class 'XoopsAuth' not found in /home/****/public_html/war/class/auth/auth_xoops.php on line 35


I'll also advise I am running suphp if that makes any difference.

6
Dawormie
Re: Blank User.php page when trying to login !
  • 2008/8/25 12:18

  • Dawormie

  • Just popping in

  • Posts: 4

  • Since: 2008/8/25


Just tried a fresh downloaded install again... no change :s

What am I missing? :)



EDIT:
As a test - 2.2 works flawlessly....

7
ghia
Re: Blank User.php page when trying to login !
  • 2008/8/25 12:44

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Never encountered that problem.
It seems widespread.

I'm using 2.2.6 myself, so you might also.

Login

Who's Online

266 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 266


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits