3

I was working on a local site with localhost (WAMP). Everything was working fine until I disturbed my "php.ini" file. I wanted to upload files (Images) of above 2MB so I google it and found so many solutions one of them was to write some code at the end of "php.ini" file. So I followed the required steps and added the code.

During this process, I accidentally deleted all the code of "php.ini" file and I closed the code editor (cant undo my changes). Now my local site has all the required data but when I open it up there is only a blank screen visible.

Help me out. I have loads of work pending.

enter image description here

Argus Duong
  • 2,356
  • 1
  • 13
  • 24
Mohammed Wahed Khan
  • 836
  • 2
  • 14
  • 35

2 Answers2

0

You may find php.ini-development,php.ini-production or php.ini.ucf-dist files in your "php 7.*" directory. Just copy code and paste in the php.ini.

Hope this will helps you.

Sunil Dora
  • 1,407
  • 1
  • 13
  • 26
0

I googled for the whole day yesterday and finally found a working solution for my problem "Here". Downgrading the PHP worked.

Mohammed Wahed Khan
  • 836
  • 2
  • 14
  • 35