Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
Anyone have a clue what might be going on here? textdrive installation. I have placed the install on debug and nothing obvious is sticking out for me. All diagnostics post fine. I started getting an unformatted home page on this site late in the day just for a while…. and I am wondering if this is a txp thing or a txd thing goindg on. The error was only showing up in ie/opera and now its showing in geko as well.
Notice: Undefined index: HTTP_REFERER in /users/home/xxxxxx/web/public/textpattern/lib/txplib_misc.php(455) : eval()’d code on line 271
<br/>
and here’s the diagnostics dump:
<p style=“margin:0px 0px 0px 20px; color: #6C6C6C; “>Quote: </p> <div style=“margin:0px 20px 0px 20px; padding:10px 10px 10px 10px; background-color:#F5F5F5; border:1px dotted #FFDD78; “ >Textpattern version: 4.0.2 (r1076)
last_update: 2005-11-09 20:56:06/2005-11-09 20:48:15
Document root: /users/home/xxxxx/web/public
$path_to_site: /users/home/xxxxx/web/public
Textpattern path: /users/home/xxxxx/web/public/textpattern
Permanent link mode: section_title
upload_tmp_dir: /usr/local/www/php/tmp
Temp folder: /var/tmp
Site URL: organicprocess.com
PHP version: 5.0.4
server_time: 2005-11-15 00:06:41
MySQL: 4.1.14-log
Locale: en_GB.UTF-8
Server: Apache
Pre-flight check:
————————————
/users/home/xxxxx/web/public/textpattern/setup/ still exists
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php </IfModule>#php_value register_globals 0
————————————
</div>
Thanks for any insight!
Jamie
Last edited by soulship (2005-11-15 00:20:09)
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
Now it’s only showing the error in ie and opera again. It has disapeared in ff? Too odd…
Last edited by soulship (2005-11-15 00:20:56)
Offline
#3 2005-11-15 00:47:14
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
Notice: Undefined index: HTTP_REFERER in /users/home/xxxxxx/web/public/textpattern/lib/txplib_misc.php(455) : eval()’d code on line 271
This is in a plugin.
Did you see no other error information? There should be an accompanying message identifying the plugin.
Alex
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
Hey Alex,
That was the only error, and very sporadic at that. I notice now that it is not present. Would that be in the debugging info of the source? I will do the de-activate/activate and see if I can track it down. The only plugins active are:
- asy_jpcache
- lxs_cfg
- lxs_log
- lxs_view
- upm_file_packets
- upm_img_popper
- upm_quicktags
- zem_contact
- zem_dropcash
If it’s one of these I will let the author know.
Last edited by soulship (2005-11-15 01:50:57)
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
It looks like I am tentatively finding lxs hit logger guilty. Thanks for the point in the right direction Alex.
Jamie
Offline
#6 2005-11-15 02:26:21
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
Yeah, I was about to say I know for a fact it wasn’t any of mine (upm_).
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
;) Mary, like I already knew that :0
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
I am getting this error out of the blue again and absolutely nothing has changed on the site plugin wise. I am still baffled so I guess I’ll bump this in the hopes someone else has come up against this problem.
Offline
#9 2005-12-13 21:06:18
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
I am getting this error out of the blue again and absolutely nothing has changed on the site plugin wise.
Well, nothing has changed Textpattern wise either – it’s still a plugin.
One question: is the error occurring on the public site, or admin interface?
Alex
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
It poping up on the public side. It will pop up for a few hours out of the blue and disappear just as mysteriously as it appeared with no apparent connection to anything and no site/server changes to relate it to. I have disabled and enabled plugins in order to get a clue as to what is going on in the background and I am getting no red flags. I though it was the lxs_hitlogger for a while and then I though maybe it was asy_jp cache, but not I am not convinced on either account at this point.
Offline
#11 2005-12-13 22:40:22
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
I just checked in a change (r1143) that might provide more error info in certain cases. Perhaps that’ll help identify the plugin.
The “txplib_misc.php(455):eval()’d code” message quite definitely refers to a plugin.
Alex
Offline
Re: Undefined index:HTTP_REFERER in txplib_misc.php(455):eval()'d code 271
Thanks Alex I’ll check out the repo and see If I can get some better hard evidence. Much appreciated.
Offline