PHP doesn't work with Abyss!

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Fri Oct 26, 2007 1:32 am    Post subject: PHP doesn't work with Abyss! Reply with quote

Hello!

Huge problem with getting php to work with Abyss web Server (X1)

It doesn't work!

I have tried the php (preconfigured one) from the website... didn't work :(

Please help,

Thanks in advance,

Panarchy
Back to top View user's profile Send private message
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Fri Oct 26, 2007 6:14 am    Post subject: Reply with quote

What exactly is the problem you are having? Did you add PHP to Abyss Web Server's Interpreters or did you only install PHP?
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Fri Oct 26, 2007 8:19 am    Post subject: Reply with quote

Follow the tutorials on www.abyssunderground.co.uk to help you get everything working. If they don't work, come back and tell us and we will be able to help you out further.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Oct 26, 2007 1:34 pm    Post subject: Re: PHP doesn't work with Abyss! Reply with quote

Panarchy wrote:
It doesn't work!


Being more specific could help us understand the problem. What did you do? What is the script you have tested? What is the URL you have accessed? What is the result/error you got? The more details you can give, the more accurate will be the answer.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Sat Oct 27, 2007 9:39 am    Post subject: Reply with quote

rrinc wrote:
What exactly is the problem you are having? Did you add PHP to Abyss Web Server's Interpreters or did you only install PHP?


I added it to the interpreters as well

and I even added index.php to index files.

And aprelium, I will give you some screenshots of the errors in just a sec!
Back to top View user's profile Send private message
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Sat Oct 27, 2007 9:53 am    Post subject: Errors That I get when trying to use php Reply with quote






Please help me!

Thanks in advance,

Panarchy
Back to top View user's profile Send private message
pkSML
-


Joined: 29 May 2006
Posts: 952
Location: Michigan, USA

PostPosted: Sat Oct 27, 2007 11:55 am    Post subject: Reply with quote

I'd recommend un-installing PHP, and reinstalling PHP in regular CGI mode (as opposed to FastCGI).

FastCGI is just another configuration headache to many webmasters.
_________________
Stephen
Need a LitlURL?


http://CodeBin.yi.org
Back to top View user's profile Send private message Visit poster's website
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Sun Oct 28, 2007 10:56 am    Post subject: Reply with quote

Okay, I'll try that.
Back to top View user's profile Send private message
pkSML
-


Joined: 29 May 2006
Posts: 952
Location: Michigan, USA

PostPosted: Sun Oct 28, 2007 11:59 am    Post subject: Reply with quote

Here's a short walk-through.

I'm using PHP v5.1.2. I downloaded it as a zip file. Here's a download link --> http://files.calvarybucyrus.org/downloads/PHP/php-5.1.2-Win32.zip.

Just unzip it to a folder of your choice and copy the php.ini-recommended to php.ini and customize it. You'll learn a lot about PHP this way if you don't know much yet.
You'll need to set the extension_dir (important) and enable a few extensions you may use.
I'm using the following:
  • extension=php_mbstring.dll
  • extension=php_curl.dll
  • extension=php_gd2.dll
  • extension=php_mysql.dll
  • extension=php_openssl.dll
Then setup the interpreter in Abyss according to http://www.aprelium.com/abyssws/php.html -- except setting the interface to CGI/ISAPI, rather than FastCGI.
_________________
Stephen
Need a LitlURL?


http://CodeBin.yi.org
Back to top View user's profile Send private message Visit poster's website
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Wed Oct 31, 2007 1:40 pm    Post subject: Requesting Abyss Web Server folder (with preconfigured PHP) Reply with quote

Need some help :(

Can someone please give me there (2.5 or later) Program Files/Abyss Web Server

the whole folder? (not including htdocs, unless you want to)

Thanks in advance,

Panarchy

PS: Compress it as a zip, or whatever, then host it to mediafire
Back to top View user's profile Send private message
puertoblack2003
-


Joined: 08 Oct 2006
Posts: 87

PostPosted: Wed Oct 31, 2007 6:30 pm    Post subject: Reply with quote

i doubt that is going to happen there buddy ;)
Back to top View user's profile Send private message
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Wed Oct 31, 2007 11:37 pm    Post subject: Reply with quote

Why not?

If someone has it preconfigured, then it should be possible...

Just don't give me any of your private files!
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Thu Nov 01, 2007 9:12 am    Post subject: Reply with quote

Panarchy wrote:
Why not?

If someone has it preconfigured, then it should be possible...

Just don't give me any of your private files!


For a start, every system is different, so its not a case of simply copying and pasting from another machine. You'd still have to clear the conf file, which then loses you the configuration.

Start by following the tutorials on www.abyssunderground.co.uk . Everyone I know of thats followed them has had success. Follow them step by step to the word, don't do anything it doesn't tell you to do.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Fri Nov 02, 2007 5:18 am    Post subject: Reply with quote

Then give me your config file... I already know how to add my preferred language (python)
Back to top View user's profile Send private message
pkSML
-


Joined: 29 May 2006
Posts: 952
Location: Michigan, USA

PostPosted: Fri Nov 02, 2007 12:34 pm    Post subject: Re: Requesting Abyss Web Server folder (with preconfigured P Reply with quote

Panarchy wrote:
Need some help :(

Can someone please give me there (2.5 or later) Program Files/Abyss Web Server

the whole folder? (not including htdocs, unless you want to)

Thanks in advance,

Panarchy

PS: Compress it as a zip, or whatever, then host it to mediafire

http://files.calvarybucyrus.org/AbyssX1/Abyss_X1_2-5_with_PHP.zip

Abyss X1 2.5.0.0 + PHP 5.1.2 (some common extensions enabled)

Instructions
  • Create folder C:\Program Files\Abyss Web Server
  • Extract the zip file to this directory.
  • Start abyssws.exe
  • Browse to http://localhost/phpinfo.php to test PHP
Enjoy!
_________________
Stephen
Need a LitlURL?


http://CodeBin.yi.org
Back to top View user's profile Send private message Visit poster's website
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Fri Nov 02, 2007 3:13 pm    Post subject: Reply with quote

Panarchy wrote:
Then give me your config file... I already know how to add my preferred language (python)


You obviously didn't read what I said above. Read it again.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Nov 02, 2007 7:45 pm    Post subject: Reply with quote

Hello Panarchy,

If you don't mind, I can help you on my Windows Live Messenger. My MSN is: msn@trustabyss.com
Back to top View user's profile Send private message Visit poster's website
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Sat Nov 03, 2007 12:13 am    Post subject: Re: Requesting Abyss Web Server folder (with preconfigured P Reply with quote

pkSML wrote:
Panarchy wrote:
Need some help :(

Can someone please give me there (2.5 or later) Program Files/Abyss Web Server

the whole folder? (not including htdocs, unless you want to)

Thanks in advance,

Panarchy

PS: Compress it as a zip, or whatever, then host it to mediafire

http://files.calvarybucyrus.org/AbyssX1/Abyss_X1_2-5_with_PHP.zip

Abyss X1 2.5.0.0 + PHP 5.1.2 (some common extensions enabled)

Instructions
  • Create folder C:\Program Files\Abyss Web Server
  • Extract the zip file to this directory.
  • Start abyssws.exe
  • Browse to http://localhost/phpinfo.php to test PHP
Enjoy!


Thanks!

I'll try it out!

FIngers crossed!

EDIT: No kcstore? (what is kcstore, it wasn't in previous versions!)
Back to top View user's profile Send private message
Panarchy
-


Joined: 26 Oct 2007
Posts: 9

PostPosted: Tue Nov 06, 2007 7:59 am    Post subject: Reply with quote

Thanks, it worked.


...
Back to top View user's profile Send private message
jjacquay712
-


Joined: 23 Oct 2007
Posts: 5

PostPosted: Sat Nov 10, 2007 12:39 am    Post subject: Re: Requesting Abyss Web Server folder (with preconfigured P Reply with quote

Panarchy wrote:
pkSML wrote:
Panarchy wrote:
Need some help :(

Can someone please give me there (2.5 or later) Program Files/Abyss Web Server

the whole folder? (not including htdocs, unless you want to)

Thanks in advance,

Panarchy

PS: Compress it as a zip, or whatever, then host it to mediafire

http://files.calvarybucyrus.org/AbyssX1/Abyss_X1_2-5_with_PHP.zip

Abyss X1 2.5.0.0 + PHP 5.1.2 (some common extensions enabled)

Instructions
  • Create folder C:\Program Files\Abyss Web Server
  • Extract the zip file to this directory.
  • Start abyssws.exe
  • Browse to http://localhost/phpinfo.php to test PHP
Enjoy!


Thanks!

I'll try it out!

FIngers crossed!

EDIT: No kcstore? (what is kcstore, it wasn't in previous versions!)


Thanks! that solved my problem to! by the way, whats the password for the server console?
Back to top View user's profile Send private message Send e-mail Visit poster's website
justhink
-


Joined: 10 Nov 2007
Posts: 2

PostPosted: Sat Nov 10, 2007 1:18 pm    Post subject: Reply with quote

what is console account and password??
plz
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Sat Nov 10, 2007 1:24 pm    Post subject: Reply with quote

Quote:
I have lost my console access login and password. How can I recover them?

You cannot recover them but you can reset them as explained below:

· Stop Abyss Web Server if it is running.
· Open in a text editor (for example Windows Notepad, MacOS X Textpad, vi, GEdit or KEdit) the configuration file abyss.conf usually located in the Abyss Web Server installation directory.
· In the lines between <console> and </console>, locate the line enclosed between <password> and </password> and deleteit. This line should be made of a combination of letters and digits as in a5a3a15d71c3d07b94ef96a25c480737. · Save abyss.conf and close the text editor.
· Start Abyss Web Server.
· Open the console. You will be asked to choose new access credentials.

_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
justhink
-


Joined: 10 Nov 2007
Posts: 2

PostPosted: Sat Nov 10, 2007 1:26 pm    Post subject: Reply with quote

thanks, i will try it..
and here is fast download link..

http://justhink.boot-land.net/rapkill/Abyss_X1_2-5_with_PHP.zip
Back to top View user's profile Send private message
jjacquay712
-


Joined: 23 Oct 2007
Posts: 5

PostPosted: Sat Nov 10, 2007 5:37 pm    Post subject: Thank You! Reply with quote

Thanks for the package, it was just what i needed to get php working.


jjacquay712
Back to top View user's profile Send private message Send e-mail Visit poster's website
pkSML
-


Joined: 29 May 2006
Posts: 952
Location: Michigan, USA

PostPosted: Sat Nov 10, 2007 11:10 pm    Post subject: Reply with quote

Panarchy wrote:
Thanks, it worked.


...

Glad it worked.

BTW, admin:password would be what you're looking for.
_________________
Stephen
Need a LitlURL?


http://CodeBin.yi.org
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group