![]() |
|
|
|||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
Not Ranked
:
0 score
Okay, so I've set up PHP on my new upgraded server... its version 4.3.8, along with MySQL version 4.0 (production release).
I'm getting some really odd errors. First, I got : Code:
The specified module could not be found. Code:
Invalid access to memory location. Code:
PHP has encountered an Access Violation at 016E3B5E
__________________
(¯`·._.·[ Gø|ÐFï§h ]·._.·´¯) Folding@Geeks, TEAM 12072 http://www.majorgeeks.com/page.php?id=9 |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
Not Ranked
:
0 score
Never mind, sorted it out.
It was because i was pointing to the ISAPI file in the C:\php directory not system32. Website properties -> Home directory -> Configuration -> find .php -> change from C:\php\sapi\php4isapi.dll to c:\WINDOWS\system32\php4isapi.dll . (make sure the file is actually there too..) and uncheck Verify that file exists.
__________________
(¯`·._.·[ Gø|ÐFï§h ]·._.·´¯) Folding@Geeks, TEAM 12072 http://www.majorgeeks.com/page.php?id=9 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|