-2

Please tell me how to enable all these extension all at once. They are creating a lot of problem.

enter image description here

I want to enable all of them by just one click.

Thanks

Aki003
  • 422
  • 3
  • 13

2 Answers2

0

Two ways:

1) check them all one by one

2) go to php.ini uncomment them.

3) or thrught ini_set() in php file

For first two you need to restart your apache server.

Suresh Kamrushi
  • 15,627
  • 13
  • 75
  • 90
0

FoThey are all installed. You only have to check the ones you want, but there is no way you can do it in one click ...

Marcandria
  • 415
  • 1
  • 3
  • 13