ERROR in Check-In My Items - Joomla! Forum - community, help and support
hello there,
i have installed clean joomla 1.0.4 system. yet, when user executed "check-in items" following error message came :
so, went /components/com_user/user.php , checked line 23. said :
i changed require_once, include_once line looked this:
and now, "check-in items" works.
can please check , tell me why is? have several joomla 1.0.4 installations on server , never had error before. first time occurred after had downloaded joomla 1.0.4 developer.joomla.org. previous joomla 1.0.4 had downloaded joomlaya.com . checked /components/com_user/user.php file in developer.joomla.org , joomlaya.com. identical, both have line 23 require_once. joomlaya.com version has no fatal error message when uses "check-in items" , joomla.org has fatal error.
maybe loosing here, can have someones opinion it?
i have installed clean joomla 1.0.4 system. yet, when user executed "check-in items" following error message came :
fatal error: main(): failed opening required '/homepages/40/d108096844/htdocs/alexhokamp/components/com_user/user.html.php' (include_path='.:/usr/local/lib/php') in /homepages/40/d108096844/htdocs/alexhokamp/components/com_user/user.php on line 23
so, went /components/com_user/user.php , checked line 23. said :
code: select all
require_once ( $mainframe->getpath( 'front_html' ) );
i changed require_once, include_once line looked this:
code: select all
include_once ( $mainframe->getpath( 'front_html' ) );
and now, "check-in items" works.
can please check , tell me why is? have several joomla 1.0.4 installations on server , never had error before. first time occurred after had downloaded joomla 1.0.4 developer.joomla.org. previous joomla 1.0.4 had downloaded joomlaya.com . checked /components/com_user/user.php file in developer.joomla.org , joomlaya.com. identical, both have line 23 require_once. joomlaya.com version has no fatal error message when uses "check-in items" , joomla.org has fatal error.
maybe loosing here, can have someones opinion it?
note; moved correct forum.
thanks report. unable confirm bug. webserver stats? (apache, php, mysql versions).
thanks report. unable confirm bug. webserver stats? (apache, php, mysql versions).
Comments
Post a Comment