Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#229 2008-06-26 16:19:19
Re: [plugin] [ORPHAN] sed_section_fields
Unfortunately, yes:
PHP Notice: Undefined index: cf in D:\InetPub\dittocondo\textpattern\lib\txplib_misc.php(574) : eval()'d code on line 281 PHP Notice: Undefined index: ss in D:\InetPub\dittocondo\textpattern\lib\txplib_misc.php(574) : eval()'d code on line 312
(I only have one section now)
-Addison
Offline
#230 2008-06-26 16:42:53
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [plugin] [ORPHAN] sed_section_fields
Does the message still appear if you save the section data?
— Steve
Offline
#231 2008-06-26 17:01:23
Re: [plugin] [ORPHAN] sed_section_fields
Whoops, maybe I wasn’t clear enough — when the plugin is turned on, and I try to access the “sections” tab within Textpattern, I get the error. All is well on the public site side.
Hope that makes sense…
Offline
#232 2008-06-26 17:06:15
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [plugin] [ORPHAN] sed_section_fields
Addison
Ok, so can you see your section on the section tab (even with the errors?) If so, can you please hit the save button and re-visit the section and see if the errors have gone.
— Steve
Offline
#233 2008-06-26 19:49:23
Re: [plugin] [ORPHAN] sed_section_fields
Sorry, no, I can’t see anything but the error under sections when the plugin is active. All that displays in the browser is the error.
However, on the public side of the site (not Textpattern) everything appears to work fine.
Offline
#234 2008-06-26 21:35:22
Re: [plugin] [ORPHAN] sed_section_fields
I am getting a syntax error in FF and IE gives me a Object required error on line 388 with this plugin is installed anyone else seen this??? It works fine otherwise
Offline
#235 2008-06-27 01:13:12
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [plugin] [ORPHAN] sed_section_fields
Addison
I think I spotted where this is happening in the code — if I get time today I’ll try fixing it. If you drop me a note via my contact form then I can pickup an email address for you and send it directly for you to test.
FWIW, I think this error is possibly the way php.ini is setup on your windows server. Is it setup to have php notices treated as errors? (The lines you posted are merely notices.)
cuda
Can you post the versions of sed_plugin_library
and sed_section_fields
you are using. Along with some extra details like OS, txp version and verbatim copies of the error messages, there’s not much to go on in your post. Thanks in advance.
— Steve
Offline
#236 2008-06-27 02:15:09
Re: [plugin] [ORPHAN] sed_section_fields
Thanks, Steve — I’ve sent you a message. As I said before, this isn’t a huge deal so don’t put it too high on your list.
Regarding the PHP, a local business that normally does Windows hosting has made a special exception for me and set up their first PHP/MySQL package on IIS. Other than simply installing PHP, I’m not sure if he’s modified the installation at all.
-Addison
Offline
#237 2008-06-27 02:32:00
Re: [plugin] [ORPHAN] sed_section_fields
Addison – I think I had this happened to me once and it was that I had not installed the library plugin…you have to have sed_plugin_library in addition to sed_section_fields, see if you have both of those installed
Net-Carver
sed_plugin_library 0.4.154
sed_section_fields 0.3.138
My OS is windows XP browser FF 2.0.0.14 and IE 6
FF errors from error console:
Error: removedparent has no properties
Source File: http://mysitehere.com/textpattern/index.php
Line: 388
&
Error: syntax error
Source File: http://mysitehere.com/textpattern/index.php?event=sed_sf&step=get_section_data&data-id=cf§ion=news
Line: 1, Column: 1
Source Code:
011111111111111111111111111^
IE error:
Line: 388
Char: 17
Error: Object required
Code: 0
URL: http://mysitehere.com/textpattern/index.php?event=article
ok that is what I got sorry for the vague post before
Thanks
Offline
#238 2008-06-27 06:12:01
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [plugin] [ORPHAN] sed_section_fields
cuda
thank you. Fixed in the development version now. Was pumping the data out with an text/xml
header instead of text/plain
so the error console was expecting some xml markup and complaining when it didn’t see any.
Last edited by net-carver (2008-06-27 06:36:41)
— Steve
Offline
#239 2008-06-27 12:26:07
Re: [plugin] [ORPHAN] sed_section_fields
net-carver where do I grab the development version? or can I? Thanks
Last edited by cuda (2008-06-27 12:26:21)
Offline
#240 2008-06-27 15:22:50
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [plugin] [ORPHAN] sed_section_fields
Addison
you (should) have email.
cuda
Please get in contact as well if you want to try the dev version.
— Steve
Offline