Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-01-28 20:58:31

variaas
Plugin Author
From: Chicago
Registered: 2005-01-16
Posts: 402
Website

TXP 4.03 Setup txpsql.php inserting wrong version

I just downloaded the TXP 4.03 from textpattern.com and installed it on my machine and ran it through phpXref.

I noticed a small typo in /textpattern/setup/txpsql.php. On line 376, there is an insert for the TXP version, but it inserts that it is version 1.0 RC4. I’m guessing it should say 4.0.3. Quick and easy to fix, not sure if anyone saw this yet.

<pre> 376 $create_sql[] = “INSERT INTO `”.PFX.“txp_prefs` VALUES (1, ‘version’, ‘1.0rc4’, 2, ‘publish’, ‘text_input’, 0)”;</pre>

Offline

#2 2006-01-28 23:22:52

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: TXP 4.03 Setup txpsql.php inserting wrong version

It’s not a bug.

Explanation: We don’t always create new install scripts. Instead we keep the (known) working install scripts and let new installs run through the update the same wa that existing installs do when tey upgrade.

Offline

Board footer

Powered by FluxBB