David DWQ
Member
Posted 3 months ago #
Hello, I've got notice error like
Notice: Undefined index: pre in ...path\wordpress\wp-content\plugins\tinymce-advanced\tadv_admin.php on line 57;
...Undefined index: advlink1 in... line 58; and so on till line 68.
Does any one knows what could be wrong?
Btw I'm testing with default theme twentyeleven with wordpress 3.3.1 and TinyMCE Advanced version 3.4.5
Cheers
David
http://wordpress.org/extend/plugins/tinymce-advanced/
David DWQ
Member
Posted 3 months ago #
BTW this happens when I saved changes in the options :(
David DWQ
Member
Posted 3 months ago #
Don't know if that the correct fix but i surrounded line 46 to line 70 with if ( isset($_SERVER['PATH_INFO']) ) { ... } and it did the trick :/
David DWQ
Member
Posted 3 months ago #
No, that didn't fix it, actually with it just doesn't allow me to save the settings :(