My Subscriptions

No active or expired subscriptions. View Available Subscriptions

News Feed

Receive our Newsletter

Advanced Search

Save $50 on your CMS Expo Registration

Receive $50 off the registration fee for the CMS Expo featuring Joomla! in Dever, Colorado (USA). Click here to register at the reduced rate.
Home arrow Forum arrow Extensionsarrow JCal Pro and JCal Clientarrow Archivearrow 1.6.x General Discussionarrow blank screen problem with the admin screen "Edit Settings"...
Pages: [1]
Print
Author Topic: blank screen problem with the admin screen "Edit Settings"...  (Read 623 times)
finewaters
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« on: January 02, 2008, 06:44:11 PM »

JCal 1.6.176_beta new install
Joomla 1.5RC3 english
Default Template
PHP 5.2.4

I am still getting the blank screen problem with the admin screen "Edit Settings"

I read the:

http://dev.anything-digital.com/smf_forums/index.php?topic=2369.0

posts and I understand it should be fixed but it looks like it's still here ...

Any suggestions?

cheers

m2
Logged
kitesurfer
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #1 on: January 03, 2008, 12:17:36 PM »

hi,
had the same problem (with 1,5x and 1.6x) - just change to edit the language to english (i have the 1.0.13 german version) than it works ...

can´´t explain why it is ...

cu

stefan
Logged
finewaters
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #2 on: January 03, 2008, 02:09:54 PM »

Thanks for the tip. I also just noticed that the problem is with IE7 (PC) and it works fine on FireFox.

Logged
V-man
Administrator
Hero Member
*****

Karma: +16/-3
Posts: 2408


Ignorance is curable, stupid is forever.


View Profile
« Reply #3 on: January 09, 2008, 12:52:53 AM »

Been looking at this problem with JCal 1.5.3 and was finally able to replicate the blank screen if i switched the default php handler to php5 (i.e. it ran normally in php4).

So i checked the SVN and the old fix is still in place.

As a lark, try replacing the following (about line 610-611, administrator/components/admin.jcalpro.php):
Code:
include( $comp_path.'/admin_settings.php');
HTML_extcalendar::editSettings( $option );

with either option 1:
Code:
HTML_extcalendar::editSettings( $option );
include( $comp_path.'/admin_settings.php');

or option 2:
Code:
include 'admin_settings.php';
HTML_extcalendar::editSettings( $option );
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search ***
*** Support questions via PM or e-mail will be ignored.

*** Paid Support is available through Open Source Support Desk.
dping28
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #4 on: January 18, 2008, 05:49:37 AM »

I too am having this problem on my Joomla 1.5RC4 setup. It does it on my IE7 browser but shows up fine on my firefox browser on my linux machine. I have tried the proposed fixes and they have no effect. If there is anything I can try to help track this down let me know. Thanks!
Logged
Pages: [1]
Print
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com

Original Joomla Template design by RocketTheme ( Conversion by Bloc)