Advertisement:

Author Topic: Installation 2.3.3 and 2.3.4 not working and a complete waste of time.  (Read 1896 times)

Tom

  • Newbie
  • *
  • Posts: 12
The installation does not work and it is not a system or user error. Can somebody out there try to do a fresh installation and fix the problem? The 3rd step does not get beyon a pretty much empty screen. This is all that can be found in the source:

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>OSClass Installation</title>
        <script src="http://www.mysite.net/cf/oc-includes/osclass/installer/jquery.js" type="text/javascript"></script>
        <script src="http://www.mysite.net/cf/oc-includes/osclass/installer/jquery-ui.js" type="text/javascript"></script>
        <script src="http://www.mysite.net/cf/oc-includes/osclass/installer/vtip/vtip.js" type="text/javascript"></script>

        <script src="http://www.mysite.net/cf/oc-includes/osclass/installer/jquery.jsonp.js" type="text/javascript"></script>
        <script src="http://www.mysite.net/cf/oc-includes/osclass/installer/install.js" type="text/javascript"></script>
        <script src="http://www.mysite.net/cf/oc-admin/themes/modern/js/location.js" type="text/javascript"></script>
        <link rel="stylesheet" type="text/css" media="all" href="http://www.mysite.net/cf/oc-includes/osclass/installer/install.css" />
        <link rel="stylesheet" type="text/css" media="all" href="http://www.mysite.net/cf/oc-includes/osclass/installer/vtip/css/vtip.css" />
    </head>
    <body>

        <div id="wrapper">
            <div id="container">
                <div id="header" class="installation">
                    <h1 id="logo">
                        <img src="http://www.mysite.net/cf/oc-includes/images/osclass-logo.png" alt="OSClass" title="OSClass"/>
                    </h1>
                                        <ul id="nav">
                        <li class="past">1 - Database</li>

                        <li class="past">2 - Target</li>
                        <li class="actual">3 - Categories</li>
                    </ul>
                    <div class="clear"></div>
                                    </div>

Tom

  • Newbie
  • *
  • Posts: 12
Re: Installation 2.3.3 and 2.3.4 not working and a complete waste of time.
« Reply #1 on: January 07, 2012, 09:55:31 pm »
When trying to manually load the database via the sql files, this error comes up when trying to load "categories.sql"

ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`osclass`.`crap_t_category_description`, CONSTRAINT `crap_t_category_description_ibfk_2` FOREIGN KEY (`fk_c_locale_code`) REFERENCES `crap_t_locale` (`pk_c_code`))
Query OK, 1 row affected (0.00 sec)

with pages.sql, some rows load, then this error ends it:

ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`osclass`.`crap_t_pages_description`, CONSTRAINT `crap_t_pages_description_ibfk_2` FOREIGN KEY (`fk_c_locale_code`) REFERENCES `crap_t_locale` (`pk_c_code`))

Could somebody please provide a working database unload?

Tom

  • Newbie
  • *
  • Posts: 12
Re: Installation 2.3.3 and 2.3.4 not working and a complete waste of time.
« Reply #2 on: January 07, 2012, 10:09:48 pm »
During the installation, the locale does not get loaded which causes load problems with the constraints later on.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Installation 2.3.3 and 2.3.4 not working and a complete waste of time.
« Reply #3 on: January 11, 2012, 12:45:17 pm »
Hi Tom,


Could you tell us something more ?
It seems you  had some errors on your installation process and you're not showing them. Probably a helper function failed, but with the information you gave us we could do very little.

The second post error is because you're not importing them correctly. As you point later, it could be some problem with the locale not being inserted in the database, and thus the error in the installation process and the later one when trying to direct- import the .sql files.


Could you explain us a little more?

Thanks

Tom

  • Newbie
  • *
  • Posts: 12
Re: Installation 2.3.3 and 2.3.4 not working and a complete waste of time.
« Reply #4 on: January 15, 2012, 07:06:19 am »
There is really nothing to explain. The installation works fine until it gets to the third screen which does not show any categories or buttons to continue. There is no specific error file and there is no php error file...

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Installation 2.3.3 and 2.3.4 not working and a complete waste of time.
« Reply #5 on: January 16, 2012, 11:28:46 am »
Hi Tom,

Maybe it reaches the PHP execution time limit, which one is yours?


Thanks