[Xerte-dev] Re: HELP - can't create new projects on techdis install

David Goodwin david at palepurple.co.uk
Wed Nov 28 22:44:51 GMT 2012


On 28 Nov 2012, at 22:21, Ron Mitchell <ronm at mitchellmedia.co.uk> wrote:

> In config.php is the following correct to enable error reporting?
>  
> // Change this to FALSE for production sites.
> global $development;
> $development = true;
>  
> ini_set('error_reporting', 1);
> if ($development) {
>     ini_set('error_reporting', E_ALL);
> }
>  

Add in :

ini_set('display_errors', 1);




You could also perhaps add an 'ob_start()' in near the top if your problem is actually one of spaces/the session being started too soon; this ought to stop PHP sending headers/etc before the session starts.

Also - check the Apache error log file - sometimes it has something of use.


David.


Pale Purple Ltd.  (Company No: 5580814)
'Business Web Application Development and Training in PHP'

http://www.palepurple.co.uk   
Office: 0845 0046746     Mobile: 07792380669 

Follow us on Twitter: @PalePurpleLtd





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20121128/26063d34/attachment.html>


More information about the Xerte-dev mailing list