Installation Scriptcase Windows7

Hi,
My configuration: Windows 7 Ultimate, XAMPP Lite.
Java JDK and JRE 1.6 Release 20 installed and work.
Apache2 and PHP 5.3 provided with XAMPPlite work OK; so does MySQL 5.1.3
I installed Zend Optimizer 3.3 as required, and installed the Scriptcase directory from the .zip successively into the directories c:/xampplite, or c:/xampplite/apache, or c:/xampplite/htdocs
When typing http://localhost/scriptcase into the browser, message “Page not found”.
What should I do to try Scriptcase efficiency?

I do not want to install scriptcase with the installer since I already have Apache and PHP working well and databases into MySQL.

Thank you in advance

Re: Installation Scriptcase Windows7

I have never installed to Windows, so I making guesses here.

-The 1st issue I see is you using php 5.3. To my knowledge, this will not work. SC5 needs ZendOptimizer and ZO does not yet work on 5.3
-You are getting a page not found. This is an Apache error … not being able to serve the page.
-Is there a rights issue for the dir/file for your install under Windows (apache)
-Can you run phpinfo.php or diagnos.php?

Again, the page not found seems to be a web server issue, not an SC error.

Regards,
Scott.

Re: Installation Scriptcase Windows7

TRY THIS : http://localhost:85/scriptcase

Re: Installation Scriptcase Windows7

[quote author=ScottMartin link=topic=1547.msg4828#msg4828 date=1275313693][/quote]
I have never installed to Windows, so I making guesses here.

-The 1st issue I see is you using php 5.3. To my knowledge, this will not work. SC5 needs ZendOptimizer and ZO does not yet work on 5.3
OK, I will check this point

-You are getting a page not found. This is an Apache error … not being able to serve the page.
This I could understand. I interpret it as “Scriptcase was not found”, i.e. ScriptCase is not installed.

-Is there a rights issue for the dir/file for your install under Windows (apache)
This is my own computer and all access restrictions were lifted.

-Can you run phpinfo.php or diagnos.php?
Yes. I mentioned it in my initial post. phpinfo() works

Actually, the scriptcase directory with its files extracted is in the c:/xampp/ directory together with ./htdocs, ./apache, ./phpmyadmin and ./php which are correctly used.

Thank you, I will check the Zend Optimizer issue, but is this program a real must?

Regards,

Re: Installation Scriptcase Windows7

Did you try choppers suggestion? Perhaps Apache is listening on a different default port to account for IIS.

I will try for the simply suggestions first:

-You will need to correct the PHP issue. ZO is required as SC5 source is encrypted. (hopefully this is the problem)
-If you create a ‘hello world’ html, will it load from the scriptcase DIR?
-When you run diagnosis.php, what does it spit out
-Can you try entering: http://127.0.0.1/scriptcase/devel/iface/login.php

I did not understand your statement:

Actually, the scriptcase directory with its files extracted is in the c:/xampp/ directory together with ./htdocs, ./apache, ./phpmyadmin and ./php which are correctly used.

Did install SC5 under htdocs as you would a website?

Regards,
Scott.

Re: Installation Scriptcase Windows7

So if you use the Windows Setup from the Scriptcase web site, a working development environment is installed.
Below the installation directory a folder named "NetMaker is created. In the subfolder V5 is everything you need and it is already run.
The Setup Wizard installs:

  • Apache 2
  • Zend Optimizer
  • PHP
  • Scriptcase

Aapche is installed as a service. In the file … NetMaker v5 apache httpd.conf You canst see how Apache is configured.
By default, an Apache listens on port 80 The NetMaker installation of Apache is listening on port 85. Search in the httpd.conf for “Listen 85”.
Therefore the correct call “http://localhost:85/scriptcase is”.
If you only “http://localhost/scriptcase” typing, then that did not work.

If you want to use a Web server to listen on the default port, then you need to do is tell the Web server in which directory is your NetMaker Installtion. Of course you must not forget the Web server mitzugeben ZEND Optimizer.

I’ve never had problems with the Windows Setup. I think it is even advantageous that the webserver is not the same as that for the production.

My advice: Take the easy setup wizard with apache and everything will be fine