View previous topic :: View next topic |
Author |
Message |
howdy69 -
Joined: 20 May 2004 Posts: 16
|
Posted: Thu May 20, 2004 10:28 pm Post subject: Another person with PHP issues |
|
|
I have Abyss installed and running fine. I also installed PHP as per the instructions. I have turned safe mode "On".
I still yet to get a php file with a "function" to run correctly. I am sure that it is something simple that needs to be modified, I just am not sure WHAT it is.
I have read as many posts as I could find for php issues and tried most of them.
Anyway, here is an example of just one file that won't run. You can see the errors after filling out the form.
http://66.233.94.158:88/12345/nvform.html
Any help would be appreciated. |
|
Back to top |
|
 |
howdy69 -
Joined: 20 May 2004 Posts: 16
|
|
Back to top |
|
 |
eznetlinks -
Joined: 27 Sep 2003 Posts: 144
|
Posted: Thu May 20, 2004 11:26 pm Post subject: |
|
|
open C:\WINDOWS\php.ini scroll to register_globals=off and change to register_globals=on. See if that helps. |
|
Back to top |
|
 |
howdy69 -
Joined: 20 May 2004 Posts: 16
|
Posted: Fri May 21, 2004 12:05 am Post subject: |
|
|
No luck... still not working. Any other ideas? |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri May 21, 2004 12:30 am Post subject: |
|
|
I think you're going to have to give us the source if we plan on helping you with it. _________________ Bienvenidos! |
|
Back to top |
 |
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri May 21, 2004 12:45 am Post subject: |
|
|
I examined the errors on this script and I found that you
may not have your mail setting correct in your php.ini file
and I also noticed that you have alot of , Notices showing
which aren't really usually a problem , fix your mail settings
and change the following php.ini directive.
error_reporting = E_ALL;
To
error_reporting = E_ALL & ~E_NOTICE; |
|
Back to top |
|
 |
howdy69 -
Joined: 20 May 2004 Posts: 16
|
Posted: Fri May 21, 2004 5:01 am Post subject: |
|
|
Damn! I am so stupid!
I thought that Abyss could process mail forms (mailto) to it cant! I downloaded the freebie "Free SMTP server" from http://softstack.com and everything is A-OK now!
Thanks for your help. |
|
Back to top |
|
 |
|