Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2015-11-19 23:30:01

Maurice
Member
From: Auckland, New Zealand.
Registered: 2010-12-02
Posts: 25
Website

Errors on clean install on localhost.

Hello,

I’ve just tried a clean install of Textpattern v4.5.7 twice on localhost; Apache/2.4.16 (Unix), PHP 5.5.29 (cli).

Tables have populated in the database but I get 16 errors:

1. Invalid default value for ‘Posted’
2. Table ‘drroofnz.textpattern’ doesn’t exist
3. Invalid default value for ‘posted’
4. Table ‘drroofnz.txp_discuss’ doesn’t exist
5. Invalid default value for ‘date_banned’
6. Invalid default value for ‘issue_time’
7. Invalid default value for ‘date’
8. Invalid default value for ‘date’
9. Table ‘drroofnz.txp_link’ doesn’t exist
10. Table ‘drroofnz.txp_link’ doesn’t exist
11. Table ‘drroofnz.txp_link’ doesn’t exist
12. Table ‘drroofnz.txp_link’ doesn’t exist
13. Table ‘drroofnz.txp_link’ doesn’t exist
14. Table ‘drroofnz.txp_link’ doesn’t exist
15. Invalid default value for ‘time’
16. Invalid default value for ‘last_access’

Any ideas?


<txp:carver category="stone" type="hard"> These bits are harder than Basalt </txp:carver>

Offline

#2 2015-11-20 06:03:30

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: Errors on clean install on localhost.

Hi Maurice,

I am not sure but it might be because you use a dot in the table_prefix. What happens if you installed with drroofnz_ instead of drroofnz.?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2015-11-20 07:16:54

Maurice
Member
From: Auckland, New Zealand.
Registered: 2010-12-02
Posts: 25
Website

Re: Errors on clean install on localhost.

Hi Yiannis,

I don’t have any table prefix defined.


<txp:carver category="stone" type="hard"> These bits are harder than Basalt </txp:carver>

Offline

#4 2015-11-20 12:02:21

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: Errors on clean install on localhost.

That is indeed odd. Where is the drroofnz coming from?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#5 2015-11-20 12:34:20

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Errors on clean install on localhost.

Is drroofnz the name of the database?
Try removing the tables and then run the setup again.

Offline

#6 2015-11-21 01:12:11

Maurice
Member
From: Auckland, New Zealand.
Registered: 2010-12-02
Posts: 25
Website

Re: Errors on clean install on localhost.

Yes drroofnz is the name of the database. I have dropped the database completely three times and tried a clean install, every time I have the same errors. Since the last time I installed a Textpattern site I have upgraded to El Capitan v10.11.1 and updated Apache and PHP. I have installed another CMS on this setup without any problem.

Thanks for your help so far, Maurice


<txp:carver category="stone" type="hard"> These bits are harder than Basalt </txp:carver>

Offline

#7 2015-11-21 09:59:58

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Errors on clean install on localhost.

Which SQL server do you have installed and which version?
On the page that shows the list of errors, can you view the HTML source? That would show the SQL queries that cause the errors.

Offline

#8 2015-11-21 22:27:40

Maurice
Member
From: Auckland, New Zealand.
Registered: 2010-12-02
Posts: 25
Website

Re: Errors on clean install on localhost.

Hi Ruud,

1. mysql Ver 14.14 Distrib 5.7.9, for osx10.9 (x86_64) using EditLine wrapper

2. I’m getting, ‘DB-Connect was successful, but the textpattern-table was not found.’

internal_error "Table 'drroofnz.textpattern' doesn't exist"
in /Users/Maurice/Sites/drroofnz/textpattern/lib/txplib_db.php at line 95
internal_error "Cannot modify header information - headers already sent by (output started at /Users/Maurice/Sites/drroofnz/textpattern/lib/txplib_misc.php:709)"
in /Users/Maurice/Sites/drroofnz/textpattern/lib/txplib_misc.php at line 2241
internal_error "Cannot modify header information - headers already sent by (output started at /Users/Maurice/Sites/drroofnz/textpattern/lib/txplib_misc.php:709)"
in /Users/Maurice/Sites/drroofnz/textpattern/lib/txplib_misc.php at line 2312

<txp:carver category="stone" type="hard"> These bits are harder than Basalt </txp:carver>

Offline

#9 2015-11-22 12:56:02

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Errors on clean install on localhost.

Check your MySQL configuration (typically /etc/my.cnf). I suspect you have sql_mode set to contain NO_ZERO_DATE (and/or STRICT_TRANS_TABLES and/or STRICT_ALL_TABLES). Remove that from the configuration, restart the MySQL server and you should be able to install TXP (remove the partially installed tables first).

I’ve opened an issue for this to get it fixed in future TXP versions.

Offline

#10 2015-12-16 07:10:28

bulldog
New Member
Registered: 2015-12-15
Posts: 5

Re: Errors on clean install on localhost.

ruud, I have exact the same problem at new installations (4.5.7) here. Even existing installations don’t work properly anymore, i.e. update language won’t work, save articles fails and so on.
Remove STRICT_TRANS_TABLES from the sql_mode in my.cnf doesn’t work. Any suggestions?

OS X 10.11.2 with MySQL 5.7.9

Last edited by bulldog (2015-12-16 07:10:42)

Offline

#11 2015-12-16 18:15:18

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Errors on clean install on localhost.

To make sure the problem is what I think it is, what happens if you save an article for which you’ve set an expiry date?

Offline

#12 2015-12-17 07:31:16

bulldog
New Member
Registered: 2015-12-15
Posts: 5

Re: Errors on clean install on localhost.

When I set an expiry date I can save the article.

Offline

Board footer

Powered by FluxBB