joseph-mudloff / pixie-cms

Automatically exported from code.google.com/p/pixie-cms
Other
0 stars 0 forks source link

Bad SQL causes install to fail #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unpack the zip into a site
2. Browse to site
3. Enter database details

What is the expected output? What do you see instead?
The site should configure itself. Instead the error 'Core database schema
could not be created.' is displayed.

What version of the product are you using? On what operating system?
Pixie v1.0
Windows XP, Apache 2.2.9, PHP 5.2.6, MySQL 5.0.45

Please provide any additional information below.
Looking at the SQL in admin/install/index.php the problem is apparent in
line 280-281. The fields `clean_urls` and `dst` are sets that should have
value 'yes' or 'no'. The values being inserted are '-' for both fields.
MySQL reports the fields will be truncated.

I've attached the patched source file.

Original issue reported on code.google.com by marnixva...@gmail.com on 23 Sep 2008 at 4:44

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks very much for all your bug fixes. I only just spotted them here and I am 
now
adding them to the code!

Original comment by scotts...@gmail.com on 6 Oct 2008 at 11:06