• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Joomla Internal Error Uploading Images,com,mod,plugins.

samlf3rd

New Pleskian
I am having a rough time with my Plesk playing nicely with Joomla! I am running Plesk 10.4 new MySQL 5.something and PHP 5.0.

I am running this site on one of my server IP's in a shared environment. None of my sites will take a mod/com/plugin upload through the install form (I always have to upload the module or component to the server with filezilla in order to install the module). I get Internal Server Error please contact administrator...

I can upload an image if it under 130kb (this problem is well known with Joomla), but I can't upload an image in the article image (over 130kb) through the add button nor with the Joomla media manager upload form either (not Flash uploader).

I also can't install a module from the regular form, and I have a hunch if the module was under 130kb it would upload.
 
This is a Virtual Deicated GoDaddy server too. I have set upload size in Plesk to 16M with no luck.
 
Last edited:
Finally found it!!! Right here on the Plesk Forum:

Solution:

FcgidMaxRequestLen -->This is causing the problem. Before updating to the newest version, it was default set to 1gb. Now it is 128kb. Add the following to the file /etc/apache2/conf.d/fcgid.conf :

FcgidMaxRequestLen 1073741824

This wil give you a limit of 1gb. Next, restart your apache.

This is from: http://forum.parallels.com/showthread.php?t=112735

I finally can upload pictures and modules/components/plugins. I was getting worried-really worried! It works yeah! Joomla works on GoDaddy server!
 
Back
Top