View previous topic :: View next topic |
Author |
Message |
DaSimpsons2003 -
Joined: 18 May 2003 Posts: 9
|
Posted: Sun Jun 08, 2003 5:46 am Post subject: problem |
|
|
ok i used the installer php for php..and insalled to c:/program files/php
and abyss in installed in the my docments folder...i set everythign up for php walk thu on aprelium..and it gives me: The page cannot be found...but htm and html works fine...i must of missed something....but i cant find it. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Jun 09, 2003 12:53 am Post subject: Re: problem |
|
|
DaSimpsons2003 wrote: | ok i used the installer php for php..and insalled to c:/program files/php
and abyss in installed in the my docments folder...i set everythign up for php walk thu on aprelium..and it gives me: The page cannot be found...but htm and html works fine...i must of missed something....but i cant find it. |
What gives you "the page cannot be found"? That's too vague.
To test PHP, go to the htdocs/ directory and create a phpinfo.php file containing the following code:
Code: |
<?php
phpinfo();
?>
|
Save it and then browse http://127.0.0.1/phpinfo.php .
Pay attention when saving the file name to have only the extension php. If you have extensions hidden in Windows, you may get a .txt appended without noticing it (and of course, when asking for phpinfo.php it won't be found since it was saved as phpinfo.php.txt). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
kingrobert -
Joined: 10 Jun 2003 Posts: 1
|
Posted: Tue Jun 10, 2003 2:13 am Post subject: |
|
|
I tried that and all I get is the html page of the php, showing me the html |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jun 11, 2003 3:32 am Post subject: |
|
|
kingrobert wrote: | I tried that and all I get is the html page of the php, showing me the html |
Please check again that all the steps in http://www.aprelium.com/abyssws/php.html have been done correctly. If you still have the problem, send to support@aprelium.com your abyss.conf file, tell us where is your php.exe file (full path) and where you've put the test script (give us its full path also). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
DaSimpsons2003 -
Joined: 18 May 2003 Posts: 9
|
Posted: Sat Jun 21, 2003 10:20 pm Post subject: |
|
|
nothing worked ill uninstall and reinstall...i had it working before i chaged to a new hard drive...because my other one went out....and ive been gone for the past too weeks |
|
Back to top |
|
 |
DaSimpsons2003 -
Joined: 18 May 2003 Posts: 9
|
Posted: Sat Jun 21, 2003 11:35 pm Post subject: |
|
|
ok i figuered it out i was using 4.3.2 ...not 4.3.0....now it works.. |
|
Back to top |
|
 |
handsome -
Joined: 09 Jun 2003 Posts: 3
|
Posted: Fri Aug 01, 2003 2:23 am Post subject: |
|
|
whre do u put the php folder? can u teahc me? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Aug 01, 2003 6:21 pm Post subject: |
|
|
handsome wrote: | whre do u put the php folder? can u teahc me? |
You can put your PHP files in any folder of your web site. For example, you can put phpinfo.php in the htdocs/ directory located in the directory where you have installed Abyss and try to browse it using http://yoursite/phpinfo.php . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Fri Aug 01, 2003 11:15 pm Post subject: Few Helpfull Hints |
|
|
Follow The Instructions Here First. http://www.aprelium.com/abyssws/php.html
Go Over Your Steps, Back Track Make Sure You Entered In All The Fields Right.. Example No Spaces..
Also Make Sure That The Html File Or PHP File Is In Your RootDirec..
Also Make Sure Your Webserver Is Activated.. Running
Also I remember That there was a version of php that was buggy.. Ask aprelium were to download the past version.. You want version 4.3.0 _________________ Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com |
|
Back to top |
|
 |
CapFusion -
Joined: 18 May 2003 Posts: 617 Location: Lost in Abyss' Dungeon
|
Posted: Sat Aug 02, 2003 12:45 am Post subject: |
|
|
Quote: | Also I remember That there was a version of php that was buggy.. Ask aprelium were to download the past version.. You want version 4.3.0 |
I believed the new or latest (1.1.6) release should fix the problem of the buggy pHp you are referring to. _________________ CapFusion,... |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Aug 02, 2003 3:50 pm Post subject: |
|
|
CapFusion wrote: |
I believed the new or latest (1.1.6) release should fix the problem of the buggy pHp you are referring to. |
Yes, 1.1.6 support any version of PHP including version 4.3.2. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|