Installationsprobleme 3.0.6

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
martin_oo1
Mitglied
Beiträge: 1
Registriert: 28.04.2009 22:14

Installationsprobleme 3.0.6

Beitrag von martin_oo1 »

huhu,

ich habe ein problem und zwar kann ich alle phpbb3 versionen installieren ohne probleme ausser die 3.0.6 und zwar folgendes.

fehlermeldungen beim installieren fehler 399 und danach ist zwar forum da aber ich komm nicht bei captcha rein und er zeigt mir auch dort fehler.

installation:

Code: Alles auswählen

Schwerer Installations-Fehler

index.php [ 399 ]

Module "" not accessible.
beim abschließenden schritt.

und danach halt:

auch captcha generell geht nicht.

Code: Alles auswählen

phpBB Debug] PHP Notice: in file /includes/captcha/captcha_factory.php on line 36: phpbb_captcha_factory::include() [function.phpbb-captcha-factory-include]: Unable to access ./../includes/captcha/plugins/_plugin.php
[phpBB Debug] PHP Notice: in file /includes/captcha/captcha_factory.php on line 36: phpbb_captcha_factory::include(./../includes/captcha/plugins/_plugin.php) [function.phpbb-captcha-factory-include]: failed to open stream: Success
[phpBB Debug] PHP Notice: in file /includes/captcha/captcha_factory.php on line 36: phpbb_captcha_factory::include() [function.include]: Failed opening './../includes/captcha/plugins/_plugin.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
[phpBB Debug] PHP Notice: in file /includes/captcha/captcha_factory.php on line 38: call_user_func(::get_instance) [function.call-user-func]: First argument is expected to be a valid callback

Fatal error: Call to a member function get_demo_template() on a non-object in /var/www/web266/html/includes/acp/acp_captcha.php on line 123
übers admin panel bei captchas

Code: Alles auswählen

Configuration
PHP Core
Directive	Local Value	Master Value
allow_call_time_pass_reference	On	On
allow_url_fopen	On	On
allow_url_include	Off	Off
always_populate_raw_post_data	Off	Off
arg_separator.input	&	&
arg_separator.output	&	&
asp_tags	Off	Off
auto_append_file	no value	no value
auto_globals_jit	On	On
auto_prepend_file	no value	no value
browscap	no value	no value
default_charset	no value	no value
default_mimetype	text/html	text/html
define_syslog_variables	Off	Off
disable_classes	no value	no value
disable_functions	system, exec, shell_exec, passthru	system, exec, shell_exec, passthru
display_errors	On	On
display_startup_errors	Off	Off
doc_root	no value	no value
docref_ext	no value	no value
docref_root	no value	no value
enable_dl	On	On
error_append_string	no value	no value
error_log	no value	no value
error_prepend_string	no value	no value
error_reporting	6135	6135
expose_php	On	On
extension_dir	/usr/lib/php5/20060613	/usr/lib/php5/20060613
file_uploads	On	On
highlight.bg	#FFFFFF	#FFFFFF
highlight.comment	#FF8000	#FF8000
highlight.default	#0000BB	#0000BB
highlight.html	#000000	#000000
highlight.keyword	#007700	#007700
highlight.string	#DD0000	#DD0000
html_errors	On	On
ignore_repeated_errors	Off	Off
ignore_repeated_source	Off	Off
ignore_user_abort	Off	Off
implicit_flush	Off	Off
include_path	.:/usr/share/php:/usr/share/pear	.:/usr/share/php:/usr/share/pear
log_errors	Off	Off
log_errors_max_len	1024	1024
magic_quotes_gpc	On	On
magic_quotes_runtime	Off	Off
magic_quotes_sybase	Off	Off
mail.force_extra_parameters	no value	no value
max_execution_time	30	30
max_input_time	60	60
memory_limit	32M	32M
open_basedir	no value	no value
output_buffering	no value	no value
output_handler	no value	no value
post_max_size	8M	8M
precision	12	12
realpath_cache_size	16K	16K
realpath_cache_ttl	120	120
register_argc_argv	On	On
register_globals	On	On
register_long_arrays	On	On
report_memleaks	On	On
report_zend_debug	On	On
safe_mode	On	On
safe_mode_exec_dir	no value	no value
safe_mode_gid	Off	Off
safe_mode_include_dir	no value	no value
sendmail_from	no value	no value
sendmail_path	/usr/sbin/sendmail -t -i 	/usr/sbin/sendmail -t -i 
serialize_precision	100	100
short_open_tag	On	On
SMTP	localhost	localhost
smtp_port	25	25
sql.safe_mode	Off	Off
track_errors	Off	Off
unserialize_callback_func	no value	no value
upload_max_filesize	2M	2M
upload_tmp_dir	/var/www/web266/phptmp/	/var/www/web266/phptmp/
user_dir	no value	no value
variables_order	EGPCS	EGPCS
xmlrpc_error_number	0	0
xmlrpc_errors	Off	Off
y2k_compliance	On	On
zend.ze1_compatibility_mode	Off	Off
würde mich über hilfe freuen
Benutzeravatar
bantu
Server-Team
Beiträge: 7311
Registriert: 25.04.2006 16:12
Wohnort: Karlsruhe

Re: Installationsprobleme 3.0.6

Beitrag von bantu »

Es handelt sich dabei um einen Bug in Version 3.0.6. Siehe http://www.phpbb.com/bugs/phpbb3/54815 für die Details.

Um das Problem zu lösen kannst du nach der Installation die folgende SQL-Abfrage ausführen (z.b. via phpMyAdmin).

Code: Alles auswählen

UPDATE config SET config_value = 'phpbb_captcha_nogd' WHERE config_name = 'captcha_plugin';
Alternativ kannst du das Board mit dem vorgegebenen Tabellenpräfix installieren (phpbb_), dann tritt das Problem nicht auf.

Ich würde dir jedenfalls empfehlen das Board nicht mit einem leeren Tabellenpräfix zu installieren.
Powered by Coffee
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“