Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001953 [CubeCart v5] Installer major always 2010-01-28 14:21 2010-04-28 14:01
Reporter cb2004 View Status public  
Assigned To martin
Priority normal Resolution fixed  
Status closed   Product Version 5.0.0 Beta 2
Summary 0001953: Install issues
Description First of all the database tables are not created. This is when I attempt to use cc5_ infront of all tables.

Secondly you get a success page even though the tables do not install. If you then go to the admin section or store front page you just get this code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>

You can also get a random letter underneath the </HTML>. So far I have had k, ., ch.
Additional Information
Tags No tags attached.
Browser IE 8
Install Method Clean Install
MySQL Version 5.0.x
PHP Version 5.2.x
Server OS Linux/Unix
Skins (V5)
Attached Files ? file icon index.php [^] (32,544 bytes) 2010-01-29 09:48

- Relationships
related to 0001954closedmartin White page when trying to access to admin 

-  Notes
(0003255)
www_UKwins_co_uk (reporter)
2010-01-28 19:16

Yup - also got same problem
When installing - the following bugs were noted at the bottom of the page:

$_GET:
No data $_POST:
No data $_COOKIE:

Array
(
    [PHPSESSID] => o7p3dk7f0fpndm2k81uvr3buf7
)

$_FILES:
No data $_SESSION:

Array
(
    [language] => en
    [setup] => Array
        (
            [method] => install
            [licence] => 1
            [permissions] => 1
            [license_key] => 55555-55555-55555-55555-55555-55555
            [progress] => 1
            [global] => Array
                (
                    [adminFile] => admin.php
                    [adminFolder] => admin
                    [dbdatabase] => xxxx
                    [dbhost] => xxxx
                    [dbpassword] => xxxx
                    [dbprefix] =>
                    [dbusername] => xxxx
                    [encoder] => ioncube
                    [installed] => 1
                    [license_key] => 55555-55555-55555-55555-55555-55555
                    [rootRel] => /
                    [storeURL] => http://www.thehamperstop.co.uk [^]
                )

            [config] => Array
                (
                    [default_currency] => GBP
                )

            [admin] => Array
                (
                    [username] => admin
                    [password] => xxxx
                    [name] => Craig Dearden
                    [email] => xxxx
                    [order_notify] => 1
                    [super_user] => 1
                    [status] => 1
                )

            [complete] => 1
        )

)

PHP:
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:35 - No database connection details provided
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:643 - mysql_errno(): supplied argument is not a valid MySQL-Link resource
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:643 - mysql_errno(): supplied argument is not a valid MySQL-Link resource
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:492 - in_array() [function.in-array.php]: Wrong datatype for second argument
[Notice] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:507 - language is not allowed as a key in CubeCart_lang_strings table!
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/language.class.php:352 - gzuncompress() [function.gzuncompress.php]: data error
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/language.class.php:352 - gzuncompress() [function.gzuncompress.php]: data error
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/language.class.php:352 - gzuncompress() [function.gzuncompress.php]: data error
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:179 - in_array() [function.in-array.php]: Wrong datatype for second argument
[Warning] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:492 - in_array() [function.in-array.php]: Wrong datatype for second argument
[Notice] /hsphere/local/home/greenwelly/thehamperstop.co.uk/classes/database.class.php:507 - name is not allowed as a key in CubeCart_config table!
[Strict] /hsphere/local/home/greenwelly/thehamperstop.co.uk/setup/index.php:796 - date() [function.date.php]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead MySQLi
Queries (1):
[1] SELECT SQL_CALC_FOUND_ROWS * FROM `CubeCart_config` LIMIT 1; -- (0.000281 sec)
Errors:
[1] 1: Table 'greenwe_cube5.CubeCart_config' doesn't exist
Memory: Peak Usage /Max (%):
2.87M / 128M (2.24%) Cache (None):
Cache is disabled [Clear Cache]
User avatar (0003256)
martin (developer)
2010-01-29 10:06

Please upload the attached index.php file to your setup/ folder, this will fix the install issues.

Please let me know if it fixes the random character issue, as I am unable to replicate it
(0003258)
www_UKwins_co_uk (reporter)
2010-01-29 10:11

After adding the setup/index.php

I can access the store front fine.
I cannot access the admin.
It allows me to login - then it gives an absolute blank page after this.
User avatar (0003261)
martin (developer)
2010-01-29 12:11

I'll mark this ticket as resolved, as the install issues are sorted, and bug 0001954 can be used to discuss the blank page issue

- Issue History
Date Modified Username Field Change
2010-01-28 14:21 cb2004 New Issue
2010-01-28 14:21 cb2004 Browser => IE 8
2010-01-28 14:21 cb2004 Install Method => Clean Install
2010-01-28 14:21 cb2004 MySQL Version => 5.0.x
2010-01-28 14:21 cb2004 PHP Version => 5.2.x
2010-01-28 14:21 cb2004 Server OS => Linux/Unix
2010-01-28 19:16 www_UKwins_co_uk Note Added: 0003255
2010-01-28 19:19 www_UKwins_co_uk Issue Monitored: www_UKwins_co_uk
2010-01-29 09:48 martin File Added: index.php
2010-01-29 10:06 martin Note Added: 0003256
2010-01-29 10:10 martin Status new => assigned
2010-01-29 10:10 martin Assigned To => martin
2010-01-29 10:11 www_UKwins_co_uk Note Added: 0003258
2010-01-29 11:13 martin Relationship added related to 0001954
2010-01-29 12:11 martin Status assigned => resolved
2010-01-29 12:11 martin Fixed in Version => 5.0.0 Beta 3
2010-01-29 12:11 martin Resolution open => fixed
2010-01-29 12:11 martin Note Added: 0003261
2010-01-29 13:21 martin Target Version => 5.0.0 Beta 3
2010-04-28 14:01 martin Status resolved => closed


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker