Install problem CB1.4 Unable to find install

13 years 2 months ago #155506 by semco
I tried to install CB1.4 on joomla 1.6 is unable to find install package
how to fix that ?

Thanks.
red error massage Unable to find install package

Please Log in to join the conversation.

13 years 2 months ago - 13 years 2 months ago #155514 by nant
Did you unzip the distribution package first?

If yes, then make sure your php upload file size is big enough (see install readme and pdf guide for information).

Please Log in to join the conversation.

13 years 2 months ago - 13 years 2 months ago #155624 by semco
My host support PHP5 and MYSQL 5
I did exactly like I installed 1.3.1
I red install file
My problem is ,not finding install package, it is not time out or blanc page problem
I try to unzip and use ftp uplander but I am not sure in which folder I place comprofiler files

Please give me instruction to use ftp for all
comprofiler.zip
mod_cblogin.zip
mod_comprofileronline.zip
mod_comprofilermoderator.zip
thanks

Please Log in to join the conversation.

13 years 2 months ago #155627 by nant

semco wrote: I did exactly like I installed 1.3.1
I red install file
My problem is ,not finding install file, it is not time out or blanc page
I try to unzip and use ftp uplander but I am not sure in which folder I place comprofiler files


From the install readme file ...

WARNING - The com_comprofiler.zip package is over 2M in size.
If when trying to install you get a Joomla message:
"There was an error uploading this file to the server.",
then check that your PHP upload_max_filesize is at least
4M (recommended 16M) in your php.ini file..
The following user(s) said Thank You: mev55

Please Log in to join the conversation.

13 years 2 months ago #155715 by semco
where is that php.ini file? I can't locate it.

Thanks

Please Log in to join the conversation.

13 years 2 months ago #155720 by semco
ok.from new install file

TROUBLESHOOTING section

IN CASE OF FAILED COMPONENT INSTALL:
- Blank screen: check error logs of your webserver, or enable PHP errors
display.
Or try both fixes below blindly.

- Maximum Execution time reached:
On very slow servers, IF installation timeouts (not seen yet): you
can fix that as follows: Open file:
- joomla 1.0/mambo: administrator/index2.php
- joomla 1.5/1.6.0: administrator/index.php
and add line
set_time_limit( 240 );
right after the <? line, remove directories components/com_comprofiler
and administrator/components/com_comprofiler and re-install.



here is copy of my PHP file.

<?php
/**
* @version $Id: index.php 20196 2011-01-09 02:40:25Z ian $
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

// Set flag that this is a parent file
define('_JEXEC', 1);
define('DS', DIRECTORY_SEPARATOR);

if (file_exists(dirname(__FILE__) . '/defines.php')) {
include_once dirname(__FILE__) . '/defines.php';
}

if (!defined('_JDEFINES')) {
define('JPATH_BASE', dirname(__FILE__));
require_once JPATH_BASE.DS.'includes'.DS.'defines.php';
}

require_once JPATH_BASE.DS.'includes'.DS.'framework.php';
require_once JPATH_BASE.DS.'includes'.DS.'helper.php';
require_once JPATH_BASE.DS.'includes'.DS.'toolbar.php';

// Mark afterLoad in the profiler.
JDEBUG ? $_PROFILER->mark('afterLoad') : null;

// Instantiate the application.
$app = JFactory::getApplication('administrator');

// Initialise the application.
$app->initialise(array(
'language' => $app->getUserState('application.lang', 'lang')
));

// Mark afterIntialise in the profiler.
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;

// Route the application.
$app->route();

// Mark afterRoute in the profiler.
JDEBUG ? $_PROFILER->mark('afterRoute') : null;

// Dispatch the application.
$app->dispatch();

// Mark afterDispatch in the profiler.
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;

// Render the application.
$app->render();

// Mark afterRender in the profiler.
JDEBUG ? $_PROFILER->mark('afterRender') : null;

// Return the response.
echo $app;


where I will place this?

and add line
set_time_limit( 240 );
right after the <?

can you place that into my PHP file,for me to see it, I'm not sure where and how?

thanks.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.240 seconds

Facebook Twitter LinkedIn