9.2.0.RC2
| Author |
Message |
grazz


Joined: Dec 07, 2005 Posts: 19 Location: Italia
|
Post subject: Re: 9.2.0.RC1 Posted: Sat Dec 22, 2007 1:00 am |
|
NanoCaiordo wrote:
A couple of more things which are very important as well.
DragonflyCMS install, upgrade and runs on MySQL 5 with STRICT_TRANS_TABLE on!
Lot of html have been moved to template files, freeing up the core and modules. This was an HUGE task to do and it required lot of time and effort, thanks to Phoenix!
Oh My Gosh.
Thanks for this new, thanks to developers, thanks to Phoenix for the cleaning HTML in the core code!
Now it will be time consuming to review and carefully upgrade big dragonfly sites w/ many or old modules and themes, BUT these news are just like a fresh air!
Good Job Guys! Long Life to DragonflyCMS.
grazz's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) CentOs / 2.0.63 / 4.1.22 / 5.2.5 / DF 9.2.1 |
|
| Back to top |
|
 |
greenday2k


Joined: Aug 11, 2005 Posts: 422 Location: CO
|
Post subject: Re: 9.2.0.RC2 Posted: Mon Dec 24, 2007 10:34 pm |
|
The blocks section is not saving the changes when editing and moving a block from the right to the left or viceversa (clicking on the edit link, on the right column). I had to delete the block and then re create it on the "right" pos.
Am i the only one having troubles with this?
_________________ greenday2k.net


greenday2k's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3302 Location: -37.805°, 145.036°
|
Post subject: Re: 9.2.0.RC2 Posted: Mon Dec 24, 2007 11:00 pm |
|
did you clicked on "Update Changes" at the bottom?
_________________ .:: I called myself but someone else answered ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
CatchImran


Joined: Mar 06, 2006 Posts: 637 Location: India
|
Post subject: Re: 9.2.0.RC2 Posted: Tue Dec 25, 2007 7:55 am |
|
I just upgraded to see if it works or not and fortunately everything does work. There was some fuss that FPro isn't working well with this RC but I haven't had any problems as of yet. Will be checking all modules one by one to see if they are well or not.
_________________

Visit www.RadoPOD.com Today!
CatchImran's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.0.54 (Unix)/5.0.51/5.2.6/DragonflyCMS 9.2.1 |
|
| Back to top |
|
 |
BrokenCrust


Joined: Sep 06, 2004 Posts: 483
|
Post subject: Re: 9.2.0.RC2 Posted: Thu Dec 27, 2007 3:16 pm |
|
On upgrading from 9.0.6.1 to 9.2 RC2 the Installer gives the following error (MySQL 5.0 Strict mode php 5.2). There doesn't seem to be a bug project for 9.2 yet so I post it here only.
On /install.php
While executing query "CREATE TABLE cpg_bbforbidden_extensions (
ext_id INT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE,
extension VARCHAR(100) NOT NULL DEFAULT '',
PRIMARY KEY (ext_id)
) TYPE=MyISAM DEFAULT CHARSET=utf8"
the following error occured: Table 'cpg_bbforbidden_extensions' already exists
In: C:\web\html\includes\classes\installer.php on line: 61
BrokenCrust's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.16/5.0.91/5.2.14/9.2.1 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3302 Location: -37.805°, 145.036°
|
Post subject: Re: 9.2.0.RC2 Posted: Thu Dec 27, 2007 3:32 pm |
|
Sharing different installs on the same database? or saving tables backup inside the same database?
_________________ .:: I called myself but someone else answered ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
BrokenCrust


Joined: Sep 06, 2004 Posts: 483
|
Post subject: Re: 9.2.0.RC2 Posted: Thu Dec 27, 2007 3:39 pm |
|
No, neither.
BrokenCrust's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.16/5.0.91/5.2.14/9.2.1 |
|
| Back to top |
|
 |
layingback


Joined: Apr 19, 2004 Posts: 750
|
Post subject: Re: 9.2.0.RC2 Posted: Tue Jan 01, 2008 12:23 am |
|
Did a clean install on new local Linux system, and there is a small omission in INSTALL.txt.
Under Installing the Package step 4:
Code:
4) CHMOD the following directories to 755 (777 if 755 fails):
- cache
- modules/coppermine/albums
- modules/coppermine/albums/userpics
- uploads/avatars
- uploads/forums
you do not include the directory includes/, even though it gets specifically flagged in Install. If you ignore the yellow ball (non-critical error) in Install, then you'll find that Install cannot save your config.php file. Easy to address for us DF-seasoned admins, but perhaps an avoidable problem, which may well confuse a first time DF admin?
And a suggestion for Step 1 of same section, change:
Code:
1) Create a new database, for example, 'dragonfly': mysqladmin create dragonfly
OR add a database through your web control panel.
to:
Code:
1) Create a new database, for example, 'dragonfly': mysqladmin create dragonfly
OR add a database through your web control panel
OR create a database in phpMyAdmin or MySQL-Front.
to cover the situation when user doesn't have either cPanel or mysqladmin already available.
_________________ Pro_News: The complete module for Dragonfly - now available as version 3.3
layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) 2.4.21 - 2.6.22 / 1.3.39 - 2.2.8 / 4.4.7 - 5.2.5 / 9.1.2.1 - 9.2.1 |
|
| Back to top |
|
 |
layingback


Joined: Apr 19, 2004 Posts: 750
|
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3302 Location: -37.805°, 145.036°
|
Post subject: Re: 9.2.0.RC2 Posted: Tue Jan 01, 2008 2:08 am |
|
@layingback: done, thank you!
@BrokenCrust: did you figure it out the issue?
_________________ .:: I called myself but someone else answered ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
BrokenCrust


Joined: Sep 06, 2004 Posts: 483
|
Post subject: Re: 9.2.0.RC2 Posted: Tue Jan 01, 2008 3:57 pm |
|
Yes, I think so, it seems to be a UTF8 data transfer issue. I still need to test an upgrade on the production server, but I think all is OK. Thanks.
BrokenCrust's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.16/5.0.91/5.2.14/9.2.1 |
|
| Back to top |
|
 |
BrokenCrust


Joined: Sep 06, 2004 Posts: 483
|
Post subject: Re: 9.2.0.RC2 Posted: Tue Jan 01, 2008 4:33 pm |
|
There seems to be an issue with the credits page and blocks:-
includes\classes\blocks.php
* Notice line 36: Undefined index: credits
* Warning line 38: Invalid argument supplied for foreach()
* Warning line 46: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array
BrokenCrust's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.16/5.0.91/5.2.14/9.2.1 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3302 Location: -37.805°, 145.036°
|
|
| Back to top |
|
 |
layingback


Joined: Apr 19, 2004 Posts: 750
|
Post subject: Re: 9.2.0.RC2 Posted: Wed Jan 02, 2008 5:42 am |
|
Probably not too serious, but while I was working through the block changes necessary on my module, I did notice a Warning from phpMyAdmin on cms_blocks concerning duplicate indexes on bid - Primary and Unique - and suggesting that one should be removed.
_________________ Pro_News: The complete module for Dragonfly - now available as version 3.3
layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) 2.4.21 - 2.6.22 / 1.3.39 - 2.2.8 / 4.4.7 - 5.2.5 / 9.1.2.1 - 9.2.1 |
|
| Back to top |
|
 |
NanoCaiordo


Joined: Jun 29, 2004 Posts: 3302 Location: -37.805°, 145.036°
|
Post subject: Re: 9.2.0.RC2 Posted: Wed Jan 02, 2008 8:08 am |
|
were you making manually changes from phpMyAdmin or were you using DragonflyCMS block administration?
_________________ .:: I called myself but someone else answered ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|

|
User Info ![Show/hide content [x]](themes/dragonfly/images/minus.png)
 Welcome Anonymous
Languages ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Community ![Show/hide content [x]](themes/dragonfly/images/minus.png)
 Support for DragonflyCMS in a other languages:
• Dansk
• Deutsch
• Eesti
• Italia
• Norsk
Testimonials ![Show/hide content [x]](themes/dragonfly/images/minus.png)
I just did the phpNuke 7.4 to CPG-Nuke CVS conversion. Was very easy. ... Found everything I needed to help me along the way with a few searches.
The most unexpected and best thing I have found after switching was the increased speed.
I used to think I needed to change hosts--since switching to CPG-Nuke all my users have commented on how much faster pages load
Whit
i was running phpnuke and have almost 30,000 members
apache and sql both running at 99% usage,
server crashed when 50 ppl online,
Host wanted me off shared hosting as many customers complaining i was crashing a p4 3.2
with 2gig ram,
i converted to cpg and now i have less than a 50% server load
cpg saved me $300 USD a month
offshore dedicated servers cost $$
thx guys
one decision i dont regreat is CPGNUKE
Korben
www.datastreamz.net
It's like this - I was working with Oldsmobiles when I was workin with HTML. Then I moved up to Mazda's and Audi's with PHP Nuke. But now my friends I am riding in style with Benz's and Porche's. The diffrence is that noticable immediatly. The Install is so simple once you get it and the site is so secure its like fort knox. Thank you - And you all can expect to see alot more of me around - suggesting ideas and helping where I can. Peace out all - and enjoy newbies. It's really worth it to use CPGNuke.
- Kid_Creation
One thing I've noticed about CPG-Nuke... it is fast and clean. Impressive. One of my 'customers' liked it so much she wanted everything changed to CPG-Nuke!
- valis
awebware.com
The conversion from phpNuke 7.4 to CPG-Nuke (CVS) was a piece of cake. The data conversion took about two hours. Hit a few snags--but nothing a few forum searches couldn't fix.
Probably the best compliment I got from my users--"Did you change hosts?" The speed improvement over phpNuke is quite noticable.
Kudos to the developement team! Thanks for helping me get away from the phpNuke tease.
- Whit
endofropegang.com
Thanks for the Great program! I never regret migrating from PhpNuke. My
site is so much faster and more secure. Now I spend time managing my site instead
of the site software. Keep up the good work!
- Rod
www.gentle.org
Now that we are running CPG Nuke this is the first time I've travelled
without having to worry about hacking, monitoring the site daily, etc. Thanks for
CPG Nuke and everyone that made it possible. We are running a consumer advocacy
site at householdwatch.com and the site is very busy. CPG Nuke is doing the job
and doing it well.
NukeFind
CPG is Fast, Secure & Free
Since installing it's been much easier to work with as an admin.
Better admin features but not as many modules that phpnuke offers.
Built for speed and reliability.
Admin of 3 prominent sites that combined receive 6 million hits annually.
CPGnuke is hands down the best CMS out there.
- djdevon3
I just made the switch to CPG, from phpNuke.
The install was easy, simple when following well written instructions. My site has dramatically increased in speed, it really is a day and nite difference.
Thanks to everyone who is a part of the CPG-Nuke project and for offering this CMS as a great alternative to the other *Nukes.
I look forward to being a part of the community.
Kristin
"I made the switch!"
I managed to stumble onto this remake of phpnuke type CMS and have been VERY pleased ever since... I'm very glad it's the system I'm using to make a web site.
4est
Great sense of community around CPG Nuke!
Thanks for your hard work
Cheers!
roRisc
To the Dev team. You guys rock keep up the good work. Hopefully I'll get good enough at this quickly so that I'll be able to start posting some solutions and tips as well.
Cup-A-Cino
I want to thank everyone who help me to build my cpgnuke, know the final layout look great, makes the user want to register.....thanks alot guys
TRANCEBUDHA
Hey thanks for the quick replies..hehe.. ya I am trying to check out cpg-nuke on the same server.. anyways.. www.sizzle.no-ip.com /ufo just a test site main php-nuke is www.sizzle.no-ip.com and forums www.sizzle.no-ip.com /forums It seems so far that cpg-nuke is quit a bit faster than php-nuke.. thanks again
sixpack
CPG-Nuke and its support community ROCKS!
James D Kirk
CPGNuke is making phpnuke look like hammered dog-crap so far...
Persistence
Just installed the latest version of CPG and I'm lovin' it!
square
love CPG!
Mecro
man i just took a look at the demo ADMIN and you guys truly did a remarkable job.. this blows PHPNuke away...
dirtbag
Thank You, cpgnuke.
Thank You All that are behind that wonderful script.
Truden
Excellent Coppermine with safemod :)
Work fine with safemod
nice Job
Reha
Thank You, cpgnuke.
I am amazed at what CPG Nuke has to offer...
JamesSelvage
Great site. Great software.
ShermD3
Well I got my first CPGNuke site up! (huzzah?) I must say of the 5 site I run, 4 of which are PHP-Nuke sites I'm most impressed
GeoffM
This install was SOOO smooth. Great job guys! I love it!
dcorwin
Hey CPG-Nuke Dev Team!! Wow!!!!...pretty much sums it up.
I love cpgnuke and I've only had it a couple days now.
sabione
Great system you developed here. Thanks !
cwweb
X-links ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Preview theme ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.
|