Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ CMS (All) ⇒ CVS Info ⇒ 9.2.3.x


9.2.3.x
Global information regarding the state of our CVS and changes committed. Members are only allowed to reply to these topics.
Go to page Previous  1, 2, 3
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  CVS Info

View previous topic :: View next topic  
Author Message
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Fri Jul 09, 2010 8:14 am
Post subject: Re: 9.2.3.1

Why are you guys so impatience lol ...

includes/functions/display.php line 37
change
PHP:
	$theme = (!defined('ADMIN_PAGES') && file_exists("themes/{$theme}/theme.php")) ? $theme : 'default';

to
PHP:
	$theme = file_exists("themes/{$theme}/theme.php") ? $theme : 'default';

By the way layingback clearly understood how many issues you are going to have by forcing other themes unless theme's developer spend a reasonable time upgrading the theme ... admin pages MUST stay a stable environment.

Hope you understand .. however I want to redesign the default theme but not yet ... unless someone wants to help.

_________________
.:: 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
Ronin
Dragonfly addicted
Dragonfly addicted

Offline Offline
Joined: Jun 07, 2004
Posts: 475
Location: Calgary, AB
PostPosted: Fri Jul 09, 2010 9:32 pm
Post subject: Re: 9.2.3.1

OK,

I put the original default back and now I can move blocks. No biggy as I don't care what it looks like when doing admin stuff.

Fix for my news topic icon problem is described here.

Thanks all!

_________________
Cheers,

Ronin
Ronin Technologies
Dragonfly Google Maps Module

Ronin's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Lunarpages Linux / 1.3.37 / 4.1.22-standard-log / 4.4.4 / 9.1.2.5
Back to top
View user's profile Visit poster's website Photo Gallery
Rusty_
Nice poster
Nice poster

Offline Offline
Joined: Jan 22, 2008
Posts: 51
Location: Au
PostPosted: Tue Jul 13, 2010 10:33 am
Post subject: Re: 9.2.3.1

NanoCaiordo wrote:
Why are you guys so impatience lol ...

includes/functions/display.php line 37
change
PHP:
	$theme = (!defined('ADMIN_PAGES') && file_exists("themes/{$theme}/theme.php")) ? $theme : 'default';

to
PHP:
	$theme = file_exists("themes/{$theme}/theme.php") ? $theme : 'default';

Thanks NanoCaiordo
Worked a treat Very Happy


Rusty_'s server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / 2.2.6 / 5.0.45 / 5.2.4 / Dragonfly (9.2.1)
Back to top
View user's profile Visit poster's website
rosbif
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Jan 13, 2005
Posts: 593
Location: Paris, France
PostPosted: Thu Jul 15, 2010 7:02 pm
Post subject: Re: 9.2.3.1

I'm looking at starting a new site using this latest DF plus ReDesign3 and Pro News. I can download a zipped snapshot of DF and the latest Pro News but can't get the latest ReDesign3 from CVS without manually downloading each file. Short of having to learn how a CVS downloader works does anyone have a zipped latest copy of ReDesign3 they could email me? please.. !


rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
ChantillyExpat.com - Others-
Back to top
View user's profile Visit poster's website
Ronin
Dragonfly addicted
Dragonfly addicted

Offline Offline
Joined: Jun 07, 2004
Posts: 475
Location: Calgary, AB
PostPosted: Thu Jul 15, 2010 7:52 pm
Post subject: Re: 9.2.3.1

If you have shell access just execute this in your web server's root and it'll show up in your themes folder:

cvs -d :pserver:anonymous@dragonflycms.org:/cvs checkout themes/reDesign

_________________
Cheers,

Ronin
Ronin Technologies
Dragonfly Google Maps Module

Ronin's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Lunarpages Linux / 1.3.37 / 4.1.22-standard-log / 4.4.4 / 9.1.2.5
Back to top
View user's profile Visit poster's website Photo Gallery
greenday2k
Forum Admin
Forum Admin

Offline Offline
Joined: Aug 11, 2005
Posts: 489
Location: CO
PostPosted: Thu Jul 15, 2010 8:20 pm
Post subject: Re: 9.2.3.1

Look:
000.pri.ee/Downloads/d...id=46.html

_________________
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
Ronin
Dragonfly addicted
Dragonfly addicted

Offline Offline
Joined: Jun 07, 2004
Posts: 475
Location: Calgary, AB
PostPosted: Thu Jul 15, 2010 8:22 pm
Post subject: Re: 9.2.3.1

I believe there's changes above and beyond that download in the cvs files.

_________________
Cheers,

Ronin
Ronin Technologies
Dragonfly Google Maps Module

Ronin's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Lunarpages Linux / 1.3.37 / 4.1.22-standard-log / 4.4.4 / 9.1.2.5
Back to top
View user's profile Visit poster's website Photo Gallery
rosbif
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Jan 13, 2005
Posts: 593
Location: Paris, France
PostPosted: Thu Jul 15, 2010 8:29 pm
Post subject: Re: 9.2.3.1

I have shell access on one account but I've never used it before. Think someone must have the files!


rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
ChantillyExpat.com - Others-
Back to top
View user's profile Visit poster's website
rosbif
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Jan 13, 2005
Posts: 593
Location: Paris, France
PostPosted: Thu Jul 15, 2010 10:34 pm
Post subject: Re: 9.2.3.1

I've just done a clean install of 9.2.3.1 CVS with reDesign3 and Pro_News.

I'm getting these errors:

Code::
Notice: Undefined index: d in /home/mouygite/public_html/dragonfly/includes/classes/blocks.php on line 83

Warning: Invalid argument supplied for foreach() in /home/mouygite/public_html/dragonfly/includes/classes/blocks.php on line 83


rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
ChantillyExpat.com - Others-
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Mon Sep 20, 2010 2:28 am
Post subject: Re: 9.2.3.x

CVS 9.x download (see first post) updated to 9.2.3.2.
Rolledback admin theme issues and replaced User Agent detection with a faster and non blocking functionality.

The user agent security option deprecated and probably will be used for logging capabilities.

_________________
.:: 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
noair
Nice poster
Nice poster

Offline Offline
Joined: May 31, 2005
Posts: 90

PostPosted: Thu Oct 14, 2010 11:51 pm
Post subject: Re: 9.2.3.x

I did an upgrade on a site and now only default theme and dragonfly will show. I am using reDesign2 theme. At first everything was good then Bam it changed to default. What am I missing?


noair's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
linux,apache,5.0.92,5.2.9,9.2.3.2
Back to top
View user's profile Visit poster's website
noair
Nice poster
Nice poster

Offline Offline
Joined: May 31, 2005
Posts: 90

PostPosted: Fri Oct 15, 2010 12:30 am
Post subject: Re: 9.2.3.x

noair wrote:
I did an upgrade on a site and now only default theme and dragonfly will show. I am using reDesign2 theme. At first everything was good then Bam it changed to default. What am I missing?

I resolved it by placing the old display.php Revision 9.51 back into the directory.


noair's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
linux,apache,5.0.92,5.2.9,9.2.3.2
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Sat Oct 16, 2010 1:01 am
Post subject: Re: 9.2.3.x

Maybe it was just a session issue.

The updated version seems to do what it should, as it has been reported few times already.

_________________
.:: 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
noair
Nice poster
Nice poster

Offline Offline
Joined: May 31, 2005
Posts: 90

PostPosted: Wed Nov 17, 2010 1:43 am
Post subject: Re: 9.2.3.x

I have another issue that I have since the upgrade. I have a script ran in cron and it kept sending this error message.

Notice: Undefined index: REQUEST_METHOD in /home/xxxxx/public_html/includes/cmsinit.inc on line 74

Warning: ini_set(): Cannot change zlib.output_compression - headers already sent in /home/xxxxx/public_html/includes/cmsinit.inc on line 82

In cmsinit on line 74 is this code

# bugs.php.net/bug.php?id=15693 - line 73
if ($_SERVER['REQUEST_METHOD'] == 'HEAD') { exit; } - line 74

I never got this issue until I upgraded from 9.2.1 to 9.2.3.2. I solved this by commenting out line 74.

I understand this line was put in place for issues with php 4.1.1. I am using php 5 so I decided to post this here and not as a bug report. Hope this helps someone.


noair's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
linux,apache,5.0.92,5.2.9,9.2.3.2
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Thu Nov 18, 2010 3:08 am
Post subject: Re: 9.2.3.x

yeah , the request method is not registered when it runs from command line ... instead of commenting you should have changed to

PHP:
if (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'HEAD') { exit; }

_________________
.:: 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 ⇒  CVS Info
Page 3 of 3
All times are GMT
Go to page Previous  1, 2, 3



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.

read more...

   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