This object is in archive! 

Error during installation process

Archived Rafael A. 12 years ago

Hi,


there is an error message (please see the image below) in the last step of the installation of the product, but there is not a detailed information about this error. The environment that we are using for installing the product is:


  • Windows 2008
  • IIS 7.0
  • PHP 5.3.11 (fastcgi mode nts)
  • Mysql 5.5 server

Best Answer
photo

The problem was in access to temporary folder from the application. So we had to rewrite some code in index.php in order to redefine temp folder.


The solution is to:

  1. Add code after line 15 to index.php located in root dir: $_ENV['TMPDIR'] = APPLICATION_PATH . DS . 'temp';
  2. Switch off minify in application.inc located - application/configs

Replies (15)

photo
1

I think the problem is that you use IIS instead of recommended Apache web server.

We'll take a look at the problem and get back to you with solution tomorrow the latest.

Let me know if it works for you

photo
1

Please clean db, switch on Console in Browser and try installing one more time. When clicking on Install, take the error that you see in console.

Also, if possible, provide here error log of your IIS to identify the problem

photo
1

Also, before installation put attached file(unzip it) into directory where you uploaded UR.

photo
1

When I copy the file in the directory it generates the next error: "The configuration section 'rewrite' cannot be read because it is missing a section declaration."

photo
1

Now in the first step appears an error related with mysql (see the image). We use MySQL 5.5, is this version supported?

photo
1

Rafael Albarracin wrote:

Now in the first step appears an error related with mysql (see the image). We use MySQL 5.5, is this version supported?
Yes, we had customers that installed UR with MYSQL 5.5 on board. As I can see from the provided screenshot, you have MYSQL 5.0.8 with weird built.

Could you please send ftp and db access to support(at)useresponse.com and we'll take a look at the problem and try to identify it?

photo
1

Please deliver us a private mail to deliver you the information.

photo
1

Rafael Albarracin wrote:

Please deliver us a private mail to deliver you the information.Rafael, you can also share the info at License Manager.

photo
1

I have entered information in the License Manager. Please let me know if you needsomething more.

photo
1

Yes, I saw the info.. will update you once we find out the problem

photo
1

The problem was in access to temporary folder from the application. So we had to rewrite some code in index.php in order to redefine temp folder.


The solution is to:

  1. Add code after line 15 to index.php located in root dir: $_ENV['TMPDIR'] = APPLICATION_PATH . DS . 'temp';
  2. Switch off minify in application.inc located - application/configs

photo
1

We have installed the URL Rewrite module and put the web.config file in the path, and I cannot see the first error message related to mysql, but while I am trying to finalize the installation, the same message is generated.

photo
1

Looking through in more details. Update you when finished

photo
1

Thank you very much for your help

photo
1

Rafael Albarracin wrote:

Thank you very much for your help
You are welcome

Replies have been locked on this page!