Wednesday, September 20, 2017
Font Awesome in AAYUS TravelSys
Tuesday, September 12, 2017
SMTP Error connecting External Mail Server
When you are sending email connecting another/external mail server and your are using php & cpanel
You will get an error like, Can not send, smtp problem and some stupid error.
Please make sure the port is open: 587
and you have to go to you WHM
Search for "ConfigServer Security & Firewall"
Edit Fire Wall Configuration (Edit the configuration file for the csf firewall and lfd)
Scroll down till SMTP_ALLOWUSER and add username of cpanel account and press enter to save and restart
You will get an error like, Can not send, smtp problem and some stupid error.
Please make sure the port is open: 587
and you have to go to you WHM
Search for "ConfigServer Security & Firewall"
Edit Fire Wall Configuration (Edit the configuration file for the csf firewall and lfd)
Scroll down till SMTP_ALLOWUSER and add username of cpanel account and press enter to save and restart
Sunday, September 10, 2017
Problem with GET parameters when posting large data in php
Problem is suhosin (Most of the time)
change the suhosin.get.max_value_length=2000
When you are submitting a form using GET specially, you will get this
change the suhosin.get.max_value_length=2000
When you are submitting a form using GET specially, you will get this
Where is the php.ini file on a Linux/CentOS?
Login to your SSH
Simply type
php -i | grep "Loaded Configuration File"
or
php -i | grep "php.ini"
Thanks
Saf,
PLEASE: Motivate us, if this code helped for you just say a Thanks.
Simply type
php -i | grep "Loaded Configuration File"
or
php -i | grep "php.ini"
Thanks
Saf,
PLEASE: Motivate us, if this code helped for you just say a Thanks.
Subscribe to:
Posts (Atom)