Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Installation causes server error
Pages: [1] 2   Go Down
  Print  
Author Topic: Installation causes server error  (Read 6671 times)
0 Members and 1 Guest are viewing this topic.
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« on: June 13, 2010, 12:16:44 »

I have a new Joomla isntallation and I'm trying to install JComments for the first time.

When I specify the zip and upload, I get a server error.  The error log reports:

  • FastCGI: comm with (dynamic) server "/var/www/fcgi/php-cgi" aborted: (first read) idle timeout (30 sec)
    FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/php-cgi"

When I go back to my Joomla admin interface, JComments IS listed in components, and it seems like the back-end has installed perfectly.  But nothing comes up on any page of the site.

I'm highly technical in non-Web matters, but a complete newbie for anything online and especially Joomla, so I'm happy to admit that this might be entirely my fault...  :-)
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: June 14, 2010, 02:01:36 »

It sounds like your server produces some error during redirect. Try to install JComments and then type in browser url like:

www.yoursite.com/administrator/index.php?option=com_jcomments&task=postinstall

This is missing step in your installation. Without it nothing will work.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #2 on: June 14, 2010, 12:57:38 »

Hey there, thanks for the reply.

That seems to have taken me a step further, but it's still not working.  When I use that pot-install task, I get some errors:

-----------------------------------------------------------------------------
Installation process
    
Installing JComments Content plugin: Error
Installing JComments System plugin: Error
Installing JComments Search plugin: Error
Updating menu icons: OK
Updating JComments DB tables structure: OK
Installation completed
    Warnings
    
Error occured while copying plugin's files jcomments.content.
You need to manually copy of all files from /administrator/components/com_jcomments/install/plugins/content/ to /plugins/content/
Error occured while copying plugin's files jcomments.search.
You need to manually copy of all files from /administrator/components/com_jcomments/install/plugins/search/ to /plugins/search/
Error occured while copying plugin's files jcomments.system.
You need to manually copy of all files from /administrator/components/com_jcomments/install/plugins/system/ to /plugins/system/
-----------------------------------------------------------------------------

So I copied the relevant files to existing directories under /plugins.  But no Jcomments plugins are listing in my plugin manager, whether stand-alone or as a sub-type of content/search/system.

The JComments Component appears correctly in the Components menu, and seems to have a complete interface in that regard, so I seem to be able to assign rights and restrictions to the various groups.  This was the part that was (perceivably) functioning previous to my posting on this forum.


Thanks in anticipation of further help!  :-)


Edward.
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #3 on: June 14, 2010, 13:51:29 »

As described in JComments Installation Guide you need check write permissions for folders:

    * /components/
    * /administrator/components/
    * /plugins/content/
    * /plugins/editors-xtd/
    * /plugins/search/
    * /plugins/system/
    * /plugins/user/
    * /language/en-GB/
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #4 on: June 14, 2010, 15:35:54 »

Hmm, well, I'll try to find out how to check and apply those rights, but I've installed Joomla, templates and other components successfully, so it's a fair bet that all rights are set up okay.

Let me get back to you - if you can provide any guidance on how to check the necessary rights, that'd be a time-saver.

Thanks.
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #5 on: June 14, 2010, 15:42:53 »

Joomla backend -> Help -> System Info -> Directory Permissions
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #6 on: June 14, 2010, 15:50:50 »

Thanks.  Yep, all writeable, right down the page.


Directory                Status
 
administrator/backups/      Writable
administrator/components/      Writable
administrator/language/      Writable
administrator/language/en-GB/   Writable
administrator/modules/      Writable
administrator/templates/      Writable
components/            Writable
images/               Writable
images/banners/         Writable
images/stories/            Writable
language/               Writable
language/en-GB/         Writable
language/pdf_fonts/         Writable
media/               Writable
modules/               Writable
plugins/               Writable
plugins/content/            Writable
plugins/editors/            Writable
plugins/editors-xtd/         Writable
plugins/search/            Writable
plugins/system/            Writable
plugins/user/            Writable
plugins/xmlrpc/            Writable
templates/               Writable
« Last Edit: June 14, 2010, 15:53:55 by efalzon » Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #7 on: June 14, 2010, 16:00:15 »

Hm, strange. Try to copy manually files:

/administrator/components/com_jcomments/install/plugins/content/jcomments.php to /plugins/content/jcomments.php
/administrator/components/com_jcomments/install/plugins/content/jcomments.x15 to /plugins/content/jcomments.xml

/administrator/components/com_jcomments/install/plugins/search/jcomments.php to /plugins/search/jcomments.php
/administrator/components/com_jcomments/install/plugins/search/jcomments.x15 to /plugins/search/jcomments.xml

/administrator/components/com_jcomments/install/plugins/system/jcomments.php to /plugins/system/jcomments.php
/administrator/components/com_jcomments/install/plugins/system/jcomments.x15 to /plugins/system/jcomments.xml

And then again execute post install action.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #8 on: June 14, 2010, 16:02:00 »

Oooh, okay, I did that, but didn't rename the x15 to xml.  also copied .x10, so I'll delete them.  Stand by...  :-)
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #9 on: June 14, 2010, 16:04:07 »

Ok, I'm here and will wait for result. The files .x10 are used for Joomla 1.0m and .x15 are used for Joomla 1.5. So if you've Joomla 1.5 you need copy files .x15 and change their extension to .xml
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #10 on: June 14, 2010, 16:18:53 »

Sadly, no joy.  Same errors as before, reported in the "Installation Process" box, but (also like before) still reports a successful installation.

I should report that now, as before, the following comes up in red text above "Installation Process:"

--------------------------------------------------------
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
--------------------------------------------------------

I didn't included it before, because it seemed directly related to the errors reported in "Installation Process."  But I figured I'd paste it here, just in case.

Clicking [Next >] on that page takes me to the ever-functioning component-Settings page.  So the Component still seems fine at the back-end.  Nothing about Jcomments is listed under Modules or Plugins (I don't know if anything should).
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #11 on: June 14, 2010, 16:37:48 »

Could you provide me access to your site's backend and ftp? I'll try to help you with installation. Contact me via PM.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #12 on: June 14, 2010, 18:12:31 »

I can't connect your site by ftp. I've tried to reinstall JComments but also got server misconfiguration error. In my mind you need found this error source. May be it related with folder's owners or something like this.

Can you install other Joomla extensions on your site?
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #13 on: June 14, 2010, 19:01:33 »

I did install an SEF extension successfully, but removed it for the time-being.  All rights seem to be correct.  Can you point me in a general direction?

By the way, new FTP details are in your PMB.
Logged
efalzon
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« Reply #14 on: June 17, 2010, 19:55:16 »

Well, my ISP is claiming that their Linux boxes are 'stock-standard,' and need specifics if there's a setting that they need to check.  Any ideas?


Thanks in advance
Logged
Pages: [1] 2   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Bug-reports    Topic: Installation causes server error
 
Jump to: