1
fishspon
/notifications.php - Error: No Module is loaded
  • 2009/11/30 21:54

  • fishspon

  • Not too shy to talk

  • Posts: 164

  • Since: 2003/11/23


Hello,

Having upgraded to 2.4.2 from 2.0.13.2, I must say I'm very happy with the new version. Mainly because, other than some internal stuff, it's pretty much identical in terms of actual usage!

Anyway, I have a problem... when I login and click on "Notifications" in my User Menu, it takes me to "/notifications.php" as it should. This page, however, displays the following:

Quote:
This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error: No Module is loaded


Does anyone know how to fix this?

Also, is there any way to sign up to something so I know when the various "Blue Move" modules are released? I don't want to keep coming back to check every week unless I have to, of course

Thanks in advance!

Richard.

2
trabis
Re: /notifications.php - Error: No Module is loaded
  • 2009/11/30 22:40

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


We need to see what module is causing the problem.
Try open notifications.php and add this on line 103:
if (! empty($not_config['lookup_func']) && function_exists($not_config['lookup_func'])) {
                            
$lookup_func $not_config['lookup_func'];
                            echo 
$lookup_func ' ';//add this please
                        
}


It should echo functions names inside the blank page. Please report back what you see.

3
fishspon
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/1 10:28

  • fishspon

  • Not too shy to talk

  • Posts: 164

  • Since: 2003/11/23


OK, now i see this...

Quote:
mylinks_notify_iteminfo newbb_notify_iteminfo news_notify_iteminfo myalbum_notify_iteminfo smartfaq_notify_iteminfo catads_notify_iteminfo This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error: No Module is loaded

4
fishspon
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/2 15:51

  • fishspon

  • Not too shy to talk

  • Posts: 164

  • Since: 2003/11/23


does anyone know how I can fix my "notifications.php"?

sorry to bump the topic, but I've literally no idea how to fix this...

Thanks in advance to anyone who can help!

5
trabis
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/2 19:31

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Seems the bug is in catads. Did you installed this module recently?
What is the version and where can I download it?
Does it work if you remove the catads/.htaccess file?

6
fishspon
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/2 21:05

  • fishspon

  • Not too shy to talk

  • Posts: 164

  • Since: 2003/11/23


I installed this module years ago, but I only recently upgraded from XOOPS 2.0.13.2 to 2.4.2. It worked before I upgraded, and broke after the upgrade was complete.

The version is 1.4 and it can be downloaded from here:http://www.hififorum.co.uk/binit/catads.zip

As for removing the catads/.htaccess file, I don't seem to have one... should I?

If there is a better Classified Ads/For Sale-Wanted module than this one, I am perfectly happy to swap, by the way!

Thanks again, and i hope to hear from you soon!

7
Mamba
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/2 21:11

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Try this Catads module and see if it works for you.

8
trabis
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/2 21:11

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


AHAH!
in include/notification.inc.php you have this:
$ads_handler =& xoops_getmodulehandler('ads');
//    $ads_handler = & xoops_getmodulehandler('ads', 'catads');


And you should change it to this:
//$ads_handler =& xoops_getmodulehandler('ads');
$ads_handler = & xoops_getmodulehandler('ads''catads');


If you want a new and better version of catads visit TDM site

9
ghia
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/3 1:25

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Why should it make a difference?

If the second argument is not set, the actual module directory is used, in this case catads.
And is it also not recommended to leave it open, when the module is clonable?

10
Anonymous
Re: /notifications.php - Error: No Module is loaded
  • 2009/12/3 9:35

  • Anonymous

  • Posts: 0

  • Since:


Quote:
Mamba wrote:
Try this Catads module and see if it works for you.


Yup - that is v1.52 and the information about 1.51beta says this

Quote:
1.51 Beta 19/3/2009 Merci à Tatane pour les tests
02/01/2009 :
- Bug avec les notifications ( Quand l'utilisateur demandait d'etre prevenu lors la parution de son email, aucun email etait envoye ).


My French isn't that good but I see the words "bug" and "notifications"........

Login

Who's Online

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


Members: 0


Guests: 253


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