From: Eric H. <eh...@la...> - 2013-03-08 00:26:55
|
If you are using this (2.1.4) with cPanel, #1 don't use fantastico. #2 once you installed it yourself follow these instructions to get it working without all the "deprecated" errors. Create a php.ini file in each of the 4 folders admin public admin>include admin>include>lib (Didn't seem to fix things unless I put a php.ini in each of those folders.) I added just the following lines to each php.ini file display_errors = Off log_errors = On I also went into the following files admin>include>lib>espauth.inc admin>public>survey.php admin>include>lib>espresponse.inc (lots there but Do NOT put an @ before the "eregi") and added an @ mark in front of all the "ereg"s. So for example in >admin>include>lib>espauth.inc I used the "find" function after clicking "edit" to find anywhere where "ereg" was written and then added an @ mark before it. Saved the files and now my phpESP is working smoothly with no error messages. Thank you again Franky! On Mar 8, 2013, at 8:24 AM, Franky Van Liedekerke <lie...@te...> wrote: > On Thu, 7 Mar 2013 23:15:49 +0000 > boardtc <bo...@gm...> wrote: > >> On 7 March 2013 22:48, Franky Van Liedekerke <lie...@te...> >> wrote: >> >>> Tweak your php.ini to not show php warnings >> >> >> Cheers Franky. I have been playing with that. My understanding is >> that it's a setting outside of phpesp and php configuration level, >> where I turn display_errors off. My isp uses cpanel and it seems I >> need whm access to get at the pho.ini. The whm login loads on 2087 >> but my cpanel login does not work. My conclusion is that I need to >> get ion touch with my isp to sort this one. Am I on the right track? >> >> Cheers, >> >> Tom. > > You have 3 options: > - contact your isp > - do it yourself, in a .htaccess file this should work as well (if not > disabled by your isp) > - or change the calls to ereg to their preg-variant (I recommend this) > > Franky > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |