| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Wed Aug 04, 2004 3:57 pm Post subject: August 4 MySQL |
|
Don't complain cookies don't work if you didn't do the following in MySQL
| PHP: |
INSERT INTO cms_config_custom (cfg_name, cfg_field, cfg_value) VALUES ('cookie', 'member', 'user'); INSERT INTO cms_config_custom (cfg_name, cfg_field, cfg_value) VALUES ('cookie', 'admin', 'admin');
|
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Last edited by DJ Maze on Fri Aug 06, 2004 3:31 am; edited 1 time in total |
|
| Back to top |
|
 |
valis Newbie


Offline Joined: Jun 28, 2004 Posts: 41 Location: Canada
|
Posted: Wed Aug 04, 2004 6:48 pm Post subject: Re: August 4 MySQL |
|
O.o
_________________ There is no sanity without a playful imagination.
valis's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Win2K/Apache 2.0.49/MySQL 4.0.20a/PHP 4.3.7
|
|
| Back to top |
|
 |
t2webby Newbie


Offline Joined: Jul 12, 2004 Posts: 23
|
Posted: Wed Aug 04, 2004 7:43 pm Post subject: Re: August 4 MySQL |
|
| DJMaze wrote: |
Don't complain cookies don't work if you didn't do the following in MySQL
| PHP: |
INSERT INTO cms_config_custom (cfg_name, cfg_field, cfg_value) VALUES ('cookie', 'member', 'user'); INSERT INTO cms_config_custom (cfg_name, cfg_field, cfg_value) VALUES ('cookie', 'admin', 'admin');
|
|
Ran the SQL , but cookies still doesn't work. Won't allow members to log in nor admins. Cleared my cookies from browser and still no go. I switched it back to the mainfile.php version 1.19, since 1.20 seems to have problems. Maybe i'm missing something
t2webby's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Sun Cobalt/Apache/MySQL/Php 4.3.7
|
|
| Back to top |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Wed Aug 04, 2004 9:45 pm Post subject: Re: August 4 MySQL |
|
I forgot to tell something: Clear the cache directory
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
|
|
| Back to top |
|
 |
tuta Supporter


Offline Joined: Jun 29, 2004 Posts: 465 Location: Houston
|
Posted: Tue Oct 05, 2004 2:38 pm Post subject: Re: August 4 MySQL |
|
Just a quick question on this from the main page:
| Code:: |
Advanced Notice: The upcoming version of CPGNuke requires MySql version 4.0.18 or newer and PHP version 4.3.x or newer.
The reason behind this is that:
MySql version 3.23.x is now almost 5 years old and does not support many of the newer faster query techniques. MySql is also not supporting bug fixes in 3+... version 4.0.2x is the latest stable version...
PHP 4.3.x because PHP as several severe bugs in older versions and also some huge memory problems/leaks, secondly we use some advanced techniques that don't work properly in older releases.
The latest stable release is PHP 4.3.9.
PHP 4.3.9 also supports imagecreatefromgif so if you want native gif support in the next version of CPG-Nuke's Coppermine, upgrade is needed |
When I ask my provider to upgrade -- will CPG 8.2b lose any of its current functionality? What are some other quickee benefits of upgrading that I can throw back at my provider to entice them to go ahead and upgade?
Thanks for your help everyone!
_________________ SEARCH the WIKI
How to Port for Dragonfly
tuta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache/MySQL 4.1.22/PHP 4.4.6/9.1.2.1
|
|
| Back to top |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Tue Oct 05, 2004 3:20 pm Post subject: Re: August 4 MySQL |
|
You won't loose data if the server upgrade is done properly.
Best is to make a backup first
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
|
|
| Back to top |
|
 |
Śyama_Dāsa Developer


Offline Joined: Apr 19, 2004 Posts: 2048 Location: Dragonfly CMS Tribe
|
Posted: Tue Oct 05, 2004 7:55 pm Post subject: Re: August 4 MySQL |
|
| Quote:: |
| some other quickee benefits of upgrading |
Lower server loads from memory problems/leaks...
PHP 4.3.9 supports imagecreatefromgif
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0)
|
|
| Back to top |
|
 |
|
|