No Support > Announcements
cpg1.4.1 BETA released
Scotty_B:
Seems stable so far bridged with SMF 1.1 (latest SMF bridge download from the cvs) so have put it live on my production site.
http://www.redandwhitekop.com/gallery/index.php
bmd_online:
When connecting to my gallery, I have this error :
--- Code: ---While executing query "delete from `bmd.online`.cpg_sessions where time<1122742088 and remember=0;" on Resource id #5
mySQL error: Incorrect table name 'cpg_sessions'
--- End code ---
(I have replaced my database name (from my provider) with "bmd.online". My real database name was "firstname.lastname").
In the file bridge/coppermine.inc.php, I have changed (lines 68-70)
--- Code: --- $this->usertable = '`' . $this->db['name'] . '`.' . $this->db['prefix'] . $this->table['users'];
$this->groupstable = '`' . $this->db['name'] . '`.' . $this->db['prefix'] . $this->table['groups'];
$this->sessionstable = '`' . $this->db['name'] . '`.' . $this->db['prefix'] . $this->table['sessions'];
--- End code ---
like this
--- Code: --- $this->usertable = $this->db['prefix'] . $this->table['users'];
$this->groupstable = $this->db['prefix'] . $this->table['groups'];
$this->sessionstable = $this->db['prefix'] . $this->table['sessions'];
--- End code ---
Now, it works correctly.
I'm using latest devel from CVS.
Joachim Müller:
This is an announmcement thread, not the place to report bugs or potential errors. Not sure what your posting is meant to be: support request, bug report, note? However, it doesn't belong here.
It's sad that everybody is posting issues to this announcement thread that are not meant to be there: mod requests, support requests, bug reports, feature requests etc.
It's a pity that people don't respect board rules and common sense; I would have prefered it if people would have been able to reply to the anouncement itself, however they don't - that's why I'm locking this thread now... :\'(
Navigation
[0] Message Index
[*] Previous page
Go to full version