Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line
Post Description: solved - fatal error: call to undefined function: log_notice() on line
solved, fatal, error, call, to, undefined, function, log, notice, on, line
This Post Has Been Viewed 283 Times Since Fri Feb 29, 2008 12:01 pm Posted By paker with 2 replies
POST# 302
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line
hi, have you ever seen this error?
im wondering what do i need to do to fix this problem?
error:
Fatal error: Call to undefined function: log_notice() in C:wwwsolidstate-0.4.1managerpagesHomePage.class.php on line 81
thanks
OS: windows 2000 server
apache with php mysql
Sun Jul 22, 2007 1:47 pm
1
hostman
Reply #864
yeah, i've see this error before, this is what i did to solve it, thanks to www.webune.com they helped me fix it
1. create a phpinfo file
2. look for: extension_dir
3. if you have something like this:
C:wwwapachephpext
4. what you need to do is remove the last slash at the end. so what i did i opened my php.ini file, which you can find out from your phpinfo in the Configuration File (php.ini) Path section.
5. so what i did i looked for extension_dir = C:wwwapachephpext and change it to:
extension_dir = C:wwwapachephpext
6. so all i did was remove the last
7. save the changes and reboot
8. now try your script again
This Topic sponsored by: PHP WEB HOSTING AT WWW.WEBUNE.COM
Sun Jul 22, 2007 1:52 pm
2
paker
Reply #865
thanks hostman,
that worked.
and thanks to the www.webune.com team for this support on this question. i was able to fix this error and i am not getting anymore after i removed the trailing slash at the end in the php.ini file.