Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 56
1 members and 55 guests
int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Fatal Errors : MeG 2.7.9 on phpnuke 5.5
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Feb 2003
Location: Zurich - Switzerland
Fatal Errors : MeG 2.7.9 on phpnuke 5.5 - 02-12-2003, 10:02 AM

Hi @ all,
i'm running My e-gallery 2.7.9 on a phpnuke 5.5 site.

it seems to work great for normal users, but i've some problems if i'm loggedin as an admin.

If Im Logged in as an admin but not a Superuser , i get this msg :

Code:
Fatal error: Call to undefined function: authorised() in /www/c/chiacchieria/htdocs/chiacchiereonline/new/html/admin/links/links.egallery.php on line 21
and the admin menu is not utilizable

if i'm logged as a Superuser i've :

Code:
Fatal error: Call to undefined function: dispdirs() in /www/c/chiacchieria/htdocs/chiacchiereonline/new/html/admin/case/case.galladmin.php on line 102
Any suggestions ?

Thx in advance

nega
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-12-2003, 10:22 AM

Did you upload the files
admin/links/links.egallery.php
and
admin/modules/gallery (whole folder)
and
admin.case/case.egallery.php

make sure you uploaded those files to your server to the appropriate directories.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-12-2003, 10:28 AM

Also, I don't see the file
case.galladmin.php in the Package for My_eGallery 2.7.9...you sure you got the right one for NUKE? and maybe you got the one for PostNuke.
Here is the link to get the CORRECT My_eGallery for PHP-Nuke.

http://www.areamike.com/mystuff/Meg279_phpnuke.zip


mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Feb 2003
Location: Zurich - Switzerland
02-12-2003, 10:36 AM

thx mikem,

Yes that was the problem,
befor MeG I used an other Gallery module.

I Deleted case.galladmin.php an now it work fine .

Thx 4 ur fast answer

nega
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Feb 2003
Location: Zurich - Switzerland
02-12-2003, 10:40 AM

Uhmz ...

it works for me as a SuperUser, but for a non superuser admin i still have :

Code:
Fatal error: Call to undefined function: authorised() in /www/c/chiacchieria/htdocs/chiacchiereonline/new/html/admin/links/links.egallery.php on line 21
as error
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-12-2003, 11:49 AM

Hmm..that is wierd. I have never tried it with a regular Admin, I always use my super user account for Nuke Admin.
But I don't have any other admins on my site either...
So have never had this issue you're having.


mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
02-12-2003, 02:05 PM

Quote:
thx mikem,

Yes that was the problem,
befor MeG I used an other Gallery module.

I Deleted case.galladmin.php an now it work fine .

Thx 4 ur fast answer

nega
You said you deleted case.galladmin.php, but did you put the files from the correct version of myegallery in to replace what you deleted?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-12-2003, 02:17 PM

and make sure you replaced the links.egallery.php file with the one in the My_eGallery package link I gave you.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
02-12-2003, 03:48 PM

Right, here we go, it's a little prob with the admin file, it looks for the admin to be a superuser at the top, just change

if ($radminsuper==1) {

to

if ($radmintopic==0) {

or one other of the admin references, your admin for non superusers should then be ok.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Feb 2003
Location: Zurich - Switzerland
02-13-2003, 12:42 AM

THx to all 4 ur help .

dar63: I've changed
Code:
if ($radminsuper==1) { 

to 

if ($radmintopic==0) {
so the problem moved from non SU to the SU admin panel

Thx to Chasm , (see Chasms post here)
I changed :
Code:
if ($radminsuper==1) {  

to

if (($radminsuper==1) OR ($radminuser==1)) {
	// PhpNuke & PN 0.64
	adminmenu("admin.php?op=GallAdmin", "My eGallery", "gallery.gif");
}
?>
Now it Works for both SU or non SU )
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error MrMakealotofsmoke Nuke 7.x - General 15 02-05-2006 01:41 AM
Errors on my phpnuke forum. :( can you help? gsfmrmoo Other "stuff" 7 03-20-2005 03:57 PM
fatal error ??? Samsung Nuke 6.5 to 6.9 - General 1 02-05-2005 04:22 AM
Fatal Error... skeezmo Nuke 6.5 to 6.9 - General 5 12-03-2004 09:02 PM
Fatal error SureFire Purged Topics 0 06-11-2003 05:08 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31