Intermediate PHP problem

adambomb

New Member
Messages
16
Reaction score
0
Points
0
I'm trying to setup OS Commerce and when I do a setup a user account it says "Warning: mail() has been disabled".

I have Intermediate PHP so it should allow the mail() function.

Please advise?
Edit:
Warning: mail() has been disabled for security reasons in /home/adamg187/public_html/includes/classes/email.php on line 522

is the error i get
 
Last edited:

adambomb

New Member
Messages
16
Reaction score
0
Points
0
It was last wednesday or thursday. It showed the upgrade that day last week though.
Edit:
Any idea why i'm getting that warning?
Edit:
it is also giving me a set_time_limit() disabled message now. Do I need to get advanced PHP to get OS Commerce up and running?
 
Last edited:

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Moved to level two support

For the set_time_limit error, can you comment that line out?
 

adambomb

New Member
Messages
16
Reaction score
0
Points
0
I was able to comment the line out. Thanks. However, I'm having issues when i try to add a picture to a product for OSCommerce. I did a chmod on images folder to 777 and it still will not upload? I've read about creating a php.ini file, but I did that and it still doesn't work? I think that it is because I'm only PHP Intermediate?
 
Top