Jump to content

error massage


jhvanee

Recommended Posts

After updating from V6.0.8 to V6.0.9 I get this error massage:

 
 
Vandaag, 15:20[Notice] /home/******/domains/*******/private_html/hobbysite/admin/sources/settings.errorlog.inc.php:61 - Undefined variable: smarty_data
Can you tell me whatis causing this error and how to solve this?
 
  
Edited by jhvanee
Link to comment
Share on other sites

PHP can and will log Notices unless you tell it not to. Notices are advice on what might make for a better written program. In this case, one could write this program better if a variable were made known of its existence prior to trying to use whatever contents it may have.

The program is asking for the contents of a variable, but PHP is notifying the programmer that there is no such thing as a variable by that name. But that's OK because in this situation, PHP will create the variable in memory but not have any value for it (considered null).

You may ignore Undefined variable/index Notices.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...