1
theprof
I have a BIG Problem!
  • 2006/5/30 13:41

  • theprof

  • Quite a regular

  • Posts: 225

  • Since: 2004/7/14


Okay let me give the run down. I was tweaking my site. I decided to make the News Module my default module to be displayed first. Well upon doing that, I noticed the Home & News in the same Main Menu Block. Well I conceived an Idea, to -0- the News in Module Admin. So it will not be seen. Well I did it, and it worked, so now the News module only shows up once in the Main Menu as Home.


WELL THIS IS MY PROBLEM....

Now no one can logg in, I can't even logg in under Admin.

Everytime you login it says, thanks for logging in..blah blah blah....

but then when it is down loading...It goes back to the same page as if I didnt even logg in and I get the same User Login Block.


Some PLEASE help!....

2
tripmon
Re: I have a BIG Problem!
  • 2006/5/30 13:53

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


try clearing everything but index from cache and templates_c (it's going to say this is your first time in the admin section when you log in ... no worries)...

then, go to yoursite.com/user.php

see if that helps...post back if not with This info

3
theprof
Re: I have a BIG Problem!
  • 2006/5/30 15:01

  • theprof

  • Quite a regular

  • Posts: 225

  • Since: 2004/7/14


XOOPS Version: 2.2.3 Final
Module Name/Version: NEWS v1.44
PHP Version:
MySQL Version: 4.0.24-standard-log
Web Server Software (Apache/IIS/Other):
Operating System: Windows
Theme you are using: Imago08
Custom template: No
PHP Debug Messages: N/A
MySQL Debug Messages: N/A
Smarty Debug Messages: N/A
A full description of the issue:

Okay let me give the run down. I was tweaking my site. I decided to make the News Module my default module to be displayed first. Well upon doing that, I noticed the Home & News in the same Main Menu Block. Well I conceived an Idea, to -0- the News in Module Admin. So it will not be seen. Well I did it, and it worked, so now the News module only shows up once in the Main Menu as Home.


WELL THIS IS MY PROBLEM....

Now no one can logg in, I can't even logg in under Admin.

Everytime you login it says, thanks for logging in..blah blah blah....

but then when it is done loading...It goes back to the same page as if I didnt even logg in and I get the same User Login Block.

4
theprof
Re: I have a BIG Problem!
  • 2006/5/30 15:18

  • theprof

  • Quite a regular

  • Posts: 225

  • Since: 2004/7/14


If I delete the NEWS MODULE from my CPANEL..will the system than default to another module?

5
davidl2
Re: I have a BIG Problem!
  • 2006/5/30 15:20

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Did you assign group access to the news module?

6
theprof
Re: I have a BIG Problem!
  • 2006/5/30 15:22

  • theprof

  • Quite a regular

  • Posts: 225

  • Since: 2004/7/14


Also, in the index.php

----------

/**
* redirects to installation, if XOOPS is not installed yet
**/
require "mainfile.php";

//check if start page is defined
if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {
header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');
exit();
} else {
$xoopsOption['show_cblock'] =1;
require "header.php";
require "footer.php";
}
?>

---------------

Is there a way I can manually go into the script where ['startpage'] is held and change it?

7
theprof
Re: I have a BIG Problem!
  • 2006/5/30 15:24

  • theprof

  • Quite a regular

  • Posts: 225

  • Since: 2004/7/14


Yes the assignment was previously issued. This problem only came up, when I -0- (Not Visible) the module in Module Administration, and then in turn use the NEWS module as my STARTING MODULE in the preferences.

8
theprof
Re: I have a BIG Problem!
  • 2006/5/30 15:57

  • theprof

  • Quite a regular

  • Posts: 225

  • Since: 2004/7/14


GREAT!

I erased the NEWS MODULE!...

Now the whole site went blank.

Someone please help *sad*

9
blueteen
Re: I have a BIG Problem!
  • 2006/5/30 16:26

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


can you access to your DB with phpmyadmin ?
you can try this ?
execute this sql command :
UPDATE `prefix_configSET `conf_value` = '--' WHERE `conf_id` =5 LIMIT 1 ;


change prefix with your.

10
wtravel
Re: I have a BIG Problem!

How did you erase the module? Simply removing the folder from your website? That would not be helping you.

The best way to unlink the news module as the startup module is to edit directly in the database. You can get into the database using cpanel on most servers.

If you deleted the news module completely, make sure you upload the files again before you edit the database.

To manually edit the startpage in your database, open the (prefix_)config table and edit the row with conf_name 'startpage' to have '--' in the column 'conf_value'.

Edited: Noticed the post right above me after my own post

Login

Who's Online

154 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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