Getting an Error, Perhaps something wrong with Themes?
  • Hi Guys,

    I get this error report when I go into the themes section of the configure tab in my NewScoop 3.6 RC3 admin panel:

    Error Report
    Error ID: 2:Newscoop:3.6.0-RC3:Loader.php:146
    Error String: include_once(doctrine/orm/query/kqw9j.php) [function.include-once]: failed to open stream: No such file or directory
    Time: Sun, 11 Sep 2011 22:25:52 +1200
    Backtrace:

    {closure}() called at [/home/myhelens/public_html/library/Zend/Loader.php:146]
    Zend_Loader::loadFile() called at [/home/myhelens/public_html/library/Zend/Loader.php:146]
    Zend_Loader::loadFile() called at [/home/myhelens/public_html/library/Zend/Loader.php:94]
    Zend_Loader::loadClass() called at [Grin
    call_user_func() called at [/home/myhelens/public_html/library/Zend/Loader/Autoloader.p hp:472]
    Zend_Loader_Autoloader::_autoload() called at [Grin
    call_user_func() called at [/home/myhelens/public_html/library/Zend/Loader/Autoloader.p hp:124]
    Zend_Loader_Autoloader::autoload() called at [Grin
    spl_autoload_call() called at [Grin
    defined() called at [/home/myhelens/public_html/library/Doctrine/ORM/Query/Lexer .php:161]
    Doctrine\ORM\Query\Lexer::getType() called at [/home/myhelens/public_html/library/Doctrine/Common/Lexer.ph p:203]
    Doctrine\Common\Lexer::scan() called at [/home/myhelens/public_html/library/Doctrine/Common/Lexer.ph p:70]
    Doctrine\Common\Lexer::setInput() called at [/home/myhelens/public_html/library/Doctrine/ORM/Query/Lexer .php:117]
    Doctrine\ORM\Query\Lexer::__construct() called at [/home/myhelens/public_html/library/Doctrine/ORM/Query/Parse r.php:142]
    Doctrine\ORM\Query\Parser::__construct() called at [/home/myhelens/public_html/library/Doctrine/ORM/Query.php:2 02]
    Doctrine\ORM\Query::_parse() called at [/home/myhelens/public_html/library/Doctrine/ORM/Query.php:2 23]
    Doctrine\ORM\Query::_doExecute() called at [/home/myhelens/public_html/library/Doctrine/ORM/AbstractQue ry.php:539]
    Doctrine\ORM\AbstractQuery::execute() called at [/home/myhelens/public_html/library/Doctrine/ORM/AbstractQue ry.php:366]
    Doctrine\ORM\AbstractQuery::getResult() called at [/home/myhelens/public_html/library/Newscoop/Service/Impleme ntation/AEntityServiceDoctrine.php:85]
    Newscoop\Service\Implementation\AEntityServiceDoctrine::getE ntities() called at [/home/myhelens/public_html/application/modules/admin/contro llers/ThemesController.php:258]
    Admin_ThemesController::indexAction() called at [/home/myhelens/public_html/library/Zend/Controller/Action.p hp:513]
    Zend_Controller_Action::dispatch() called at [/home/myhelens/public_html/library/Zend/Controller/Dispatch er/Standard.php:295]
    Zend_Controller_Dispatcher_Standard::dispatch() called at [/home/myhelens/public_html/library/Zend/Controller/Front.ph p:954]
    Zend_Controller_Front::dispatch() called at [/home/myhelens/public_html/library/Zend/Application/Bootstr ap/Bootstrap.php:97]
    Zend_Application_Bootstrap_Bootstrap::run() called at [/home/myhelens/public_html/library/Zend/Application.php:366 ]
    Zend_Application::run() called at [/home/myhelens/public_html/public/index.php:44]
    require_once() called at [/home/myhelens/public_html/admin.php:4]


    Any ideas? would using a different version fix this?

    I am running php5.3 if that helps.

    Regards
  • 4 Comments sorted by
  • I checked for the file doctrine/orm/query/kqw9j.php, and while the directory's were there, there was no kqw9j.php lol. So I believe I need this file?
  • Also tried a fresh install with the RC2, and had the same result.
  • Vote Up0Vote Down Jakub GórnickiJakub Górnicki
    Posts: 134Member, Administrator, Sourcefabric Team
    Hey Wayne,

    did you manage to solve your problem?

    Jakub
  • Hello
    I have kind of same problem. I'm using Flextrine (flex framework) based on Doctrine. Everything is working fine on my computer, but on my server I have this error.

    Warning: require(/home/www/... .../app/myApp/entities/doctrine/orm/query/kqw9j.php) [function.require]: failed to open stream: No such file or directory in /home/www/... .../lib/Doctrine/Common/ClassLoader.php on line 148

    Fatal error: require() [function.require]: Failed opening required '/home/www/... .../app/myApp/entities/doctrine/orm/query/kqw9j.php' (include_path='.:/opt/php/lib/php:/home/www/... .../lib') in /home/www/... .../lib/Doctrine/Common/ClassLoader.php on line 148

    I suspect Zend Guard to be responsible as it is not installed on my computer but is present on the server.

    See a related post on flextrine github

    https://github.com/ccapndave/flextrine/issues/18

    Any help would be apreciated

    Thanks

    Rod