Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-10-21 11:52:08
- Chalisque
- New Member
- Registered: 2010-10-21
- Posts: 3
Tag error on new installation of textpattern 4.2
I’ve just put a new installation on my local WAMPserver and followed the instructions. At the top of the homepage there is:
Warning: Unknown column ‘load_order’ in ‘order clause’ select name, code, version from txp_plugin where status = 1 AND type IN (0,1) order by load_order in C:\wamp\www\tp\textpattern\lib\txplib_db.php on line 85
Tag error: <txp:article_custom section=’<txp:section />’ wraptag=“ul” break=“li”> -> Textpattern Warning: Unknown column ‘Expires’ in ‘field list’
select *, unix_timestamp(Posted) as uPosted, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = ’0000-00-00 00:00:00’) and Section IN (‘default’) order by Posted desc limit 0, 10 on line 85
Tag error: <txp:article limit=“5” /> -> Textpattern Warning: Unknown column ‘Expires’ in ‘where clause’
select count(*) from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = ’0000-00-00 00:00:00’) and Section != ‘about’ on line 85
Tag error: <txp:article limit=“5” /> -> Textpattern Warning: Unknown column ‘Expires’ in ‘field list’
select *, unix_timestamp(Posted) as uPosted, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = ’0000-00-00 00:00:00’) and Section != ‘about’ order by Posted desc limit 0, 5 on line 85
Anybody know what’s going on?
Thanks
Offline
Re: Tag error on new installation of textpattern 4.2
After installation connect to your backend once and i think the message will disapear!
Cheers
Offline
#3 2010-10-21 14:01:04
- Chalisque
- New Member
- Registered: 2010-10-21
- Posts: 3
Re: Tag error on new installation of textpattern 4.2
How do I ‘connect to my backend’? (Sorry but having only downloaded it today, I’m a complete newbie here ;-)
Offline
#4 2010-10-21 14:07:46
- Chalisque
- New Member
- Registered: 2010-10-21
- Posts: 3
Re: Tag error on new installation of textpattern 4.2
Ok. Thanks. Worked it out : go to /textpattern/index.php rather than /index.php
Offline