Forums

Products - English => Templates => Topic started by: paul leverell on October 23, 2007, 01:33:20 PM



Title: Error on Wedding time...
Post by: paul leverell on October 23, 2007, 01:33:20 PM
Hi,

I receive an error in Safari, Firefox and Netscape on a MAC with wedding time. I get the following info at the top of each page.

Notice: Undefined index: width in /mounted-storage/home66a/sub002/sc39651-YZOR/www/templates/weddingtime/templateCustomizer.class.php on line 36

Notice: Undefined index: color in /mounted-storage/home66a/sub002/sc39651-YZOR/www/templates/weddingtime/templateCustomizer.class.php on line 36

any ideas?

cheers
Paul L


Title: Re : Error on Wedding time...
Post by: Nicolas on October 23, 2007, 02:34:29 PM
Hi,

Your error is maybe due to our server configuration more than the template. It's just a warning and not a bug or an error.
Currently this type of error not appear.

Look into php.ini file at parameter "error_reporting" an turn to this
Code:
error_reporting  =  E_ALL & ~E_NOTICE
It show all errors, except for notices, your current error.

Else if you want to hide all errors warning, turn parameter "display_errors" to OFF

 ;)


Title: Re: Error on Wedding time...
Post by: paul leverell on October 29, 2007, 02:47:43 PM
Thanks for your reply. But where do I find the file php.ini?

I do not appear to have it on my server.

Thanks Paul L



Title: Re : Error on Wedding time...
Post by: Nicolas on November 15, 2007, 01:21:27 PM
Hi,

On your computer you can access by the EasyPHP icon PHP/Configuration

On webserver, its depend to the hoster.

 ;)