| Author |
Message |
crayc
Joined: Jul 28, 2004
Posts: 16
Status: Offline
|
  Posted:
Jan 08, 2005 - 08:04 PM |
|
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 |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jan 09, 2005 - 04:37 PM |
|
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.
 |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
crayc
Joined: Jul 28, 2004
Posts: 16
Status: Offline
|
  Posted:
Jan 11, 2005 - 12:58 AM |
|
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 |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jan 11, 2005 - 09:58 AM |
|
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 !
Administrator
PNConcept.com |
|
 |
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jun 30, 2005 - 08:33 PM |
|
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. |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 30, 2005 - 10:54 PM |
|
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 !
Administrator
PNConcept.com |
|
 |
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 01, 2005 - 12:25 AM |
|
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? |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jul 01, 2005 - 12:49 AM |
|
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 !
Administrator
PNConcept.com |
|
 |
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 01, 2005 - 01:07 AM |
|
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? |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jul 01, 2005 - 03:54 PM |
|
Yes it's safe... and yes, that one too.  |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 02, 2005 - 05:11 PM |
|
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 |
|
|
|
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 02, 2005 - 05:22 PM |
|
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 |
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jul 02, 2005 - 08:26 PM |
|
Then it would be safe to believe that the problem might come from the updownload plugin.
 |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 02, 2005 - 08:32 PM |
|
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. |
|
|
|
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 03, 2005 - 05:07 PM |
|
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? |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jul 03, 2005 - 10:12 PM |
|
| 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.  |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
3rmarketing
Joined: Jun 18, 2005
Posts: 12
Status: Offline
|
  Posted:
Jul 04, 2005 - 04:18 AM |
|
I can imagine. Well, I will be patient.  |
|
|
|
 |
|
|