Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - praveen

Pages: [1]
1
Information / Re: PHP or Apache disabled functions
« on: September 14, 2017, 11:40:20 AM »
Simply create php info page using following code under domain name hosting account where you are facing problem and check which php configuration file is used by domain hosting account and check it function is available in php.ini file or not because some time customised php.ini file also caused such problems.

Code: [Select]
<? phpinfo(); ?>
Let me know result , so that we can help you further.

Pages: [1]