My Subscriptions

No active or expired subscriptions. View Available Subscriptions

Advanced Search

Home arrow Forum arrow JCal Pro 1.5.xarrow JCal Pro 1.5.x for Joomla! 1.5.xarrow SOLVED: Blank screen in administrator area
Pages: [1]
Print
Author Topic: SOLVED: Blank screen in administrator area  (Read 528 times)
overeem
Newbie
*

Karma: +0/-0
Posts: 18


View Profile WWW
« on: May 09, 2008, 12:22:42 PM »

I have just installed com-jcalpro-j1.5-beta224 on joomla 1.5.3.
It works fine on my localhost (Xampp) but when I installed it on my live site I can't get into the componenent/Jcal area. It doesn't matter wich of the links I try (just Jcal or settings or mangage event ect.) I just get a blank page.

Extra information:
  - Gzip function is disabled
  - Legacy mode enabled
  - Settings on live site and localhost site (Xampp) are the same

I hope someone can help me.
« Last Edit: May 28, 2008, 10:39:11 AM by V-man » Logged
V-man
Administrator
Hero Member
*****

Karma: +4/-0
Posts: 1741


Ignorance is curable, stupid is forever.


View Profile
« Reply #1 on: May 09, 2008, 12:46:46 PM »

This is definitely a server-specific issue.

Try this fix for the blank settings.
Logged

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

Support questions via PM will be ignored. Please use the forum for all support-related enquiries.
overeem
Newbie
*

Karma: +0/-0
Posts: 18


View Profile WWW
« Reply #2 on: May 09, 2008, 01:19:51 PM »

I don't know which of the things are usefull for me in the link to the other topic.
 - Swapping the lines: not possible because they aren't there in the admin.jcalpro.php file (only 67 lines)
 - Gzip: already off
Logged
V-man
Administrator
Hero Member
*****

Karma: +4/-0
Posts: 1741


Ignorance is curable, stupid is forever.


View Profile
« Reply #3 on: May 09, 2008, 03:17:38 PM »

Sorry, that's moved to a new file.

In administrator/components/com_jcalpro/controller.php

Find this at linee 390-393.

Code:
        $rows = $database->loadObjectList();
        require_once(JPATH_COMPONENT_ADMINISTRATOR.DS.'admin.jcalpro.html.php');
        HTML_extcalendar::showSettings( $rows, $option );
        }

Since i can't replicate this behaviour, you'll have to try a few options. Once you try each option, try to load the JCal Settings page only.

Option 1: Replace the above code with this:
Code:
        $rows = $database->loadObjectList();
        require_once 'admin.jcalpro.html.php';
        HTML_extcalendar::showSettings( $rows, $option );
        }

Option 2: Replace the above code with this:
Code:
        $rows = $database->loadObjectList();
        HTML_extcalendar::showSettings( $rows, $option );
        require_once 'admin.jcalpro.html.php';
        }


Option 3: Replace the above code with this:
Code:
        $rows = $database->loadObjectList();
        HTML_extcalendar::showSettings( $rows, $option );        require_once(JPATH_COMPONENT_ADMINISTRATOR.DS.'admin.jcalpro.html.php');
        }

If neither of these work, turn on debugging in the Joomla global config and repeat the options.
Logged

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

Support questions via PM will be ignored. Please use the forum for all support-related enquiries.
overeem
Newbie
*

Karma: +0/-0
Posts: 18


View Profile WWW
« Reply #4 on: May 11, 2008, 03:11:51 AM »

I've tryed the 3 codes, but it didn't work. I've tryed it again with the debug on, but I stil get a white screen.

An interesting to know: Tryed Jcal 1.6 on my live site, and this version works fine for me if I solve the known issues like the white screen in setting area.
Logged
richaal
Newbie
*

Karma: +0/-0
Posts: 1


View Profile
« Reply #5 on: May 21, 2008, 11:16:09 AM »

Tried all three suggested fixes and received this error message on each attempt: 

Fatal error: Call to undefined function mysql_fetch_array() in D:\joomla\components\com_jcalpro\include\dblib.php on line 74

My environment is:

PHP Built on:  Windows NT CVM-BS01-01 5.2 build 3790 
Database Version:  5.0.51b-community-nt 
Database Collation:  utf8_general_ci 
PHP Version:  5.2.6 
Web Server:  Microsoft-IIS/6.0 
Web Server to PHP interface:  isapi 
Joomla! Version:  Joomla! 1.5.3 Production/Stable [ Vahi ] 22-April-2008 22:00 GMT 
User Agent:  Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)

Logged
mickael60
Newbie
*

Karma: +0/-0
Posts: 1


View Profile Email
« Reply #6 on: May 22, 2008, 04:59:07 AM »

hello,

i have the same probleme with jcal 1.532 with joomla 1.0.15 but i dont have the files controler.php Huh?

Can you help me

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

Karma: +4/-0
Posts: 1741


Ignorance is curable, stupid is forever.


View Profile
« Reply #7 on: May 23, 2008, 07:32:29 AM »

All three changes must be made. And this only applies to the Joomla 1.5 version.
Logged

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

Support questions via PM will be ignored. Please use the forum for all support-related enquiries.
overeem
Newbie
*

Karma: +0/-0
Posts: 18


View Profile WWW
« Reply #8 on: May 26, 2008, 02:20:44 AM »

I've just installed Jcal 1.5 beta 229 and I now can acces the back-end without any problems.

Thanks for the fix!
Logged
schacke
Newbie
*

Karma: +0/-0
Posts: 17


View Profile
« Reply #9 on: May 29, 2008, 06:12:43 AM »

I have installed the Jcal 1.5 beta 229 on 1.5.3 and getting the blank sreen in admin.

I tried all the fixes, but with no result.

/Martin
Logged
Pages: [1]
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)