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


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: 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 |
|
 |
Ronin Dragonfly addicted


Offline Joined: Jun 07, 2004 Posts: 475 Location: Calgary, AB
|
Posted: 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 |
|
 |
Rusty_ Nice poster


Offline Joined: Jan 22, 2008 Posts: 51 Location: Au
|
Posted: 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
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 |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
Ronin Dragonfly addicted


Offline Joined: Jun 07, 2004 Posts: 475 Location: Calgary, AB
|
Posted: 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 |
|
 |
greenday2k Forum Admin


Offline Joined: Aug 11, 2005 Posts: 489 Location: CO
|
Posted: Thu Jul 15, 2010 8:20 pm Post subject: Re: 9.2.3.1 |
|
_________________ www.greenday2k.net

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


Offline Joined: Jun 07, 2004 Posts: 475 Location: Calgary, AB
|
Posted: 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 |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
Posted: 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 |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: 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 |
|
 |
noair Nice poster


Offline Joined: May 31, 2005 Posts: 90
|
Posted: 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 |
|
 |
noair Nice poster


Offline Joined: May 31, 2005 Posts: 90
|
Posted: 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 |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: 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 |
|
 |
noair Nice poster


Offline Joined: May 31, 2005 Posts: 90
|
Posted: 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 |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: 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 |
|
 |
|
|