
olajideolaolorun
Admin-
Posts
2,323 -
Joined
-
Last visited
Everything posted by olajideolaolorun
-
Wait.. thats not the problem... that module might not be in the Uniform Server's default lib. You have to understand that not every Perl Library is in there.. If the server really does say this: E:\Server\UniServer3_2a\diskw\usr\bin>ppm install Unix.ppd Can't locate Win32/TieRegistry.pm in @INC (@INC contains: E:/Server/UniServer3_2 a/diskw/usr/lib .) at ppm.bat line 15. BEGIN failed--compilation aborted at ppm.bat line 15. Then it knows where to find the libraries.... but that module might not be there.. .so check .. you may have to copy it over... Thanks.
-
U know what, Pockets might be right... Next time this happens, check the site on another PC if you are on a network... just type the network address of the pc the Uniform Server is on on the other pc's browser.
-
Download the Windows ActivePerl AS Package from http://www.activeperl.com. Copy over all files named ppm or has ppm in front of them from the "perl/bin" folder to the "W:/usr/bin" folder. Try it and see if it will work... Thanks
-
This is a new problem and i have never heard of it... and i am sure it is not the server but might be something blocking it or causing that to happen.... Try the older version and tell me what happens.
-
If Apache.exe is still running and the W:/ drive is still there, then that means the server is still running. When next the server goes off as you say, then try and load a different location.. like http://localhost or http://127.0.0.1 or a folder under it and tell me if it loads Also is there something you load or run before the server stops? like after starting the server and u run this programs it stops.. did you notice anything like that
-
k.. but you still didn't answer the needed question for me to help you. When you say the server stopped, is Apache.exe still running in the Task Manager and is the W:/ drive still there in the My Computer?
-
I got up today tired as hell, working on a magazine and i refreshed my FireFox and saw an email from SoftPedia title The Uniform Server 3.2a - Softpedia 100% CLEAN Award. Here is the content of the email: Well thats it, I hope 3.3 wins us another... Thanks SoftPedia for the award
-
I do wish there was a real thing that can integrate ASP with the Apache Server but there isn't. Even the APache::ASP Module for Perl is not fully ASP .. It does not have and use every commands.... We know who to blame, Microsoft....
-
No Problem, you are welcome
-
How do you know it stopped? If Apache.exe is still running in the task manager and the W:/ drive is still up, then it didn't. Are u testing it with Mambo?
-
No, its a bug... It has been fixed in 3.3, but since Taras released 3.2a, i believe he didn't notice it. Unless you chnaged your server port, you should not get that error... Also about the Register Globals On, i forgot to tell Taras about that. It has been turned Off for 3.3 but please notice that some webhosting do have Register Globals On. Thanks
-
Are you using Skpye or any program that might be using or blocking Port 80? Firewall... AntiVirus...?
-
Edit: /home/admin/www/.htaccess Change localhost to localhost:82
-
When you say restarted, you mean you shut the server down and started it over again? Cause thats the only way it will work under the chnages. Make sure that the port is changed in the httpd.conf file. It should say Listen 82.
-
This post cannot be displayed because it is in a password protected forum. Enter Password
-
OK The Beta Version, which is of Version 3.3 will be out in the stable release soon. Thanks.
-
What OS are you using and what happens? How do you know it stopped working? If you are using XP, Check the Task Manager whenever u say it stops working and see if Apache.exe is still there?
-
Thats because you download the Beta Version meant only for Beta Testers... You have to download the stable release under Uniform Server which should be UniServer3_2a Thanks.
-
No. The problem is not with Uniform Server but your page and where it is being saved. You are suppose to save all files in the W:/www folder and access them through http://localhost Using Dreamweaver may be confusing if you did not set it right... Thanks
-
Try and access it via http://localhost/a/ not http://localhost/a
-
Windows XP, Can't locate loadable object for modul
olajideolaolorun replied to polyphem's topic in Perl
Can you try and post the whole script here... be sure to use the code tags on them. Thanks. -
No... sorry i do not know when.. too busy.. but still the Perl Module Apache::ASP is not a fully ASP interpreter... Read more info about it online,... search Google.... I believe i read a post that it does not support everything.... oh well...
-
Well its been 3 days since the BetaChat and i have been busy since then working on updating and doing some other stuffs. During the LiveSession Version 3.3 Beta 2 was released to the Beta Testers who made it or made it known that they where not going to be able to make it to the BetaChat. We were also able to fix about 5 bugs during the BetaChat and started some new things. The log has been uploaded to the Developer Forum for Beta Testers... Continue Reading, BetaChat: LiveSession 1 Conclusion
-
Windows XP, Can't locate loadable object for modul
olajideolaolorun replied to polyphem's topic in Perl
You have to understand that not all Perl modules are in the Uniform Server. Just the basic ones What you have to do is look for tht module and dowload it to the W:/usr/lib folder and everything should be fine. Try downloading it CPAN. I am sure thats the problem... Thanks