Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[SOLVED] TXP 4.3.0 'PHP Notice: Undefined index ...
I updated a site to TXP 4.3.0 and although the diagnostics are oké at the bottum of all TXP pages I read:
PHP Notice: Undefined index: textiled in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638) : eval()’d code on line 704 PHP Notice: Undefined index: id in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638) : eval()’d code on line 705 PHP Notice: Undefined index: textiled in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638) : eval()’d code on line 746 PHP Notice: Undefined variable: user_note in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638) : eval()’d code on line 746 PHP Notice: Undefined index: id in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638) : eval()’d code on line 747 PHP Notice: Undefined variable: out in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638) : eval()’d code on line 722
What does this mean and can I get rid of it?
Offline
#2 2011-03-03 20:04:50
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [SOLVED] TXP 4.3.0 'PHP Notice: Undefined index ...
Probably a plugin. You can try disabling them one by one to find out which one is causing the notices.
Offline
Re: [SOLVED] TXP 4.3.0 'PHP Notice: Undefined index ...
Hi Els … plugins checked with no results … :(
Last edited by RedFox (2011-03-03 21:33:32)
Offline
Re: [SOLVED] TXP 4.3.0 'PHP Notice: Undefined index ...
Undefined variable: out in D:\www\waterlijf.nl\www\textpattern\lib\txplib_misc.php(638)
Every one of these messages is indeed caused by a plugin; line 638 of txplib_misc.php is in the load_plugins
function — the line where the plugin code is tested.
Code is topiary
Offline
Re: [SOLVED] TXP 4.3.0 'PHP Notice: Undefined index ...
Oops … checked one more time … and adi_notes 1.0 is the troublemaker!
[edit]
There is an update > http://textpattern.org/plugins/1004/adi_notes > 1.0 to 1.0.2 … and all PHP messages are gone … :)
Last edited by RedFox (2011-03-03 23:13:14)
Offline