Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ General ⇒ Announcements ⇒ 9.2.0.RC2


9.2.0.RC2
General announcements from the Dragonfly CMS Team.
Go to page Previous  1, 2, 3, 4  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Announcements

View previous topic :: View next topic  
Author Message
grazz
Newbie
Newbie

Offline Offline
Joined: Dec 07, 2005
Posts: 19
Location: Italia
PostPosted: Sat Dec 22, 2007 1:00 am
Post subject: Re: 9.2.0.RC1

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
View user's profile Visit poster's website
greenday2k
Forum Admin
Forum Admin

Offline Offline
Joined: Aug 11, 2005
Posts: 489
Location: CO
PostPosted: Mon Dec 24, 2007 10:34 pm
Post subject: Re: 9.2.0.RC2

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?

_________________
www.greenday2k.net


greenday2k's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website MSN Messenger Yahoo Messenger
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Mon Dec 24, 2007 11:00 pm
Post subject: Re: 9.2.0.RC2

did you clicked on "Update Changes" at the bottom?

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
CatchImran
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Mar 06, 2006
Posts: 635
Location: India
PostPosted: Tue Dec 25, 2007 7:55 am
Post subject: Re: 9.2.0.RC2

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
View user's profile Visit poster's website
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: Thu Dec 27, 2007 3:16 pm
Post subject: Re: 9.2.0.RC2

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 please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Thu Dec 27, 2007 3:32 pm
Post subject: Re: 9.2.0.RC2

Sharing different installs on the same database? or saving tables backup inside the same database?

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: Thu Dec 27, 2007 3:39 pm
Post subject: Re: 9.2.0.RC2

No, neither.


BrokenCrust please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
layingback
Forum Admin
Forum Admin

Offline Offline
Joined: Apr 19, 2004
Posts: 1040

PostPosted: Tue Jan 01, 2008 12:23 am
Post subject: Re: 9.2.0.RC2

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.6 - 3.6 / 1.3.42 - 2.2.12 / 5.0.92 - 5.1.37 - 5.1.54 / 4.4.49 - 5.2.17 - 5.3 / 9.2.1
Back to top
View user's profile Visit poster's website Photo Gallery
layingback
Forum Admin
Forum Admin

Offline Offline
Joined: Apr 19, 2004
Posts: 1040

PostPosted: Tue Jan 01, 2008 12:42 am
Post subject: Re: 9.2.0.RC2

And 1 more thing...

The paragraph:
Code::
    We also recommend setting a password for your MySQL access. This is
    important as some data in the nuke database is not encrypted, so for
    security reasons you need to set a password. Not only that, it's a
    good practice!

can probably lose the reference to nuke now Wink But more importantly needs to appear somewhere up in the Install section, because once you've installed it's non-trivial (for a new admin) to figure out how to add a MySQL password to DF (because they won't know anything about config.php or how/where to change it).

_________________
Pro_News: The complete module for Dragonfly - now available as version 3.3

layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6 - 3.6 / 1.3.42 - 2.2.12 / 5.0.92 - 5.1.37 - 5.1.54 / 4.4.49 - 5.2.17 - 5.3 / 9.2.1
Back to top
View user's profile Visit poster's website Photo Gallery
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Tue Jan 01, 2008 2:08 am
Post subject: Re: 9.2.0.RC2

@layingback: done, thank you!

@BrokenCrust: did you figure it out the issue?

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: Tue Jan 01, 2008 3:57 pm
Post subject: Re: 9.2.0.RC2

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 please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: Tue Jan 01, 2008 4:33 pm
Post subject: Re: 9.2.0.RC2

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 please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Tue Jan 01, 2008 4:54 pm
Post subject: Re: 9.2.0.RC2

Topic splitted:
dragonflycms.org/Forum...21517.html
dragonflycms.org/Forum...21521.html
dragonflycms.org/Forum...21522.html
dragonflycms.org/Forum...21444.html
dragonflycms.org/Forum...21519.html
dragonflycms.org/Forum...21520.html
dragonflycms.org/Forum...21518.html

Some are fixed, some bogus, some not pertinent.

Looking for the warnings, however yeah "credits" and "privacy_policy" are not real modules. Will see for a proper solution:
a. slightly modify the code to have blocks in both
b. totally skip the blocks as usual

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
layingback
Forum Admin
Forum Admin

Offline Offline
Joined: Apr 19, 2004
Posts: 1040

PostPosted: Wed Jan 02, 2008 5:42 am
Post subject: Re: 9.2.0.RC2

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.6 - 3.6 / 1.3.42 - 2.2.12 / 5.0.92 - 5.1.37 - 5.1.54 / 4.4.49 - 5.2.17 - 5.3 / 9.2.1
Back to top
View user's profile Visit poster's website Photo Gallery
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Wed Jan 02, 2008 8:08 am
Post subject: Re: 9.2.0.RC2

were you making manually changes from phpMyAdmin or were you using DragonflyCMS block administration?

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Announcements
Page 2 of 4
All times are GMT
Go to page Previous  1, 2, 3, 4  Next



Jump to:  


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


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

Gehiago irakurri . . .

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy