|
|
|
|
| Re: Old versions of apps - Upgrade? [message #74723 is a reply to message #74475] |
Mon, 24 May 2010 07:49   |
lego  Messages: 71 Registered: June 2009 |
Valuable Member |
|
|
I was able to update Wordpress to version 2.9.2.
I downloaded the latest release from wordpress.org and extracted to /home/kloxo/httpd/installsoft/wordpress.
in the same folder look for __kloxo and find the file lxinstaller.inc.
search for the following lines inside lxinstaller.inc:
appvault_dbfilter("__lxadmin/lx_template.config.php", "wp-config.php", $var);
system("rm -r ../__lxadmin");
and change to the following:
appvault_dbfilter("__kloxo/lx_template.config.php", "wp-config.php", $var);
system("rm -r ../__kloxo");
before this mod I would always get a blank page every time I installed WP. Also I did not test this for the long run.. so do try at your own risk.
[Updated on: Mon, 24 May 2010 07:55] Report message to a moderator
|
|
|
|
| Re: Old versions of apps - Upgrade? [message #74737 is a reply to message #74724] |
Mon, 24 May 2010 20:54   |
lego  Messages: 71 Registered: June 2009 |
Valuable Member |
|
|
Okay I've modified it some more.. this will do a complete install without having to input your email and blog title in the WP installer (since you have already provided the info in the "installapp" installer). Your login details for your new WP blog will be emailed to you. If you don't have working email you can check your "Mail queue" to retrieve your Login details.
Please create a backup of the following file "lxinstaller.inc" and "install.php" in case you need to reference the original files.
Find the following:
/home/kloxo/httpd/installsoft/wordpress/__kloxo/lxinstaller. inc
appvault_dbfilter("__lxadmin/lx_template.config.php", "wp-config.php", $var);
appvault_dbfilter("__lxadmin/lx_template.myfile.php", "__lxadmin/lx_myfile.php", $var);
appvault_dbfilter("__path_installsoft_servervar", "__lxadmin/lx_servervars.php", $var);
system("rm -r ../__lxadmin");
and change to the following:
appvault_dbfilter("__kloxo/lx_template.config.php", "wp-config.php", $var);
appvault_dbfilter("__kloxo/lx_template.myfile.php", "__kloxo/lx_myfile.php", $var);
appvault_dbfilter("__path_installsoft_servervar", "__kloxo/lx_servervars.php", $var);
system("rm -r ../__kloxo");
Add the following line below "<?php" in:
/home/kloxo/httpd/installsoft/wordpress/wp-admin/install.php
include_once "../__kloxo/lx_myfile.php";
so the first few lines of your "install.php" should look similar to the following:
<?php
include_once "../__kloxo/lx_myfile.php";
/**
* WordPress Installer
Also if you wanted to update the description for the wordpress install you could modify the following files..
find:
/home/kloxo/httpd/installappdata/description/wordpress.info
and replace the text "version 2.6.3" to your current version.
Okay good luck!
[Updated on: Mon, 24 May 2010 21:39] Report message to a moderator
|
|
|
|
|
|
| Re: Old versions of apps - Upgrade? [message #74783 is a reply to message #74475] |
Wed, 26 May 2010 11:28   |
lego  Messages: 71 Registered: June 2009 |
Valuable Member |
|
|
If you are getting "unsupported database" error when trying to install Drupal (v 5.12.0) in Installapp. Try the following..
Find and replace all instance of "__lxadmin" to "__kloxo" in:
/home/kloxo/httpd/installsoft/drupal/__kloxo/lxinstaller.inc
appvault_dbfilter("__kloxo/lx_template.settings.php","sites/default/settings.php",$var);
appvault_dbfilter("__kloxo/lx_template.myfile.php","__kloxo/lx_myfile.php",$var);
appvault_dbfilter("__path_installsoft_servervar", "__kloxo/lx_servervars.php", $var);
appvault_dbfilter("__kloxo/lx_template.myfile.php","__kloxo/lx_myfile.php",$var); appvault_dbfilter("__kloxo/lx_include_myfile.php","__kloxo/lx_include.php",$var);
system("mv __kloxo/lx_index.php index.php");
system("rm -r __kloxo");
Find and replace "__lxadmin" to "__kloxo" in:
/home/kloxo/httpd/installsoft/drupal/install.php
include_once '__kloxo/lx_myfile.php';
|
|
|
|
|
|
| Re: Old versions of apps - Upgrade? [message #74787 is a reply to message #74786] |
Wed, 26 May 2010 12:17   |
lego  Messages: 71 Registered: June 2009 |
Valuable Member |
|
|
Updating all the packages would be great!!.. Also if anyone is interested in revamping the actual installapp script, A request to turn off "password will be emailed" feature would be good..
Unfortunately I'm not a programmer so my ability to help is very limited, but at least Wordpress is currrent!!(v 2.9.2) so I'm happy about that..
Even if we could get all the current scripts in installapp to install properly.. that would be a good start!
[Updated on: Wed, 26 May 2010 12:22] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
| Re: Old versions of apps - Upgrade? [message #74872 is a reply to message #74870] |
Sun, 30 May 2010 16:04   |
|
Thanks for the welcome Lego and for the info, I already use tortoise for SVN on my PC. I am currently downloading the SVN files now but as you know it takes some time.
My big one I want changed is Joomla but I see danny said he is working on it so i will start some where else.
So i ask the question as to a prioritize list as to what people want?
|
|
|
|
|
|
|
| Re: Old versions of apps - Upgrade? [message #74939 is a reply to message #74932] |
Thu, 03 June 2010 01:44   |
|
Since joomla was changed to 1.5 the install is very different and will take a few days for me to understand the install method that needs to be updated.
How do i get access to be able to upload the changes to the svn?
|
|
|
|
|
|
|
|