Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Lyceum-users Digest, Vol 8, Issue 14

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: John Hendron <jhendron AT glnd.k12.va.us>
  • To: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] Lyceum-users Digest, Vol 8, Issue 14
  • Date: Fri, 20 Oct 2006 12:58:53 -0400

What happens in my address bar is this:

http://salacia.local:8888/login?redirect_to=%2Fprofile

My problem again is that when I try to login with the admin account setup by
Lyceum, it won't go anywhere, it simply reloads the login screen.

Here's the information from my config file. My machine is on my local
network, it's not on the internet.

<?php
define('DB_NAME', 'lyceum'); // The name of the database
define('DB_USER', 'xxxx'); // Your MySQL username
define('DB_PASSWORD', 'xxxx'); // ...and password
define('DB_HOST', 'localhost'); // hostname or IP of database server
(possibly 'localhost')

// You can have multiple installations in one database if you give each a
unique prefix
$table_prefix = ''; // Only numbers, letters, and underscores please!

// The web path to the base of lyceum (where portal.php is sitting), with NO
TRAILING SLASH
// Something like '' or '/lyceum' or '/src/lyceum'
define('WEBROOT', '');
// The IP address or equivalent domain name of the server (MUST have 1 or
more periods - 'localhost' will not work!)
define('MAINDOMAIN', 'salacia.local:8888');
define('DEFAULTBLOG', false);

//you probably want to leave these as they are
define('DEFAULT_PS', '/%year%/%monthnum%/%day%/%postname%/');
define('DEFAULT_TEMPLATE', 'default');
define('DEFAULT_STYLESHEET', 'default');

// Subdomain options
// See doc/Installation.txt and doc/Subdomains.txt for more info
define('SUBDOMAINS', false);

//log files
define('USELOGS', true); //If you are having problems installing on windows,
make this 'false'
define('LOGDIR', '/tmp/'); //path MUST have trailing slash. example: /tmp/
define('SECURITYLOG', LOGDIR . 'lyceum_security_log');
define('TRACELOG', LOGDIR . 'lyceum_trace_log');
define('ERRORLOG', LOGDIR . 'lyceum_error_log');
define('QUERYLOG', LOGDIR . 'lyceum_query_log');

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

//should lyceum NOT create an obfuscated filename for wp-comments-post.php at
install time? (if you don't know what this means just leave it)
define('SAVEWPCOMMENTS', true);

////////////////////////////////////////////////////////////////////////////////
// Debug options. If you aren't a developer or a tester, leave them as they
are.

//this should be set to false for production
define('LYCEUMDEBUG', false);
define('LOGQUERIES', LYCEUMDEBUG);

// Allow installation to be overwritten from the web? (this is handy for
developers who do frequent re-installs)
// THIS MUST BE FALSE FOR PRODUCTION
define('WEBREINSTALL', false);

//print trace information?
define('TRACE', LYCEUMDEBUG);

assert_options(ASSERT_CALLBACK, 'assert_handler');
assert_options(ASSERT_ACTIVE, LYCEUMDEBUG);//enable assert() evaluation
assert_options(ASSERT_WARNING, 0);//issue a PHP warning for each failed
assertion
assert_options(ASSERT_QUIET_EVAL, 0);//disable error_reporting during
assertion expression evaluation
assert_options(ASSERT_BAIL, 1);//terminate execution on failed assertions

ini_set('error_reporting', E_ALL ^ E_NOTICE );
ini_set('display_errors', '0');
ini_set('log_errors', '1');
ini_set('error_log', ERRORLOG);

//define('SITETITLE', 'Local Lyceum Development Installation');
//define('ADMINEMAIL', 'put your email address here');

/* That's all, stop editing! Happy blogging. */

require_once(PRIVATEROOT . 'lib/wp-settings.php');
?>


- - - -
John G. HENDRON
Instructional & Web Technologies Specialist
http://www.glnd.k12.va.us/weblog/jhendron
(W) (804) 556-5623 | (M) (804) 317-0358


----- Original Message -----
From:
lyceum-users-request AT lists.ibiblio.org
To:
lyceum-users AT lists.ibiblio.org
Sent: Fri, 20 Oct 2006 12:00:12
-0400
Subject: Lyceum-users Digest, Vol 8, Issue 14


> Send Lyceum-users mailing list submissions to
> lyceum-users AT lists.ibiblio.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.ibiblio.org/mailman/listinfo/lyceum-users
> or, via email, send a message with subject or body 'help' to
> lyceum-users-request AT lists.ibiblio.org
>
> You can reach the person managing the list at
> lyceum-users-owner AT lists.ibiblio.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Lyceum-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Installation Problems - Mac OS X 10.4 (lyceum AT d-sh.org)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 19 Oct 2006 18:36:49 +0200
> From: <lyceum AT d-sh.org>
> Subject: Re: [Lyceum-users] Installation Problems - Mac OS X 10.4
> To: <lyceum-users AT lists.ibiblio.org>
> Message-ID: <200610191637.k9JGawvd079968 AT smtp-vbr11.xs4all.nl>
> Content-Type: text/plain; charset="us-ascii"
>
>
> whats MAINDOMAIN set to in your config file?
>
> -bas
>
>
> ________________________________
>
> From: lyceum-users-bounces AT lists.ibiblio.org
> [mailto:lyceum-users-bounces AT lists.ibiblio.org] On Behalf Of John Hendron
> Sent: Thursday, October 19, 2006 5:33 PM
> To: lyceum-users AT lists.ibiblio.org
> Subject: [Lyceum-users] Installation Problems - Mac OS X 10.4
>
>
> I have tried several times installing Lyceum on Mac OS X Client, currently
> using MAMP on 10.4.8
>
> My problems have been after the installation, where the re-directs weren't
> working.
>
> This time around, I have had more success. The database is created, the
> admin password is sent to me via e-mail, and then I try to login.
>
> Once I do, it just presents the login screen again. I can never really
> log-in.
>
> I can register as someone else. It processes that, but I never can login as
> admin.
>
> Any clues?
>
> My root in the config.php file is set to "" and the root of my site is set
> via apache configuration file to /src/lyceum
>
>
> --
> John G. HENDRON, Instructional & Web Technology Specialist
> Goochland County Public Schools - "Where Teachers Blog"
> http://www.glnd.k12.va.us/weblog/jhendron
> http://www.glnd.k12.va.us/
> (804) 556-5623 | fax (804) 556-3847
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Lyceum-users mailing list
> Lyceum-users AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/lyceum-users
>
>
> End of Lyceum-users Digest, Vol 8, Issue 14
> *******************************************
>




Archive powered by MHonArc 2.6.24.

Top of Page