Another person with PHP issues

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


Joined: 20 May 2004
Posts: 16

PostPosted: Thu May 20, 2004 10:28 pm    Post subject: Another person with PHP issues Reply with quote

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 View user's profile Send private message
howdy69
-


Joined: 20 May 2004
Posts: 16

PostPosted: Thu May 20, 2004 11:02 pm    Post subject: Reply with quote

Just incase it helps, here is my PHP info:

http://66.233.94.158:88/phpinfo.php
Back to top View user's profile Send private message
eznetlinks
-


Joined: 27 Sep 2003
Posts: 144

PostPosted: Thu May 20, 2004 11:26 pm    Post subject: Reply with quote

open C:\WINDOWS\php.ini scroll to register_globals=off and change to register_globals=on. See if that helps.
Back to top View user's profile Send private message Visit poster's website
howdy69
-


Joined: 20 May 2004
Posts: 16

PostPosted: Fri May 21, 2004 12:05 am    Post subject: Reply with quote

No luck... still not working. Any other ideas?
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Fri May 21, 2004 12:30 am    Post subject: Reply with quote

I think you're going to have to give us the source if we plan on helping you with it.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


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

PostPosted: Fri May 21, 2004 12:45 am    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
howdy69
-


Joined: 20 May 2004
Posts: 16

PostPosted: Fri May 21, 2004 5:01 am    Post subject: Reply with quote

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 View user's profile Send private message
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