XF 1.5 No such file or directory in Installation

Hello,

I try to install Xenforo in my local.

First I input DB input, ( in Configuration Builder )
( localhost / 3306 / root / PASSWORD / db name)

then, I meet error page with "No such file or directory"
(url = install/index.php?install/config )

I dont know why.

I checked xenforo_requirements.php.
mod_rewrite.c uncommented
chmod 777 data, internal_data

please help
 
This would generally point to your PHP not being configured to point at your MySQL socket file correctly. You can try entering 127.0.0.1 instead of localhost.
 
Top Bottom