My Subscriptions

No active or expired subscriptions. View Available Subscriptions

Advanced Search

Home arrow Forum arrow Extensionsarrow JCal Pro and JCal Clientarrow JCal Pro 1.5.x for Joomla! 1.0.xarrow SOLVED: Admin area edit settings blank screen
Pages: [1] 2 3
Print
Author Topic: SOLVED: Admin area edit settings blank screen  (Read 6222 times)
richandleacv
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« on: April 21, 2007, 02:32:20 AM »

Hi,

I have found the following change fixes the blank screen problem with the admin screen "Edit Settings"...

Swap the last two lines around in the function "function editSettings( $option )"

It was...

   HTML_extcalendar::editSettings( $option );
   include( $comp_path.'/admin_settings.php');


Swap around to this and save changes...

   include( $comp_path.'/admin_settings.php');
   HTML_extcalendar::editSettings( $option );


I didn't have to change anything else.

Hope it helps someone else.
 Wink
Rich
« Last Edit: December 24, 2007, 02:24:35 AM by V-man » Logged
V-man
Administrator
Hero Member
*****

Karma: +14/-1
Posts: 2027


Ignorance is curable, stupid is forever.


View Profile
« Reply #1 on: April 21, 2007, 10:37:27 PM »

I don't get this error on any of my servers so i can't test it. We would LOVE some independent confirmation on this long-standing, annoying problem.

If this is real, it would be an awesome fix! Thanks richandleacv.
Logged

*** Please read this post and the FAQs before posting in the forum. ***

Support questions via PM will be ignored. Please use
richandleacv
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #2 on: April 22, 2007, 04:38:28 AM »

Hi,

I meant to say, the text to swap around is in the file admin.jcalpro.php approx line 447.

Hopefully a few people can try this out and confirm it works for them too, as it has worked for me.

Rich.
Logged
thaindian
Newbie
*

Karma: +0/-0
Posts: 5


View Profile WWW
« Reply #3 on: April 22, 2007, 06:27:41 PM »

Hi richandleacv,

Thanks a lot for this fix. Ive been playing with this component and this blank screen thing left me puzzled.
Thanks for posting the solution. I now have access to the settings page.
Logged
Aztrid
Newbie
*

Karma: +0/-0
Posts: 5


View Profile
« Reply #4 on: April 23, 2007, 11:16:01 AM »

It didn't help me. I still get the blank screen. I would really love to try out this component. To the admins/developers: If you need any details from me regarding this problem, please send me an email.
Logged
V-man
Administrator
Hero Member
*****

Karma: +14/-1
Posts: 2027


Ignorance is curable, stupid is forever.


View Profile
« Reply #5 on: April 23, 2007, 04:04:48 PM »

Aztrid, does the GZIP disable solve the problem?
Logged

*** Please read this post and the FAQs before posting in the forum. ***

Support questions via PM will be ignored. Please use
Aztrid
Newbie
*

Karma: +0/-0
Posts: 5


View Profile
« Reply #6 on: April 23, 2007, 04:18:35 PM »

Aztrid, does the GZIP disable solve the problem?
No, I also tried that a while ago.

However, I tried installing the jcal component on a different web hotel. It seemed to work without problems (except it complained about the Danish languae file but i should be able to fix that myself).

It is probably my service provider, one.com, who is not up to scratch with technologies. I think I will just move my sites to another server, if this problem cannot be solved otherwise  Smiley
Logged
V-man
Administrator
Hero Member
*****

Karma: +14/-1
Posts: 2027


Ignorance is curable, stupid is forever.


View Profile
« Reply #7 on: April 23, 2007, 04:58:14 PM »

Well, it seems that your issue is different from the GZIP issue, which is important to know. Thanks.
Logged

*** Please read this post and the FAQs before posting in the forum. ***

Support questions via PM will be ignored. Please use
rikahs
Newbie
*

Karma: +0/-0
Posts: 1


View Profile
« Reply #8 on: June 03, 2007, 09:41:51 PM »

Hi,

I have found the following change fixes the blank screen problem with the admin screen "Edit Settings"...

Swap the last two lines around in the function "function editSettings( $option )"

It was...

   HTML_extcalendar::editSettings( $option );
   include( $comp_path.'/admin_settings.php');


Swap around to this and save changes...

   include( $comp_path.'/admin_settings.php');
   HTML_extcalendar::editSettings( $option );


I didn't have to change anything else.

Hope it helps someone else.
 Wink
Rich

Worked perfect!  Thank you.
Logged
V-man
Administrator
Hero Member
*****

Karma: +14/-1
Posts: 2027


Ignorance is curable, stupid is forever.


View Profile
« Reply #9 on: June 04, 2007, 11:29:23 PM »

This change has been committed to the repository and will be available in the next release.
Logged

*** Please read this post and the FAQs before posting in the forum. ***

Support questions via PM will be ignored. Please use
walterwoj
Newbie
*

Karma: +0/-0
Posts: 1


View Profile
« Reply #10 on: June 05, 2007, 05:01:15 PM »

Why can't you update the current version? The download i got today was bad when you have the fix already.  Can't you push out a maintenance release?  This is a serious issue that would stop anyone with out programming knowledge in their tracks.
Logged
mikos
Newbie
*

Karma: +0/-0
Posts: 1


View Profile
« Reply #11 on: June 06, 2007, 02:09:24 PM »

Hi richandleacv,

Swapping those lines worked perfect for me! Thankx
Logged
V-man
Administrator
Hero Member
*****

Karma: +14/-1
Posts: 2027


Ignorance is curable, stupid is forever.


View Profile
« Reply #12 on: June 07, 2007, 12:01:15 AM »

Why can't you update the current version? The download i got today was bad when you have the fix already.  Can't you push out a maintenance release?  This is a serious issue that would stop anyone with out programming knowledge in their tracks.

1. Themes between versions are not compatible, so pushing out numerous releases is a pain for many using customized templates. We plan to address this in the future, but for now we are stuck with it.

2. The repository has never been tested in the wild, so releasing it as a solution to bugs in the stable release is not wise.

3. The repository version is not complete. Numerouse contributors have their tasks at varioous stages of completion, preventing a whimsical release.

4. There is a work-around available as described in the JCal Pro documentation and a sticky thread here on the forum (disable GZIP) and a fix available here on the forum. That's quite a bit of coverage.
Logged

*** Please read this post and the FAQs before posting in the forum. ***

Support questions via PM will be ignored. Please use
cybervigilante
Newbie
*

Karma: +0/-0
Posts: 1


View Profile Email
« Reply #13 on: June 08, 2007, 05:13:12 PM »

admin.jcalpro.php

I don't see that file at all . Do you mean admin_events.php ? I don't see it in the include directory either. Of course this happens when my boss asks if he can add stuff to the calender and I'd never checked that out from the front end  Wink tks.

Logged
mehum
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #14 on: June 19, 2007, 10:25:25 AM »

The path is  / administrator / components / com_jcalpro /

And the fix worked!  Thank-you!
Logged
Pages: [1] 2 3
Print
Jump to:  

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

Original Joomla Template design by RocketTheme ( Conversion by Bloc)

 



Mailing List Subscriptions

Use the form below to Subscribe or Unsubscribe to the Anything-Digital.com mailing lists.

Note that both Subscribe and Unsubscribe actions will require confirmation via e-mail.

 

E-mail Address: (required)
First Name: (required)
Last Name: (required)
Select List(s): JCal Pro Mailing List
Advanced Search Mailing List
JContent Subscription Mailing List
Exposé Mailing List
Choose Action: Subscribe
UnSubscribe
 

 



RSS News Feeds