[Xerte] Blank Page in a Web installation

Jose Broide jbroide at gmail.com
Mon May 21 13:08:05 BST 2012


Hi
Ive installed the online toolkits on a web server.
Ive used the swithc.txt file as the index.php file
I had to change some lines, becouse there wehre some bugs. Ive got a blank
page.
I am an not an expert in php, my achanges where done as a work arround.
First of all i found that the line
----------------------------------
" /*include $xerte_toolkits_site->php_library_path . "database_library.php
";"
----------------------------------------------
was declared twice, so i commented the second one.

Second
I had to add and ELSE statement at the end of the script
because there was some situations where I got a blank page.

( The else is for the first IF statement
------------------------------------
"if((!isset($_POST["login"]))&&(!isset($_POST["password"]))){"
--------------------------------------

What i have added is>
---------------------------------
   }
} else{
echo $buffer;
--------------------------------


I hope this will be usefull
Jose Broide
jbroide at gmail.com

-- 
José S.Broide
messenger: josebroide at hotmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20120521/5755ffda/attachment.html>


More information about the Xerte mailing list