Hi Alain,
it might be some leftover from the Qualinnove extension.
uicontacts calss was renamed to addressbook_ui in 1.6. Normally setup
changes the hooks to call the new class.
Unfortunately the fatal error does not provide a trace, so I can not
tell what caused the problem. A possible fix would be to add the
following to phpgwapi/inc/common_functions.inc.php before line 691:
682 static $replace = array(
683 ‘datetime’ => ‘egw_datetime’,
684 ‘uitimesheet’ => ‘timesheet_ui’,
685 ‘uiinfolog’ => ‘infolog_ui’,
686 ‘uiprojectmanager’ => ‘projectmanager_ui’,
687 ‘uiprojectelements’ => ‘projectmanager_elements_ui’,
688 ‘uiroles’ => ‘projectmanager_roles_ui’,
689 ‘uimilestones’ => ‘projectmanager_milestones_ui’,
690 ‘uipricelist’ => ‘projectmanager_pricelist_ui’,
new ‘uicontacts’ => ‘addressbook_ui’,
691 );
After that your installation should be working again, thought we dont
know what caused the problem. To find out that, you could add some debug
statement a little further down
699 // this will stop php with a 500, if the class does not exist or
there are errors in it (syntax error go into the error_log)
700
require_once(EGW_INCLUDE_ROOT.’/’.$appname.’/inc/class.’.$classname.’.inc.php’);
new if (!class_exists($classname,false)) throw new
Exception(METHOD."($class) class $classname not found!");
This will give a trace in error_log or on the screen, if switched on in
Admin >> Site configuration.
Ralf
AlainF2 schrieb:
I have upgraded from 1.4002 (with extention Qualinnove 2.9.3) to 1.6002 (no
extention Qualinnove).
Now when I try to edit a contact I get this message :
Warning:
require_once(D:\xampp\htdocs\egwafca/addressbook/inc/class.uicontacts.inc.php)
[function.require-once]: failed to open stream: No such file or directory in
D:\xampp\htdocs\egwafca\phpgwapi\inc\common_functions.inc.php on line 700
Fatal error: require_once() [function.require]: Failed opening required
’D:\xampp\htdocs\egwafca/addressbook/inc/class.uicontacts.inc.php’
(include_path=‘D:\xampp\htdocs\egwafca/egw-pear;.;D:\xampp;D:\xampp\php\PEAR;D:\xampp\php’)
in D:\xampp\htdocs\egwafca\phpgwapi\inc\common_functions.inc.php on line 700
I don’t see were in line 700 (or in this file), it request … uicontacts.
In 1.6002 this class is not present. I did copy this old uicontacts class,
but got some other message.
Any help please to solve this.
Thanks
Alain
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller, Gudrun Müller,
Nigel Vickers und Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users