Joomfish 1.8 - Installer BUG IIS Server

Discuss here issues which are related to installation or upgrading the Joom!Fish extension.

Joomfish 1.8 - Installer BUG IIS Server

Postby mcathereal on Fri Nov 02, 2007 3:30 pm

I have Install the package on my Joomla,
on Linux is all working fine.

But when i install it on MS IIS 6.0 with PHP 5 than i have blank sites.
The Installing process will be not complete.

And over menu->component-> ist the same only a blank site....

What can i do to run the component?
mcathereal
Newbee
 
Posts: 4
Joined: Fri Nov 02, 2007 3:26 pm

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby mcathereal on Tue Nov 06, 2007 5:49 pm

This error_log comes in the Debugmode.....
When i install Joomfish 1.8 the problem ist than is it also not possible to
get on the firstpage...

All sites are blank, but backend is working fine.

D:\webs\joom-multilanguage\includes\database.php:399
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:281
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:92
D:\webs\joom-multilanguage\administrator\components\com_installer\component\component.class.php:193
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:112
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:47
D:\webs\joom-multilanguage\administrator\index2.php:69
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:290
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:92
D:\webs\joom-multilanguage\administrator\components\com_installer\component\component.class.php:193
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:112
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:47
D:\webs\joom-multilanguage\administrator\index2.php:69
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:293
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:92
D:\webs\joom-multilanguage\administrator\components\com_installer\component\component.class.php:193
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:112
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:47
D:\webs\joom-multilanguage\administrator\index2.php:69
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:295
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:92
D:\webs\joom-multilanguage\administrator\components\com_installer\component\component.class.php:193
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:112
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:47
D:\webs\joom-multilanguage\administrator\index2.php:69
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:297
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:92
D:\webs\joom-multilanguage\administrator\components\com_installer\component\component.class.php:193
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:112
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:47
D:\webs\joom-multilanguage\administrator\index2.php:69
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:299
D:\webs\joom-multilanguage\administrator\components\com_joomfish\install.joomfish.php:92
D:\webs\joom-multilanguage\administrator\components\com_installer\component\component.class.php:193
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:112
D:\webs\joom-multilanguage\administrator\components\com_installer\admin.installer.php:47
D:\webs\joom-multilanguage\administrator\index2.php:69
mcathereal
Newbee
 
Posts: 4
Joined: Fri Nov 02, 2007 3:26 pm

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby ivo.apostolov on Tue Nov 06, 2007 7:11 pm

What is this, that you posted?
User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Thrasher on Wed Nov 07, 2007 12:40 pm

Hello, please don't mind me barging in, I'm new here. ;)

I have the same issue as mcathereal. When I try to install Joomfish 1.8 I end up with a blank screen. At that time the website also goes blank. In the backend all Joomfish menuitems (Components -> Joom!Fish -> ...) also show blank screens.

The php error log does not seem to log any errors nor does MySQL.

The server runs windows 2000 server with IIS5.0, PHP5 and MySQL5.

I've been looking into it myself and when I look at the file install.joomfish.php it seems to go wrong in the next part
Code: Select all
   $database->setQuery( "ALTER TABLE `#__jf_content` ADD INDEX `jfReferenceTable` ( `reference_table` ) ;");
   $database->query();
   
    // Information text
   require_once( $adminDir . "/joomfish.class.php");
   $joomFishManager = new JoomFishManager( dirname( __FILE__ ) );

   require_once( JOOMFISH_ADMINPATH . '/admin.joomfish.html.php' );
   if( file_exists( JOOMFISH_ADMINPATH . '/help/joomfish.help.inc_' . $mosConfig_lang . '.php' ) ){
      require_once( JOOMFISH_ADMINPATH . '/help/joomfish.help.inc_' . $mosConfig_lang . '.php' );
   } else {
      require_once( JOOMFISH_ADMINPATH .'/help/joomfish.help.inc.php' );
   }

   HTML_joomfish_help::showPostInstall();

   return;

The index gets created correctly and from there on something seems to go wrong.
Maybe this helps in resolving mcathereal's and my problem.

PS: Joomfish 1.7 seems to install fine.
Thrasher
Newbee
 
Posts: 6
Joined: Wed Nov 07, 2007 12:18 pm

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Thrasher on Wed Nov 07, 2007 12:56 pm

...the following might also be a hint in what goes wrong.

In the backend in the list of Installed Components Joomfish only shows the "Component Menu Link". The rest like "Author", "Version", "Date", "Author E-mail" and "Author URL" are blank while in the lists of Mambots and Modules the joomfish related items do have all columns filled in.
Thrasher
Newbee
 
Posts: 6
Joined: Wed Nov 07, 2007 12:18 pm

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Geraint on Wed Nov 07, 2007 1:03 pm

Thrasher wrote:Hello, please don't mind me barging in, I'm new here. ;)
Code: Select all
<snip>
    // Information text
   require_once( $adminDir . "/joomfish.class.php");
   $joomFishManager = new JoomFishManager( dirname( __FILE__ ) );

   require_once( adminDir . '/admin.joomfish.html.php' );
   if( file_exists( JOOMFISH_ADMINPATH . '/help/joomfish.help.inc_' . $mosConfig_lang . '.php' ) ){
      require_once( JOOMFISH_ADMINPATH . '/help/joomfish.help.inc_' . $mosConfig_lang . '.php' );
   } else {
      require_once( JOOMFISH_ADMINPATH .'/help/joomfish.help.inc.php' );
   }
<snip>

The index gets created correctly and from there on something seems to go wrong.
Maybe this helps in resolving mcathereal's and my problem.


Could be a path problem - if I remember correctly this comes up quite often in IIS. Can't test myself but you could put a few debug messages in the install script to check the values of $adminDir and JOOMFISH_ADMINPATH (e.g. echo $adminDir."<br/>"; ).

Geraint
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Thrasher on Wed Nov 07, 2007 1:37 pm

Could be a path problem - if I remember correctly this comes up quite often in IIS. Can't test myself but you could put a few debug messages in the install script to check the values of $adminDir and JOOMFISH_ADMINPATH (e.g. echo $adminDir."<br/>"; ).

Geraint

I'm going to try that in a moment.

In the meantime I looked at joomfish.xml in the zip file and I noticed some things.
  • In the joomfish.xml an image "images/flags/iw.gif" is mentioned however it is not present within the zip file. All images below that image (ja.gif - zh.gif) are not installed.
  • The files mod_translate_no.png, mod_translate.php, mod_translate.png and mod_translate.xml which are present in the zip file where also not installed.
Uploading the missing files does not resolve the blank screens.
Thrasher
Newbee
 
Posts: 6
Joined: Wed Nov 07, 2007 12:18 pm

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Geraint on Wed Nov 07, 2007 1:47 pm

Can you try removing the reference to "iw.gif" from the xml file in the zipped package
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Thrasher on Wed Nov 07, 2007 2:12 pm

Can you try removing the reference to "iw.gif" from the xml file in the zipped package

Removing the "iw.gif" from the xml file allows the other images to be installed.

About the mod_translate files not being installed I have to admit with shame :oops: that I was looking in the wrong modules directory. They do get installed. :oops:

Can't test myself but you could put a few debug messages in the install script to check the values of $adminDir and JOOMFISH_ADMINPATH (e.g. echo $adminDir."<br/>"; ).

Did that and both $adminDir and JOOMFISH_ADMINPATH come up with:
C:\Inetpub\wwwroot\joomla\administrator\components\com_joomfish
Thrasher
Newbee
 
Posts: 6
Joined: Wed Nov 07, 2007 12:18 pm

Re: Joomfish 1.8 - Installer BUG IIS Server

Postby Geraint on Wed Nov 07, 2007 2:17 pm

Those paths look fine.

Can you set your error reporting to maximum and report any error message. e.g. by adding
Code: Select all
ini_set("display_errors",1);
ini_set("error_reporting_level",E_ALL);

to the start of your main admin index2 file. i.e. /administrator/index2.php

Geraint
Joomfish club members can get priority forum support at the Support Forum. As well as access to a variety of custom Joomfish addons and benefits.

Join the Joomfish club today!
Geraint
Core Member
 
Posts: 2289
Joined: Sat Oct 20, 2007 9:13 am

Next

Return to Installation & Upgrading

Who is online

Users browsing this forum: No registered users and 1 guest