Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2010-02-04 09:09:36

HAC
Member
From: Vietnam
Registered: 2009-06-05
Posts: 33
Website

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

#3 2010-02-04 09:35:34

HAC
Member
From: Vietnam
Registered: 2009-06-05
Posts: 33
Website

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

#4 2010-02-04 12:18:19

maniar
Member
From: Hamilton, Ontario
Registered: 2010-01-04
Posts: 66
Website

Re: Error on install

@HAC – Renaming the textpattern folder is an involved process. Have you looked at the documentation ?


اردو میں بھی دستیاب Textpattern آپ کے لیے اب

Offline

#5 2010-02-06 01:29:50

HAC
Member
From: Vietnam
Registered: 2009-06-05
Posts: 33
Website

Re: Error on install

oh! many thanks! i did not read that articles!

Offline

Board footer

Powered by FluxBB