| Author |
Message |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
Windows Server? |
|
What is the deal with running under widows? I noticed when unziped on a windows machine the scripts appear corrupted. I assume this is from Unix or some other characters embedded in the scripts. What do I need to look for and remove to be readable under Windows?
|
|
| Mon Nov 21, 2005 8:25 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
DiGiTAL
Joined: 16 Oct 2005 Posts: 64 Location: Ukraine |
|
|
|
script works under windows perfectly
guess u have the currupted archive
try to download it again
|
|
| Mon Nov 21, 2005 2:56 pm |
 |
 |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
|
|
 |  | script works under windows perfectly guess u have the currupted archive try to download it again |
I think my problem under XP and Omini httpd is that none of the paths are being translated for some reason. Load the example page all the links are broken. It worked perfectly under linux and apache. This is no big deal because I only play with scripts on my XP before copying to linux.
|
|
| Mon Nov 21, 2005 4:24 pm |
|
 |
DiGiTAL
Joined: 16 Oct 2005 Posts: 64 Location: Ukraine |
|
|
| Mon Nov 21, 2005 11:56 pm |
 |
 |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
|
|
DiGiTAL,
I fooled around a little more with it tonight on XP and can rule out the server as the cause. It has to do with PHP for Windows I am sure! I am running the PHP 5.1 Release Candidate 1 and when I directly execute index.php (command line) it returns blank data. Not even the HTML is being echoed back. Something in the script causing my windows PHP to halt entirely before executing the script.
|
|
| Tue Nov 22, 2005 10:56 am |
|
 |
DiGiTAL
Joined: 16 Oct 2005 Posts: 64 Location: Ukraine |
|
|
|
we haven't test script on php newer than 5.0.4
|
|
| Tue Nov 22, 2005 6:00 pm |
 |
 |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
|
|
 |  | we haven't test script on php newer than 5.0.4 |
I downloaded PHP 4.1, turned on debugging and found that $cutepath is not getting defined anywhere! Take a look at what my windoz is kicking out:
 |  |
Warning: main($cutepath/inc/functions.inc.php): failed to open stream: No such file or directory in C:\httpd\htdocs\cnr\install\install.php on line 5
Warning: main(): Failed opening '$cutepath/inc/functions.inc.php' for inclusion (include_path='.;c:\php4\pear') in C:\httpd\htdocs\cnr\install\install.php on line 5
Warning: main($cutepath/inc/plugins.inc.php): failed to open stream: No such file or directory in C:\httpd\htdocs\cnr\install\install.php on line 6
Warning: main(): Failed opening '$cutepath/inc/plugins.inc.php' for inclusion (include_path='.;c:\php4\pear') in C:\httpd\htdocs\cnr\install\install.php on line 6 |
|
|
| Tue Nov 22, 2005 6:21 pm |
|
 |
BadDog
Joined: 21 Nov 2005 Posts: 62
|
|
|
|
OK it works fine now. I deleted all the scripts and installed 2.4.8 and no problem. PHP 5.# for windows will not work with CuteNews.RU !!!! If you going to run CuteNews.RU on windows make sure you install PHP 4.4.1 for Windows. Good idea to put this disclaimer in the Documentation for windows users.
|
|
| Wed Nov 23, 2005 10:29 am |
|
 |
|