Forum Index   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
craycOffline



Joined: Jul 28, 2004
Posts: 16

Status: Offline
Post   Posted: Jan 08, 2005 - 08:04 PM Reply with quote Back to top

this error message follows mw every one my site, i only put 2 plug ins , the pnpbb ones, i saw the message after spo i deleted the two, still have the message, i installed your rewards one maybe thats it
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jan 09, 2005 - 04:37 PM Reply with quote Back to top

Looks like you have more problems than it seems...

Make the usual verifications

Remove the mod from the mod list, upload the last version, regenerate... etc... etc... and if all is well without addins, start with one addin and so on... until you can pinpoint the exact thing that cause the problem.
Wink

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
craycOffline



Joined: Jul 28, 2004
Posts: 16

Status: Offline
Post   Posted: Jan 11, 2005 - 12:58 AM Reply with quote Back to top

I removed the pncusperpoints and added it again and the message came up quickly on the top near the modules list link, hmm maybe i need the older version, i used the latest one you posted
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jan 11, 2005 - 09:58 AM Reply with quote Back to top

The latest has more fix than evolution...

Is the mod still working even if the message is there ?

A temporary solution :

in pnuserapi.php, after line 878
Code:

$getfooter['PLUG']  = $listplug;

put
Code:

pnSessionSetVar('errormsg', '');


It is a possibility that the session error message is never freed even if the mod had no error but I doubt it because this problem would've shown much earlier...

It's a thing to try anyway.

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jun 30, 2005 - 08:33 PM Reply with quote Back to top

I have the same problem but it shows up in my blocks admin. I trif your temp fix but still get the error message. The module seems to be working. Hard to tell since I just installed it and no points yet.
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 30, 2005 - 10:54 PM Reply with quote Back to top

There is most probably a plugin causing the problem...

Disable every non-core plugin and if you can isolate the one causing the damage, it would give a more precise information.

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 01, 2005 - 12:25 AM Reply with quote Back to top

I went thru and disable the plugins - ALL the plugins - one by one until they were ALL deactivated, even the core ones. Istill got the error message.

Some details that might be useful: using .750 on Unix server with FreeBSD. There have been problems wth my host on some file calls. My nuke is in a subfolder of my root directory. And if the file call soemtimes does not work until I add the full path. Could that be a possible reason for this?
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jul 01, 2005 - 12:49 AM Reply with quote Back to top

mmm you said you had no points yet ? If there is no SQL query error showing after it...

Think I got something.

Check in your pnuserapi.php around line 706... you should see this :

Code:

if ($dbconn->ErrorNo() != 0 || $result->EOF) {
    pnSessionSetVar('errormsg', _PNCUPGETPLUGSFAILED);
    return false;
}


Put in comment the pnSessionSetVar line like this :

Code:

if ($dbconn->ErrorNo() != 0 || $result->EOF) {
    //pnSessionSetVar('errormsg', _PNCUPGETPLUGSFAILED);
    return false;
}


Might help...

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 01, 2005 - 01:07 AM Reply with quote Back to top

I'm afraid that did not get rid of the error message. I did a text search of the file and found the exact sam three lines starting at line 677. Would doing the commenting out there be safe?
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jul 01, 2005 - 03:54 PM Reply with quote Back to top

Yes it's safe... and yes, that one too. Wink

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 02, 2005 - 05:11 PM Reply with quote Back to top

Well, the error message is still there, evem after commenting out both EOF instances. I did take myself off the exclusion list for now and the module and block seem to be working ok. No idea what the problem is. But as long at it works ok, I can live with it. LOL
View user's profile Send private message
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 02, 2005 - 05:22 PM Reply with quote Back to top

I may have found the culprit. after I removed my self from the exclusion listand it started racking up my points. the following appeared on the page for the results:

UpDownload : DB Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' nuke_users WHERE = nuke_us
UpDownloadvotes : DB Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' nuke_users WHERE = nuke_us

I


Last edited by 3rmarketing on Jul 02, 2005 - 07:13 PM; edited 1 time in total
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jul 02, 2005 - 08:26 PM Reply with quote Back to top

Then it would be safe to believe that the problem might come from the updownload plugin.
Wink

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 02, 2005 - 08:32 PM Reply with quote Back to top

That's kinda what I figured too. I have reinstalled it and am waiting to see what happens. I am going to add a new download later today. I will let you know what happens. If I still have probs with it, I will contact the author. TYVM for all your help.
View user's profile Send private message
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 03, 2005 - 05:07 PM Reply with quote Back to top

Everything works fine now. I decided to just get rid of the UpDownloads module all together. That was the easiest solution. As far as the othering thing - pnGroups - goes, after reading the upgrade instructions for .760, I am going to hold off until the stable version is released. I'd have to go through all that twice. LOL I wish thing like this were a bit less compicated. Any idea when the stable release will be ready?
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jul 03, 2005 - 10:12 PM Reply with quote Back to top

3rmarketing wrote:
Any idea when the stable release will be ready?


We were about to release the final when one of the dev got out of his closet and spammed the bugtracker with bugs. It wasn't very pleasant as this was supposed to be done in the last 3 month.

The good in it is that all what he entered are not all bugs that needs to be adressed. There were some but not that much.

So I guess we still have a little delay but don't worry, not only the users are unhappy about it... The devs too. Smile

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
3rmarketingOffline



Joined: Jun 18, 2005
Posts: 12

Status: Offline
Post   Posted: Jul 04, 2005 - 04:18 AM Reply with quote Back to top

I can imagine. Well, I will be patient. Very Happy
View user's profile Send private message
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits
DarkMindZ