Hi:
What is the location of the actual installation script? I'm on SUSE 10 Enterprise and under /username/public_html/wiki/config all I see is index.php5 (extension renamed so it would run under PHP version 5). Is this the installation script?
Thanks
Yes...just navigate to /wiki and it will appear, so you can enter installation and database details.
On 10/05/07, G. Carter gcarter2000@gmail.com wrote:
Hi:
What is the location of the actual installation script? I'm on SUSE 10 Enterprise and under /username/public_html/wiki/config all I see is index.php5 (extension renamed so it would run under PHP version 5). Is this the installation script?
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
That should be it - however there's more to it than just renaming $IP/config/index.php to $IP/config/index.php5
You also have to search through the file itself for instances of "index.php" and change them to "index.php5", and also rename $IP/index.php to $IP/index.php5 as well.
I had to do this recently to get MW 1.9 to run on a GoDaddy hosting account.
-- Jim R. Wilson (jimbojw)
On 5/10/07, G. Carter gcarter2000@gmail.com wrote:
Hi:
What is the location of the actual installation script? I'm on SUSE 10 Enterprise and under /username/public_html/wiki/config all I see is index.php5 (extension renamed so it would run under PHP version 5). Is this the installation script?
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
See also: http://www.mediawiki.org/wiki/User:Robchurch/Getting_PHP_5_on_a_cheap_host#C...
On 10/05/07, Jim Wilson wilson.jim.r@gmail.com wrote:
That should be it - however there's more to it than just renaming $IP/config/index.php to $IP/config/index.php5
You also have to search through the file itself for instances of "index.php" and change them to "index.php5", and also rename $IP/index.php to $IP/index.php5 as well.
I had to do this recently to get MW 1.9 to run on a GoDaddy hosting account.
-- Jim R. Wilson (jimbojw)
On 5/10/07, G. Carter gcarter2000@gmail.com wrote:
Hi:
What is the location of the actual installation script? I'm on SUSE 10 Enterprise and under /username/public_html/wiki/config all I see is index.php5 (extension renamed so it would run under PHP version 5). Is this the installation script?
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Thanks but I've completed all suggested steps and the install fails. What I immediately notice is that it incorrectly reports that the following PHP options are enabled:
- register_global - magic_quotes_runtime - magic_quotes_sybase - mbstring.func_overload - 'Safe' mode
Also LocalSettings.php does not get created and the language drop down box shows only '$name'. When I installed MySQL I let all accounts default (did'nt set any up). Could that cause problems?
Thanks
On 5/10/07, Gary Kirk gary.kirk@gmail.com wrote:
See also: http://www.mediawiki.org/wiki/User:Robchurch/Getting_PHP_5_on_a_cheap_host#C...
On 10/05/07, Jim Wilson wilson.jim.r@gmail.com wrote:
That should be it - however there's more to it than just renaming $IP/config/index.php to $IP/config/index.php5
You also have to search through the file itself for instances of "
index.php"
and change them to "index.php5", and also rename $IP/index.php to $IP/index.php5 as well.
I had to do this recently to get MW 1.9 to run on a GoDaddy hosting
account.
-- Jim R. Wilson (jimbojw)
On 5/10/07, G. Carter gcarter2000@gmail.com wrote:
Hi:
What is the location of the actual installation script? I'm on SUSE
10
Enterprise and under /username/public_html/wiki/config all I see is index.php5 (extension renamed so it would run under PHP version
5). Is
this the installation script?
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- Gary Kirk
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org