Update von 2.0.4 auf 2.0.6 - mit MOD's - update_to_206.php
Verfasst: 12.02.2004 12:12
hi zusammen 
hab mich jetzt mal an das update gemacht und hat auch bis jetzt alles funktioniert.
ich bin jetzt bei punkt 5 wo es da heisst:
5. install/update_to_206.php ausführen
wenn ich die datei aufrufe bekomm ich immer folgenden output:
kann mir da echt keinen reim drauf machen *grübel*
und was der pfad <include_path='.;c:\php4\pear'> bedeuten soll ist mir auch ein rätsel.
an den zeilen 52, 53 und 55 in der update_to_2.0.6.php steht:
hat das was mit rechten zu tun ?
weiss da jemand rat ??

hab mich jetzt mal an das update gemacht und hat auch bis jetzt alles funktioniert.
ich bin jetzt bei punkt 5 wo es da heisst:
5. install/update_to_206.php ausführen
wenn ich die datei aufrufe bekomm ich immer folgenden output:
Code: Alles auswählen
Warning: main(./../includes/constants.php): failed to open stream: Permission denied in D:\inetpub\httproot\forum\install\update_to_206.php on line 52
Warning: main(): Failed opening './../includes/constants.php' for inclusion (include_path='.;c:\php4\pear') in D:\inetpub\httproot\forum\install\update_to_206.php on line 52
Warning: main(./../includes/functions.php): failed to open stream: Permission denied in D:\inetpub\httproot\forum\install\update_to_206.php on line 53
Warning: main(): Failed opening './../includes/functions.php' for inclusion (include_path='.;c:\php4\pear') in D:\inetpub\httproot\forum\install\update_to_206.php on line 53
Warning: main(./../includes/functions_search.php): failed to open stream: Permission denied in D:\inetpub\httproot\forum\install\update_to_206.php on line 55
Warning: main(): Failed opening './../includes/functions_search.php' for inclusion (include_path='.;c:\php4\pear') in D:\inetpub\httproot\forum\install\update_to_206.php on line 55
(Updating to latest stable release)
Information
Database type :: mysql
Notice: Use of undefined constant CONFIG_TABLE - assumed 'CONFIG_TABLE' in D:\inetpub\httproot\forum\install\update_to_206.php on line 114
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in D:\inetpub\httproot\forum\db\mysql.php on line 117
Couldn't obtain version info
und was der pfad <include_path='.;c:\php4\pear'> bedeuten soll ist mir auch ein rätsel.
an den zeilen 52, 53 und 55 in der update_to_2.0.6.php steht:
Code: Alles auswählen
52 include($phpbb_root_path . 'includes/constants.'.$phpEx);
53 include($phpbb_root_path . 'includes/functions.'.$phpEx);
54 include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
55 include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
weiss da jemand rat ??