1
Bookbullies
Fatal error: Class 'XoopsPreload' not found
  • 2009/11/27 23:15

  • Bookbullies

  • Just popping in

  • Posts: 9

  • Since: 2009/10/24


Fatal error: Class 'XoopsPreload' not found in /home/content/t/h/e/thebookbullies/html/index.php on line 26


Can someone help me with this error?

2
ghia
Re: Fatal error: Class 'XoopsPreload' not found
  • 2009/11/28 8:51

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


XOOPS version? New install?
Upgrade? From?
Module problem? Name? Version?

3
kamili
Re: Fatal error: Class 'XoopsPreload' not found
  • 2010/6/24 4:35

  • kamili

  • Just popping in

  • Posts: 2

  • Since: 2010/6/24


My error log file displayed this error shortly after installing version 2.4.4 of XOOPS 2day:

[23-Jun-2010 13:36:21] PHP Fatal error: Class 'XoopsPreload' not found in /home/.../index.php on line 26 .

When I go to login, the system keeps telling me my login has failed. I went into mysql and changed my password in the user table (to make sure I was entering my password correctly), and then tried logging in with the new password, but to no avail.

Any suggestions would be greatly appreciated.

Thank you for your time,

Kamili

4
ghia
Re: Fatal error: Class 'XoopsPreload' not found
  • 2010/6/24 8:28

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Do the file check (see release notes)

The passwords are encoded in the database, eg password 123456 is e10adc3949ba59abbe56e057f20f883e in the database.

Did you switch the nocommon on in the preferences?
Try this modification on the lines at the end in mainfile.php
if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
        include 
XOOPS_ROOT_PATH."/include/common.php";
    } else {
    global 
$xoops$xoopsPreload;
    
defined('DS') or define('DS'DIRECTORY_SEPARATOR);
        require_once 
XOOPS_ROOT_PATH DS 'class' DS 'xoopsload.php';
        
XoopsLoad::load('preload');
        
$xoopsPreload =& XoopsPreload::getInstance();
    }


5
kamili
Re: Fatal error: Class 'XoopsPreload' not found
  • 2010/6/24 16:38

  • kamili

  • Just popping in

  • Posts: 2

  • Since: 2010/6/24


Hi,

Thanks Ghia. I had moved both checksum files to the subdomain's root directory and then accessed them in another window. There were so many files stated as "missing" that I ended up deleting the related database and then xoops files, created a new db, reperformed an installation, made specific files writable per the documentation and deleted the install directory after install. Now, I am able to successfully login and maneuver around so I can test out this cms.

Thanks so much for your help,

Kamili

Login

Who's Online

244 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 244


more...

Donat-O-Meter

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

Latest GitHub Commits