Page 2 of 5

Re: Greetings, quick question re: W3all plugin for login integration

Posted: Wed Jun 01, 2016 12:35 am
by corleone
OK, I did as your guide wrote. Here's what I did:
Screenshot (100).png
Screenshot (100).png (37.42 KiB) Viewed 5250 times
Then restarted Apache
Screenshot (102).png
Screenshot (102).png (5.35 KiB) Viewed 5250 times
But then both my site then went offline.



I have no way of knowing if it worked or not because I had to delete the line to get my site back online.

Re: Greetings, quick question re: W3all plugin for login integration

Posted: Wed Jun 01, 2016 12:43 am
by axew3
do this:
;open_basedir = ...
the ; need to be placed before, and restart apache.

Re: Greetings, quick question re: W3all plugin for login integration

Posted: Wed Jun 01, 2016 12:48 am
by corleone
That is what I did. In the WHM Php Configuration, I added it here:
Screenshot (103).png
Screenshot (103).png (1.34 KiB) Viewed 5246 times
The final php.ini is how it writes it after you save.

Re: Greetings, quick question re: W3all plugin for login integration

Posted: Wed Jun 01, 2016 12:50 am
by corleone
Does the enable_dl have any effect on it?
Screenshot (104).png
Screenshot (104).png (58.95 KiB) Viewed 5249 times

Re: Greetings, quick question re: W3all plugin for login integration

Posted: Wed Jun 01, 2016 12:51 am
by corleone
axew3 wrote:working now?
No, my site goes offline when I make that change.

Re: Greetings, quick question re: W3all plugin for login integration

Posted: Wed Jun 01, 2016 12:54 am
by axew3
Do not know what WHM Php Configuration is, but your php.ini sould result with line about
open_basedir = ...
in this way to be disabled:
;open_basedir = ...
and restart apache ... if you set NOTHING in the field? Have you try?