[Xerte] Xerte error
Patrick Lockley
Patrick.Lockley at nottingham.ac.uk
Wed Sep 17 15:57:45 BST 2008
Hi Sunny,
The installer (which is more of a guide) will be refined as it is
currently on in beta.
The new error should be rectified by doing the following (it hasn't
occurred when testing, but it appears as an error during some installs -
as of yet I don't know why).
In your current PHP (config.php)
//
// QUERY STRINGS
// Handles the preview and play settings
//
$site->play_edit_preview_query = "select
originaltemplatesdetails.template_name, logindetails.username,
originaltemplatesdetails.template_framework, templaterights.user_id,
templaterights.folder, templaterights.template_id,
templatedetails.access_to_whom from originaltemplatesdetails,
templaterights, templatedetails, logindetails where
templatedetails.template_type_id =
originaltemplatesdetails.template_type_id and templatedetails.creator_id
= logindetails.login_id and templaterights.template_id =
templatedetails.template_id and templaterights.template_id=\"" .
$_GET['template_id'] . "\" and role=\"creator\"";
Change it to
//
//
// QUERY STRINGS
// Handles the preview and play settings
//
if(isset($_GET['template_id'])){
$site->play_edit_preview_query = "select
originaltemplatesdetails.template_name, logindetails.username,
originaltemplatesdetails.template_framework, templaterights.user_id,
templaterights.folder, templaterights.template_id,
templatedetails.access_to_whom from originaltemplatesdetails,
templaterights, templatedetails, logindetails where
templatedetails.template_type_id =
originaltemplatesdetails.template_type_id and templatedetails.creator_id
= logindetails.login_id and templaterights.template_id =
templatedetails.template_id and templaterights.template_id=\"" .
$_GET['template_id'] . "\" and role=\"creator\"";
}
So you add the if statement around the string (the actual string doesn't
change).
Could you please let me know which version of XAMPP (apache / php
versions) you've used as on the versions I tested with I didn't get this
error.
Thanks
Pat
________________________________
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Sunny Kotecha
Sent: 17 September 2008 15:30
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
I have managed to successfully get to the login page but
wouldn't have done without your help - thanks. However, still getting
the following errors on the login page:
Undefined index: template_id in
E:\Apache\htdocs\xerte\config.php on line 73
A session had already been started - ignoring session_start() in
E:\Apache\htdocs\xerte\website_code\php\display_library.php on line 3
Undefined variable: form_string in
E:\Apache\htdocs\xerte\index.php on line 19
Sunny
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Patrick
Lockley
Sent: 17 September 2008 14:53
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
ah - the \" escapes the " and so doesn't terminate string
try e:/apache/htdocs/xerte/ instead
________________________________
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Sunny Kotecha
Sent: 17 September 2008 14:48
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
$site->root_file_path = "E:\Apache\htdocs\xerte\";
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Patrick
Lockley
Sent: 17 September 2008 14:47
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
ok it looks like the error might be in the line above?
________________________________
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Sunny Kotecha
Sent: 17 September 2008 14:35
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
Sorry to be such a pain.
$site->basic_template_path =
$site->root_file_path . "modules/";
Thank you for your help.
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Patrick
Lockley
Sent: 17 September 2008 14:31
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
Am fed now,
Could you show me what line 61 of config.php is?
Thank you
________________________________
From:
xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
Sent: 17 September 2008 14:06
To: Xerte discussion list
Subject: RE: [Xerte] Xerte error
Please don't post repeatedly to the
list. Pat is having his lunch.
________________________________
From:
xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Sunny Kotecha
Sent: 17 September 2008 14:03
To: xerte at lists.nottingham.ac.uk
Subject: [Xerte] Xerte error
I am trying to install Xerte. It says
installation is complete but I am getting the following error:
Parse error: syntax error, unexpected
T_STRING in E:\Apache\htdocs\xerte\config.php on line 61
Could someone please help?
Thanks in advance
Sunny
________________________________
The next Loughborough College Open Day
is on Wednesday 15th October 2008 from 4.00 to 7.00 pm. Come along and
find out about the wide range of courses and activities at Loughborough
College. For more information log onto www.loucoll.ac.uk
<http://www.loucoll.ac.uk>, or call 0845 166 2950 to speak to one of our
advisors.
Help save paper - don't print this
message if you don't need to
--
Scanned by mailCritical in association
with Loughborough College Computer Services... Please report Spams that
slip through to ITsupport at loucoll.ac.uk
--
Scanned by mailCritical in association with
Loughborough College Computer Services... Please report Spams that slip
through to ITsupport at loucoll.ac.uk
--
Scanned by mailCritical in association with Loughborough
College Computer Services... Please report Spams that slip through to
ITsupport at loucoll.ac.uk
--
Scanned by mailCritical in association with Loughborough College
Computer Services... Please report Spams that slip through to
ITsupport at loucoll.ac.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20080917/df00bde8/attachment.html
More information about the Xerte
mailing list