Tinus
Newbie   Posts: 3 Registered: 4/29/2003 Status: Offline
|
posted on 4/29/2003 at 05:52 PM |
I get the following error:
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 55
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 56
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 57
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 58
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 59
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 60
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 61
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 62
Notice: Undefined variable: urltable in
C:\Inetpub\wwwroot\modules\PostWrap\pntables.php on line 63
Warning: Cannot modify header information - headers already sent by (output
started at C:\Inetpub\wwwroot\modules\PostWrap\pntables.php:55) in
C:\Inetpub\wwwroot\includes\pnAPI.php on line 1094
Can anyone please help me? I'm new to post nuke and PostWrap
[Edited on 29/4/2003 by Tinus] |
| |
| |
shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Offline
|
posted on 4/29/2003 at 06:05 PM |
These are notices not errors and are expected. Production web sites should
never show notices.
Try setting this in your php.ini: error_reporting = E_ALL &
~E_NOTICE
-Shawn |
| |
Tinus
Newbie   Posts: 3 Registered: 4/29/2003 Status: Offline
|
posted on 4/30/2003 at 11:30 AM |
Thanks for the help!! Solved that problem. I wish it was working now,
unfortunately it tells me that "Table creation failed"
I hope you can help me with this one 2. |
| |
Tinus
Newbie   Posts: 3 Registered: 4/29/2003 Status: Offline
|
posted on 4/30/2003 at 11:39 AM |
I got it working, found the awnser somewhere else on the forum. Thanks
anyway!! |
| |