model/config_model.php error

(2 posts) (2 voices)

Tags:

No tags yet.

  1. juice-qr, Member

    Hi,

    Running apache 2.2.11 php 5.2.9-2 on win32. Got the ioncube extension loaded, after that when I try to run the install I get a fatal error -

    -----
    Warning: main(model/config_model.php) [function.main]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\mg-devel\mydbr\install\controller\install_controller.php on line 4

    Fatal error: main() [function.require]: Failed opening required 'model/config_model.php' (include_path='C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\blindscommerce\templeho\public_html\templates;C:\Program Files\PHP\pear;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\blindscommerce\templeho\public_html\pp\paypal-php-sdk\lib') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\mg-devel\mydbr\install\controller\install_controller.php on line 4
    -----

    The file is clearly available in the file structure in the install\model directory, I verified this.

    Thanks

  2. myDBR Team, Key Master

    Hi there,

    It looks like the current directory "." is not in your PHP include path.

    One option would be the add the current directory to the include path in php.ini as follows:

    include_path = ".;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\blindscommerce\templeho\public_html\templates;C:\Program Files\PHP\pear;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\blindscommerce\templeho\public_html\pp\paypal-php-sdk\lib"

    Best regards,

    myDBR Team


Reply

You must log in to post.