Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line


Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line
  Forums Index
      » Windows Hosting Forums
        » » Solved - Fatal error: Call to undefined function: log_notice() on line



Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line
Post Description:
Post Tags: solved, fatal, error, call, to, undefined, function, log, notice, on, line, Windows, Hosting, Wallpaperama, Free, Wallpapers
This Post Has Been Viewed 320 Times Since Sun Jul 22, 2007 1:42 pm Posted By paker with 2 replies
Next Post »» Fatal error: Call to undefined function: fatal_error() in
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

Leave Your Comments
* Your Name

  * Your Email Address (Will Not Be Published)

* Your Comments


Add Picture To Comments
Yes No             upload
Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

     




Comments and replies About Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line






:: 1 :: #12080 - Reply By hostman On Sun Jul 22, 2007 1:47 pm
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:\www\apache\php\ext\

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:\www\apache\php\ext\ and change it to:

extension_dir = C:\www\apache\php\ext

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

:: 2 :: #12081 - Reply By paker On Sun Jul 22, 2007 1:52 pm
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.