From: boardtc <bo...@gm...> - 2013-03-08 00:40:02
|
All gone, thank you guys so much!! Cheers, Tom. On 8 March 2013 00:10, Eric Hagley <eh...@la...> wrote: > 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! > |