News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

wiki path

Started by jonano, October 15, 2005, 11:31:47 PM

Previous topic - Next topic

jonano

Hello,

I dont know which wiki path I should use, for my wiki, is it:

$IP = "jonano/httpdocs/wiki"; ?

--Jon

admin

The full path to your account is /home/httpd/vhosts/nanoaging.com/httpdocs/

Thank you,
FreePgs.com Admin

jonano

Im still getting an error, I cant see the page wiki/Main_Page, but I did all the things said,

here is my setting page, do you see an error? ------------>


<?php

# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.

$IP = "/home/httpd/vhosts/nanoaging.com/httpdocs/wiki";
ini_set( "include_path", ".:$IP:$IP/includes:$IP/languages" );
require_once( "includes/DefaultSettings.php" );

# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );

if ( $wgCommandLineMode ) {
        if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
                die( "This script must be run from the command line\n" );
        }
} elseif ( empty( $wgConfiguring ) ) {
        ## Compress output if the browser supports it
        if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' );
}

$wgSitename         = "The NanoAging Wiki";

$wgScriptPath       = "/wiki";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";

## If using PHP as a CGI module, use the ugly URLs
# $wgArticlePath = "$wgScript?title=index.php"
# $wgArticlePath      = "$wgScript/$1";
$wgArticlePath      = "$wgScriptPath/$1";

$wgStylePath        = "$wgScriptPath/skins";
$wgStyleDirectory   = "$IP/skins";
$wgLogo             = "$wgStylePath/common/images/logo.png";

$wgUploadPath       = "$wgScriptPath/images";
$wgUploadDirectory  = "$IP/images";

$wgEmergencyContact = "info@nanoaging.com";
$wgPasswordSender       = "info@nanoaging.com";

$wgDBserver         = "localhost";
$wgDBname           = "aspyre_nanoaging";
$wgDBuser           = "aspyre_nanoaging";
$wgDBpassword       = "revobrain14";
$wgDBprefix         = "nuke";

## To allow SQL queries through the wiki's Special:Askaql page,
## uncomment the next lines. THIS IS VERY INSECURE. If you want
## to allow semipublic read-only SQL access for your sysops,
## you should define a MySQL user with limited privileges.
## See MySQL docs: http://www.mysql.com/doc/en/GRANT.html
#
# $wgAllowSysopQueries = true;
# $wgDBsqluser        = "sqluser";
# $wgDBsqlpassword    = "sqlpass";

# If you're on MySQL 3.x, this next line must be FALSE:
$wgDBmysql4 = $wgEnablePersistentLC = true;

## Shared memory settings
$wgUseMemCached = false;
$wgMemCachedServers = array();
#$wgUseTurckShm = function_exists( 'mmcache_get' ) && php_sapi_name() == 'apache';

## To enable image uploads, make sure the 'images' directory
## is writable, then uncomment this:
# $wgDisableUploads          = false;
$wgUseImageResize              = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";

## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
# $wgUseTeX               = true;
$wgMathPath         = "{$wgUploadPath}/math";
$wgMathDirectory    = "{$wgUploadDirectory}/math";
$wgTmpDirectory     = "{$wgUploadDirectory}/tmp";

$wgLocalInterwiki   = $wgSitename;

$wgLanguageCode = "en";
$wgUseLatin1 = false;


$wgProxyKey = "0fcd824999836d0e98ba5538b4ae636031b3567d925664e2d73360f48b0660e4";

## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
# $wgDefaultSkin = 'monobook';

## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used

?>

jdstroy

#3
What does it show up with?  It kinda looks OK to me right now...

Ben

Seems to be working fine for me. http://nanoaging.com/wiki/Main_Page

If you can tell me where you're getting an error, I'll try and help out. :-)
--Ben
Ben@freepgs.com

admin

We corrected this for the user last night.

Thank you,
FreePgs.com Admin