Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line
- Forums
- Windows Hosting
- Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line
This Page Contains information about Solved - Fatal Error: Call To Undefined Function: Log_notice() On Line By paker in category Windows Hosting with 2 Replies. [575], Last Updated: Sat May 18, 2024
paker
Sun Jul 22, 2007
2 Comments
858 Visits
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
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