Views not increasing Views not increasing
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Views not increasing

Started by roxanacaz, August 13, 2008, 02:04:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

roxanacaz

Hi.

Image views not increasing - I know admin and repeated views don't count.
I have this error on the bottom of the page:

  0 -

select count(*) as total from sessions where sesskey = '1b49224d53aac0f28e68197ecf8d3e5b'

[TEP STOP]

Link to gallery: Gallery

Coppermine 1.4.19

HTTP Server: Apache
PHP Version: 5.2.6 (Zend: 2.2.0)
Database: MySQL 5.0.51a
Server OS: Linux 2.6.25.9-76.fc9.i686.PAE

GD Support  enabled 
GD Version  bundled (2.0.34 compatible) 
FreeType Support  enabled 
FreeType Linkage  with freetype 
FreeType Version  2.3.5 

I think it stopped working when the host upgraded server version.

Thank you.

Joachim Müller

(Temporarily) disable the SEF_URLs plugin and see if those errors go away. Also fix your encoding - it's not a bright idea to run iso8859-1. Coppermine was designed with utf-8 in mind - you shouldn't have changed that.
You appear to be using some sort of wrapper that may be the culprit. It's hard to advice anything, as your gallery is hacked so heavily.

roxanacaz

Thank you for the fast reply.
Well, if SEF urls plugin is disabled the error persists.
BUT since yesterday I have one view counted (after upgrading), so I guess now it works - or at least it partially works.
As for the enconding... i switched to utf-8 and automatically the text appeared in english and now I can't switch back to Romanian. What should I do? Just translate the english file? I'm not sure how this will affect things.

Joachim Müller

You can't just switch to utf-8, as your textual content that resides in the database is encoded in iso8859-1 now.

roxanacaz

So, what should I do now? Any suggestion?

Joachim Müller

I already told you: turn SEF_URLs off. Then undo your wrapper that you established, as it probably interferes with cookies. Once that is done, reply here accordingly.