Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
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