| Author |
Message |
Palmore |
|
Post subject:
Posted: Nov 28, 2007 - 08:03 PM
|
|
Joined: Nov 27, 2007
Posts: 8
Status: Offline
|
|
| Also, I'm using php5 does this make a difference? is PHP 5 supported? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 28, 2007 - 08:42 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| PHP5 is supported by PostNuke and PHPNuke, not sure about itemstats though. |
|
|
| |
|
|
|
 |
Palmore |
|
Post subject:
Posted: Nov 28, 2007 - 09:29 PM
|
|
Joined: Nov 27, 2007
Posts: 8
Status: Offline
|
|
I found the solution.
in itemstats.php
line 260
// For Guild Heberg :
// $item_html = str_replace("''", "\\'", $item_html);
I uncommented
$item_html = str_replace("''", "\\'", $item_html);
and it works.
Now to research and correct the issue with the gem sockets not displaying lol... I know I've seen information all over regarding it, just gotta look it up again. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 28, 2007 - 09:37 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
That is weird..
It works fine on mine without doing that..
Must be a newer version or something to do with the standalone version..
Glad you found it and thanks for posting the solution! |
|
|
| |
|
|
|
 |
Palmore |
|
Post subject:
Posted: Nov 28, 2007 - 09:50 PM
|
|
Joined: Nov 27, 2007
Posts: 8
Status: Offline
|
|
Not sure, I'm using Post nuke .7.64, PHP 5, MySQL 5, and my php.ini has magic_quotes_gpc off, if anyone else has this issue =)
Last update for the fixes
Gem socket images, I know it's posted all over, but may as well add it here.
To correct my gem socket images, I grabbed the images from allakhazam
red blue and yellowsocket.png and placed these files under http://webpage.com/images/
they now display and work correctly.
Thanks =) |
|
|
| |
|
|
|
 |
|
|
|
|