Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2011-07-27 21:11:41
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Not quite an error... what does this mean and how can I make it go awa
Whenever I post a new article to my site, at the very top, above the Textpattern ribbon and all the tabs, I get this text:
Notice: Trying to get property of non-object in /home5/jugglerd/public_html/opalcat/textpattern/lib/txplib_misc.php(653) : eval()'d code on line 250
Counting by hand, it appears that line 250 is the beginning of this:
// -------------------------------------------------------------
function load_lang_dates($lang)
{
global $txpcfg;
$filename = is_file(txpath.'/lang/'.$lang.'_dates.txt')?
txpath.'/lang/'.$lang.'_dates.txt':
txpath.'/lang/en-gb_dates.txt';
$file = @file(txpath.'/lang/'.$lang.'_dates.txt','r');
if(is_array($file)) {
foreach($file as $line) {
if($line[0]=='#' || strlen($line) < 2) continue;
list($name,$val) = explode('=>',$line,2);
$out[trim($name)] = trim($val);
}
return $out;
}
return false;
}
// -------------------------------------------------------------
And all the font sizes on the Write tab show up too big. It only happens right after I've clicked to post the article. What is it? Thanks in advance.
—
WebKat
Offline
#2 2011-07-27 21:35:59
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Not quite an error... what does this mean and how can I make it go awa
Are you using arc_twitter?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2011-07-27 21:37:58
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Re: Not quite an error... what does this mean and how can I make it go awa
Yes, apparently I am. Here is what I’m using:
http://opalcat.com/Web/about-this-site
Last edited by OpalCat (2011-07-27 21:38:13)
—
WebKat
Offline
Re: Not quite an error... what does this mean and how can I make it go awa
Not sure if Uli’s post helped, but are you using the latest version of arc_twitter? If not, it might help to upgrade.
Offline