• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP 4.3.10, Apache 2: Cannot find module

AFB

Lifer
HTTPD.conf
#For PHP
#
LoadModule php4_module "c:/Program Files/php/sapi/php4apache2.dll"
#
#
#
#

The file is clearly there as confirmed by copy/pasting that into window explorer address bar. Yet, Apache refuses to restart.

Any ideas from the collective AT brain?


Thanks 😀
 
Solved

For some reason, I had to move the DLL out of the SAPI folder and into the main PHP folder.
 
Back
Top