I have been trying to increase memory limit of php.ini file on godaddy Plesk server for 2 days but it is not increasing.
I created php_info file to check the path of my php.ini
file. On Plesk hosting of godaddy, my php.ini file is located at following path which is not accessible by me:
C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP54\php.ini
After reading many answers on the stackoverflow, I have created a file named as php.ini, wrote memory_limit = 256M in it and placed it on the root of my hosting. But still memory limit is not increasing in the php_info as shown here.
Need help. Thanks in advance!