Skip to Content Skip to Menu

500 internal server error with installation cb

  • damagro
  • damagro
  • OFFLINE
  • Posts: 33
  • Thanks: 0
  • Karma: 1
11 years 6 months ago #224649 by damagro
Hello,

I am getting the following error:

PHP Catchable fatal error: Argument 3 passed to JClientFtp::getInstance() must be of the type array, null given, called in /home/username/domains/domain.com/public_html/feedback/administrator/components/com_comprofiler/library/cb/cb.adminfilesystem.php on line 293 and defined in /home/username/domains/domain.com/public_html/feedback/libraries/joomla/client/ftp.php on line 192, referer: http://domain/administrator/index.php?option=com_installer

Using Joomla 3.0 with the latest version of CB.

Any suggestions?

Please Log in or Create an account to join the conversation.

  • davidakis
  • davidakis
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
11 years 5 months ago #226897 by davidakis
Replied by davidakis on topic 500 internal server error with installation cb
Hello, I'm Trying to install CB on Joomla 2.5.11 - I get 500 internal server error and installations fails. I Checked Upload_max_filesize and is correctly set. Any suggestions? Thanks to all.

Please Log in or Create an account to join the conversation.

  • mpulido
  • mpulido
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
11 years 3 months ago #229766 by mpulido
Same error when try to install last CB over J3.1 clean
Nobody answer??

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • ONLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
11 years 3 months ago #229774 by nant
I have no issues installing CB 1.9 on a clean Joomla 3.1.1 site.

Check your error logs and enable Joomla debug (max level) to see what your issue might be.

Please Log in or Create an account to join the conversation.

  • mpulido
  • mpulido
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
11 years 3 months ago #229884 by mpulido
Hi nant!
We have the last 3.1.1 clean over linux with ftp layer active and confirured.
When try to install the last CB 1.9 system failed and print:

Catchable fatal error: Argument 3 passed to JClientFtp::getInstance() must be of the type array, null given, called in /public_html/administrator/components/com_comprofiler/library/cb/cb.adminfilesystem.php on line 293 and defined in /public_html/libraries/joomla/client/ftp.php on line 192

no log and no debug information writted

any sugestion?

Please Log in or Create an account to join the conversation.

  • mpulido
  • mpulido
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
11 years 3 months ago #229886 by mpulido
Line 293 of cb.adminfilessystem.php

$ftp =& JFTP::getInstance($FTPOptions, $FTPOptions, null, $FTPOptions, $FTPOptions);

Your code is not updated following joomla instructions in wich in 3.1.1 makes a change.
3th parameter must be an array!

$ftp =& JFTP::getInstance($FTPOptions, $FTPOptions, array(), $FTPOptions, $FTPOptions);

Hope helpfully!

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum