This is the error I'm getting:
I download this:
https://github.com/jmzrlz/WCDDL
and have followed this instructions:
Still don't know what I'm missing, any idea what it could be?
Thank you!
Code:
Warning: require(./my_wcfg.php) [function.require]: failed to open stream: No such file or directory in /home/novadd/public_html/wc3.php on line 11
Warning: require(./my_wcfg.php) [function.require]: failed to open stream: No such file or directory in /home/novadd/public_html/wc3.php on line 11
Fatal error: require() [function.require]: Failed opening required './my_wcfg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/novadd/public_html/wc3.php on line 11
I download this:
https://github.com/jmzrlz/WCDDL
and have followed this instructions:
Code:
WCDDL
The de facto DDL script developed to replace previous, outdated and vulnerable scripts.
The latest version of WCDDL requires the following:
- >= PHP 5.3
- MySQL
- PDO (PHP, included by default)
To install:
- Upload the modules folder and all PHP files
- Import database.sql into your database
- Edit wcfg.php to contain valid settings
- Test it!
Still don't know what I'm missing, any idea what it could be?
Thank you!