English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123
TOPIC: Multisite with Joomla 1.5.13
*
#1377
Multisite with Joomla 1.5.13 14 Years, 9 Months ago Karma: 0
Hi All,

I just update our website to Joomla 1.5.13.
Now i have a problem with the MultiSites patches. I can not install them properly.

Joomla Multi Sites version: 1.1.23
Patches definition version: 1.1.11


I am testing this on a local joomla server, the output was:

* Error during installation of the file "configuration.php"

Bericht

* One or more backup file is missing. The original file(s) can not be restored.



Bestanden Status
administrator/index.php
Not OK

* Use the slave site deployed directory as administrator directory when present. Otherwise use the master website directory

Actions:

* Replace 2 lines by 26 lines in aim to use the slave site deploy directory instead of the master directory
* This allow for example to manage the specific media or image directory from the back-end

administrator/includes/defines.php
Not OK

* Multisites definition not present
* Configuration redefinition not possible
* Installation redefinition not possible

Actions:

* Add 1 line
* Update 2 lines

includes/defines.php
Not OK

* Multisites definition not present
* Configuration redefinition not possible
* Installation redefinition not possible

Actions:

* Add 1 line
* Update 2 lines

includes/defines_multisites.php
OK
includes/multisites.php
OK
installation
Not OK

* [NOK]Directory Not Found

Actions:

* Rename / Restore the directory

installation/includes/defines.php
Not OK

* File Not Found

installation/installer/helper.php
Not OK

* File Not Found

installation/installer/jajax.php
Not OK

* File Not Found

xmlrpc/includes/defines.php
Not OK

* Multisites definition not present
* Configuration redefinition not possible
* Installation redefinition not possible

Actions:

* Add 1 line
* Update 2 lines

configuration.php
Not OK

* The routing wrapper is not present in this MASTER configuration file.

Actions:

* Add 16 lines containing the routing wrapper to the slave site.

administrator/components/com_config/controllers/application.php
Not OK

* The wrapper for the Master configuration is not present in Joomla administration

Actions:

* Add 28 lines containing the wrapper to insert into the master configuration.php file
* Update 1 line to save the appropriate configuration content

administrator/components/com_installer/models/templates.php
Not OK

* The install "template" does not contain the patch that allow the installion of a template into a specific folder

Actions:

* Add 35 lines to provide another "basedir" folder when a specific "themes" folder is specified

administrator/components/com_modules/models/module.php
Not OK

* The usage of specific themes folder is not present in the module management

Actions:

* Add 17 lines to allow using a specific template directory when specified for a slave site

administrator/components/com_templates/admin.templates.html.php
Not OK

* The slave site specific "params_[id].ini" file permission checking is not present

Actions:

* Replace the line that define the "params.ini" file name into 10 lines that use the site identifier "params_[id].ini" for the slave site

administrator/components/com_templates/controller.php
Not OK

* The customisation of "params.ini" file for the slave sites is not present into the template controller

Actions:

* Replace the statement that READ the "params.ini" file name by 10 lines that allow reading a specific slave site "params_[id].ini" file
* Replace the statement that WRITE the "params.ini" file name by 13 lines that allow writing a specific slave site "params_[id].ini" file
* Add 17 lines 11 times to allow using a specific template "basedir" directory when a specific template (themes) folder is specified

libraries/joomla/document/html/html.php
Not OK

* The slave site specific "params_[id].ini" file reading is not present

Actions:

* Replace 3 lines by to allow using a specific "params_[id].ini" when rendering concern a slave site

libraries/joomla/filesystem/folder.php
OK
components/com_content/helpers/route.php
Not OK

* The wrapper for the Articles Sharing is not present

Actions:

* Add 4 lines containing the wrapper to redefinition of the route when Article Sharing is presnet

administrator/components/com_jce/installer/installer.php
Not OK

* The "force overwrite" code is not present in JCE Installer.

Actions:

* Add 3 lines to allow Slave sites overwrite installations (Called from JCE -> Install)
gjr
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1378
Re:Multisite with Joomla 1.5.13 14 Years, 9 Months ago Karma: 54
It should work.
I have tested with Joomla 1.5.12 where there is an update that require to JMS re-isntall the patches.
In Joomla 1.5.13 there is no patches to install if you come from a Joomla 1.5.12.

I suspect that you have installed Joomla 1.5.13 over an older Joomla version prior 1.5.12 that explain that JMS has detected that something has to be re-installed.

You have not mentioned the list of files that had to be fixed by JMS before you received all the files to re-installed.

I suppose you have a permission issue at least on one file or several files that had to be patched.
If you remember the file(s) that had to be patched before to receive the whole list, this would help you identify the file(s) that has (have) a permission issue.

One possible reason is that you have installed the Joomla 1.5.13 patches with a user that have more privileges than the apaches or IIS user that is used when you ask to install the JMS patches.

Check the owner and group permission of the files.
Perhaps you should set a chmod 777 or try using the FTP Layer to try re-install the pathes.
See tutorial step 15 on how to use the Joomla FTP Layer.
www.jms2win.com/tutorial
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1379
Re:Multisite with Joomla 1.5.13 14 Years, 9 Months ago Karma: 0
Hi, thanks for the reply!

Only 3 errors left.

installation/includes/defines.php
Not OK

* Multisites definition not present
* Configuration redefinition not possible
* Installation redefinition not possible

Actions:

* Add 1 line
* Update 2 lines

installation/installer/helper.php
Not OK

* The patch to allow using the FTP Layer when installing a slave site is not present

Actions:

* Add 15 lines to allow configuring the FTP Layer with /multisites/xxx where xxx is the site ID to install

installation/installer/jajax.php
Not OK

* Multisites definition not present
* Configuration redefinition not possible
* Installation redefinition not possible

Actions:

* Add 1 line
* Update 2 lines


Actually we updated from 1.5.11.

I am know overwriting the JMS files from a fresh 1.5.13 install with JMS and apply these to the initial installation.

There are clearly some patch issues on are server.
gjr
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/07/28 16:40 By gjr.
The administrator has disabled public write access.
 
#1387
Re:Multisite with Joomla 1.5.13 14 Years, 9 Months ago Karma: 54
You have to check the permission of those files before retrying install them with JMS.

Those files are effectivelly modified by Joomla between Joomla 1.5.11 and 1.5.12.
I suspect that the procedure that you have used to install the Joomla 1.5.13 update had as consequence to change the permission of those files.

You can also try to use the Joomla FTP layer to grant your user to give permission to update those files.
See tutorial step 15.

You can also try using a chmod 777 on those files before applying the JMS patches installation.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1399
Re:Multisite with Joomla 1.5.13 14 Years, 9 Months ago Karma: 0
chmod, chgrp, chown are all set to the proper user/group and 777 write permissions.

Are the files beeing patched via FTP or via Apache?

Can this be an issue with the Joomla FTP layer?
gjr
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/07/29 15:05 By gjr.
The administrator has disabled public write access.
 
#1401
Re:Multisite with Joomla 1.5.13 14 Years, 9 Months ago Karma: 54
JMS use the Joomla configuration.
So if you have enabled the FTP Layer in Joomla Global Configuration it will use it.
Otherwise, it will use the apaches user.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123
get the latest posts directly to your desktop
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla