This topic is locked

Error Message when I try to view in browser on local ps

7/3/2008 8:37:09 PM
PHPRunner General questions
B
bochaka author

HI

When I try to view my local project on my local machine in the browser I get the error, i can work on it etc but just not see the local project in the browser
Fatal error: Call to undefined function mysql_connect() in D:\Program Files\PHPRunner4.2\projects\may28ver1\output\include\dbconnection.php on line 9
I also noted i could not find the php.ini file in my windows directory, but it was in the program files directory, ive copied it back to d\windows

and restarted pc. now error message is

Fatal error: Call to undefined function mysql_connect() in D:\Program Files\PHPRunner4.2\projects\may28ver1\output\include\dbconnection.php on line 9

Technical information

Error type 2

Error description Unknown: open(D:\DOCUME~1\Cormac\LOCALS~1\Temp\php\session\sess_e28ddggu276jaaalrqln0181v6, O_RDWR) failed: Permission denied (13)

URL localhost/may28ver1/login.php?

Error file Unknown

Error line 0

SQL query

Sergey Kornilov admin 7/3/2008

It appears MySQL support and sessions are not configured in PHP.
Here is the article that can help:

http://www.webcheatsheet.com/php/install_and_configure.php

B
bochaka author 7/7/2008

hI

I am getting there. If i open my browser and view locally its works fine. If i view from phprunners view in browser, it display the message The specified module could not be found.

Is postgre a required module or if this was missing would it fail in the desktop browser viewing locally also.