Difference between revisions of "Common Installation Errors"

(Created page with "===Be assured that=== # Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, e...")
 
(Known Upgrade Errors)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Be assured that===
+
==Overview==
 +
This article covers most basic questions and errors you might have or already experienced trying to install, or update your site
 +
 
 +
==Preserving the site state==
 
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.
 
# Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.
 
# It will not interfere with non-JomSocial database tables.
 
# It will not interfere with non-JomSocial database tables.
 
+
<font color=red>'''WARNING'''</font>
===<font color=red>WARNING</font>===
+
Be advised however, that:
 
* All '''''template customizations''''' which do not follow our [[Customizing Template|template override instructions]] '''will be deleted'''.
 
* All '''''template customizations''''' which do not follow our [[Customizing Template|template override instructions]] '''will be deleted'''.
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3.0 functionality. Please consult your template developer(s) for updates.
+
* All '''''template overrides need to be updated'''''; otherwise you will have a crippled JomSocial with limited JomSocial 3.1 functionality. Please consult your template developer(s) for updates.
 
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.
 
* All '''''modifications''''' to any file in ''/components/com_community and /administrator/components/com_community'' '''will be deleted'''.
 
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).
 
* '''''Third party extensions that rely on hacking''''' JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).
 
* Always consult third-party developers for updated version of their plugins.
 
* Always consult third-party developers for updated version of their plugins.
  
===<font color=red>Known Upgrade Errors</font>===
+
==Known Upgrade Errors==
 
+
<center>{{alert|'''There was an error uploading this file to the server.'''|alert}}</center>
'''There was an error uploading this file to the server.'''<br/>
+
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.
Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 4MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.
+
# upload_max_filesize = 6M ; Maximum allowed size for uploaded files.
# upload_max_filesize = 4M ; Maximum allowed size for uploaded files.
+
# post_max_size = 6M; Maximum size of POST data that PHP will accept.
# post_max_size = 4M ; Maximum size of POST data that PHP will accept.
+
<center>{{alert|'''ERROR: Could not find an XML setup file in the package.'''|alert-error}}</center>
 
+
Make sure you have unpacked '''UNZIP-FIRST-JomSocial VERSION.zip''' before installing the package. In it there will be at least two installers:<br/>
'''ERROR: Could not find an XML setup file in the package.''' <br/>
+
# '''iJoomla-Installer-Updater.zip''' - Used to automatically install JomSocial on your site
Make sure you have unpacked com_community_pro_unzip_first_(''VERSION'').zip before installing the package. You will see four files:<br/>
+
# '''com_community_ver_X.Y.Z.zip''' - If iJoomla updater fails, you can use this installer to manually install JomSocial, same as you would install any other component
# apps_unzip_first_version.zip
+
# '''com_community_pro_version.zip (Use this file to install JomSocial)'''
+
# modules_unzip_first_version.zip
+
# ReadMe.txt
+

Latest revision as of 01:06, 11 December 2013

Overview

This article covers most basic questions and errors you might have or already experienced trying to install, or update your site

Preserving the site state

  1. Upgrading JomSocial will never delete community information that is stored in the database, such as profile fields, friends, avatars, images, videos, etc. In other words, everything on your community will stay as is.
  2. It will not interfere with non-JomSocial database tables.

WARNING Be advised however, that:

  • All template customizations which do not follow our template override instructions will be deleted.
  • All template overrides need to be updated; otherwise you will have a crippled JomSocial with limited JomSocial 3.1 functionality. Please consult your template developer(s) for updates.
  • All modifications to any file in /components/com_community and /administrator/components/com_community will be deleted.
  • Third party extensions that rely on hacking JomSocial template/core code to work, will likely fail after the upgrade. You will have to redo the hacks (documenting your hacks for personal reference would always help you greatly in the future).
  • Always consult third-party developers for updated version of their plugins.

Known Upgrade Errors

There was an error uploading this file to the server.

Some shared servers limit the size of uploaded files to a mere 2MB. The JomSocial component exceeds this limit so you will have to increase two (2) php.ini settings to be at least 6MB. If you are not sure on how to do this, please consult your webhosting provider for assistance.

  1. upload_max_filesize = 6M  ; Maximum allowed size for uploaded files.
  2. post_max_size = 6M; Maximum size of POST data that PHP will accept.
ERROR: Could not find an XML setup file in the package.

Make sure you have unpacked UNZIP-FIRST-JomSocial VERSION.zip before installing the package. In it there will be at least two installers:

  1. iJoomla-Installer-Updater.zip - Used to automatically install JomSocial on your site
  2. com_community_ver_X.Y.Z.zip - If iJoomla updater fails, you can use this installer to manually install JomSocial, same as you would install any other component