[Invalid]: Possible bug? - Page 2 [Invalid]: Possible bug? - Page 2
 

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

[Invalid]: Possible bug?

Started by erroneus, July 17, 2004, 01:08:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

Make sure you run at least php4.3.10 and the most recent version of the zend optimizer, as there is a security flaw in PHP related to the serialization commands. Search the board for "Santy", or google for it.

Joachim

Streamer

Quote from: GauGau on January 07, 2005, 10:30:17 AM
Make sure you run at least php4.3.10 and the most recent version of the zend optimizer, as there is a security flaw in PHP related to the serialization commands. Search the board for "Santy", or google for it.

Server has PHP Version 4.3.10 and in 2.0.11 keeps Santy out as I know. But any suggestions or solution to my problem?

Joachim Müller

What version of the Zend Optimizer (ZO) do you have?

Joachim

Streamer

Quote from: GauGau on January 07, 2005, 11:51:51 AM
What version of the Zend Optimizer (ZO) do you have?

Server has only "Zend Extension 20021010", no Zend Optimizer, checked from phpinfo().

Streamer

#24
Because solution to problem not found I took back in use use working 1.2 from backup. If someone wants to still see the error message, I keep 1.3.2 temporary up at [removed] (unfortunately I have to now use Finnish language and customised theme).

Hopefully somebody founds someday solution to this problem, until that i keep using old version.

Streamer

Solved! :)

There seems to be incorrect information on documentation, there is written that:

5.3 Integration steps
5.3.1 Check your bbs settings

"If you are using phpBB 2, go to the admin control panel and check that "Cookie domain" corresponds to your domain, "Cookie name" is "phpbb2mysql" and "Cookie path" is "/". "

If I get it right this means that phpbb and cpg cookie name must be same, and yes that worked fine like that with 1.2 but in 1.3.2 those must be different! Working fine now when those are changed to different names.


Nibbler

It says:

QuoteImportant: the cookie names of your bbs and coppermine must not be the same - they must differ!

Joachim Müller

#27
Quote from: Streamer on January 07, 2005, 08:56:28 PMIf I get it right this means that phpbb and cpg cookie name must be same
no, you got this wrong.

Quote from: Streamer on January 07, 2005, 08:56:28 PMand yes that worked fine like that with 1.2 but in 1.3.2 those must be different!
This has been the same with all versions of coppermine, none of them allowed you to have the same cookie name for your bbs and coppermine (just because this is the basic concept of cookies), so in fact your posting is a bit inadequate that says it used to be the same with the cpg1.2.x install. The cookie names must always differ, that's what the documentation says. If your cpg1.2 install used to work, you must have had different cookie names - it wouldn't have worked if they were the same.

Glad you were able to fix this for yourself, but you drew the wrong conclusions ;).

Joachim


Streamer

#28
Okey, I got it wrong, im stupid :)