Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-12-13 07:46:57
- Teejay
- New Member
- Registered: 2009-12-13
- Posts: 1
Error on install
I’ve tried to install textpatter twice. First on my local server and second on Hostgator.
It keeps giving me these errors:
Warning: Unknown column ‘load_order’ in ‘order clause’ select name, code, version from db_txp_plugin as txp_plugin where status = 1 AND type IN (0,1) order by load_order in /home/user/public_html/mysite.net/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 db_textpattern as 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 db_textpattern as 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 db_textpattern as 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
however it all disappears when I login for the first time. :|
What causes this error? Is this something I should be concerned with?
I am using version 4.2.0
Last edited by Teejay (2009-12-13 07:48:44)
Offline
Re: Error on install
Hey, me too. I’ve just installed TP in my new server and I get the error above! Any suggestion?!
Thank you!
Offline
Re: Error on install
I have a clue!
The fact that I renamed the admin folder textpattern for security purpose! change back to textpattern! The problem solved! BUT
BUT…. lately, I did that without error.
1. edit index.php in root folder…. “textpattern” ->
define("txpath", dirname(__FILE__).'/textpattern');
to
define("txpath", dirname(__FILE__).'/manage');
2. rename folder “textpattern” to “manage”
All done! but… this time error on new server… .confusing….
Offline
Re: Error on install
@HAC – Renaming the textpattern folder is an involved process. Have you looked at the documentation ?
اردو میں بھی دستیاب Textpattern آپ کے لیے اب
Offline
Re: Error on install
oh! many thanks! i did not read that articles!
Offline
Pages: 1