[BUGFIX] just one glitch :-) phpnuke 5.5-6.0 & postnuke [BUGFIX] just one glitch :-) phpnuke 5.5-6.0 & postnuke
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[BUGFIX] just one glitch :-) phpnuke 5.5-6.0 & postnuke

Started by sigi, December 06, 2003, 08:41:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sigi

Hi

thanks for that release - i found all my errors fixed...

there just on glitch: in functions.inc.php you have one line reading

$result = $db->sql_query("SELECT user_timezone FROM " . $CONFIG['TABLE_USERS'] . " WHERE user_id=" . USER_ID);
   

this should be
$result = $db->sql_query("SELECT user_timezone FROM " . $CONFIG['TABLE_USERS'] . " WHERE ". $field_user_id."=" . USER_ID);
   

, and the global line in that function should include $field_user_id ...

that way it works in Nuke 5.5 !
Siegfried Schlosser

Berlin, Germany

had a big Coppermine gallery with more than 250.000 pics  at
www.allygally.de, but due to juristical problems that is closed now ....
Now trying Coppermine 1.4.x at http://walexis.pytalhost.de/

DJMaze

There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

sigi

uhh, ohh -
thanks, but theres another glitch now:  the catlist doesnt show the number of categories or albums - it say 0 (zero) ...
if you open a category, the number of albums and pictures is correct ...

ahh, and just this moment i get this:

error in sql-statement: mysql_query, err-no: 1054
qry: SELECT uname FROM nuke_users WHERE user_id='0'
description: Unknown column 'user_id' in 'where clause'


i stopped the slide show, and this error comes up. can be reproduced ...
Siegfried Schlosser

Berlin, Germany

had a big Coppermine gallery with more than 250.000 pics  at
www.allygally.de, but due to juristical problems that is closed now ....
Now trying Coppermine 1.4.x at http://walexis.pytalhost.de/