Upload geht nicht!!!

Please post general support questions for the phpBB3 core system on phpBB.com!
Bitte allgemeine Supportanfragen zu phpBB3 auf phpBB.de stellen!
Forum rules
Please post general support questions for the phpBB3 core system on phpBB.com!
Bitte allgemeine Supportanfragen zu phpBB3 auf phpBB.de stellen!
User avatar

kendoo
Tester
Posts: 121
Joined: 31. December 2007 13:25
Location: Hannover
Contact:

Re: Upload geht nicht!!!

Post by kendoo »

nicht die config Datei sondern die Tabelle,
mfg Kendoo

Tragt Euch in unsere Topliste ein
Image
Community
KFA Board

Topic author
dennyk20
Active Member
Posts: 25
Joined: 9. January 2008 17:38

Re: Upload geht nicht!!!

Post by dennyk20 »

hmm an der habe ich nichts verändert!

diese meinst du: :-)

Code: Select all

CREATE TABLE IF NOT EXISTS `phpbb_config` (
  `config_name` varchar(255) collate utf8_bin NOT NULL default '',
  `config_value` varchar(255) collate utf8_bin NOT NULL default '',
  `is_dynamic` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`config_name`),
  KEY `is_dynamic` (`is_dynamic`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Daten für Tabelle `phpbb_config`
--

INSERT INTO `phpbb_config` (`config_name`, `config_value`, `is_dynamic`) VALUES
('active_sessions', '0', 0),
('allow_attachments', '1', 0),
('allow_autologin', '1', 0),
('allow_avatar_local', '1', 0),
('allow_avatar_remote', '0', 0),
('allow_avatar_upload', '1', 0),
('allow_bbcode', '1', 0),
('allow_birthdays', '1', 0),
('allow_bookmarks', '1', 0),
('allow_emailreuse', '0', 0),
('allow_forum_notify', '1', 0),
('allow_mass_pm', '1', 0),
('allow_name_chars', 'USERNAME_CHARS_ANY', 0),
('allow_namechange', '0', 0),
('allow_nocensors', '0', 0),
('allow_pm_attach', '0', 0),
('allow_post_flash', '1', 0),
('allow_post_links', '1', 0),
('allow_privmsg', '1', 0),
('allow_sig', '1', 0),
('allow_sig_bbcode', '1', 0),
('allow_sig_flash', '0', 0),
('allow_sig_img', '1', 0),
('allow_sig_links', '1', 0),
('allow_sig_pm', '1', 0),
('allow_sig_smilies', '1', 0),
('allow_smilies', '1', 0),
('allow_topic_notify', '1', 0),
('attachment_quota', '209715200', 0),
('auth_bbcode_pm', '1', 0),
('auth_flash_pm', '0', 0),
('auth_img_pm', '1', 0),
('auth_method', 'db', 0),
('auth_smilies_pm', '1', 0),
('avatar_filesize', '40000', 0),
('avatar_gallery_path', 'images/avatars/gallery', 0),
('avatar_max_height', '150', 0),
('avatar_max_width', '150', 0),
('avatar_min_height', '20', 0),
('avatar_min_width', '20', 0),
('avatar_path', 'images/avatars/upload', 0),
('avatar_salt', '44ebffbea56201918710fcdf779f289f', 0),
('board_contact', 'sweety@elterntratsch.de', 0),
('board_disable', '0', 0),
('board_disable_msg', '', 0),
('board_dst', '0', 0),
('board_email', 'sweety@elterntratsch.de', 0),
('board_email_form', '0', 0),
('board_email_sig', '', 0),
('board_hide_emails', '0', 0),
('board_timezone', '1', 0),
('browser_check', '1', 0),
('bump_interval', '10', 0),
('bump_type', 'd', 0),
('cache_gc', '7200', 0),
('captcha_gd', '1', 0),
('captcha_gd_foreground_noise', '0', 0),
('captcha_gd_x_grid', '25', 0),
('captcha_gd_y_grid', '25', 0),
('check_dnsbl', '0', 0),
('chg_passforce', '0', 0),
('cookie_domain', '.elterntratsch.de', 0),
('cookie_name', 'phpbb3_an3lf', 0),
('cookie_path', '/', 0),
('cookie_secure', '0', 0),
('coppa_enable', '0', 0),
('coppa_fax', '', 0),
('coppa_mail', '', 0),
('database_gc', '604800', 0),
('default_dateformat', 'D M d, Y g:i a', 0),
('default_style', '2', 0),
('display_last_edited', '1', 0),
('display_order', '0', 0),
('edit_time', '30', 0),
('email_check_mx', '1', 0),
('email_enable', '1', 0),
('email_function_name', 'mail', 0),
('email_package_size', '50', 0),
('enable_confirm', '1', 0),
('enable_pm_icons', '1', 0),
('enable_post_confirm', '1', 0),
('flood_interval', '15', 0),
('force_server_vars', '0', 0),
('forward_pm', '1', 0),
('forwarded_for_check', '0', 0),
('full_folder_action', '2', 0),
('fulltext_mysql_max_word_len', '254', 0),
('fulltext_mysql_min_word_len', '4', 0),
('fulltext_native_common_thres', '5', 0),
('fulltext_native_load_upd', '1', 0),
('fulltext_native_max_chars', '14', 0),
('fulltext_native_min_chars', '3', 0),
('gzip_compress', '0', 0),
('hot_threshold', '25', 0),
('icons_path', 'images/icons', 0),
('img_create_thumbnail', '0', 0),
('img_display_inlined', '1', 0),
('img_imagick', '', 0),
('img_link_height', '0', 0),
('img_link_width', '0', 0),
('img_max_height', '600', 0),
('img_max_thumb_width', '400', 0),
('img_max_width', '500', 0),
('img_min_thumb_filesize', '12000', 0),
('ip_check', '4', 0),
('jab_enable', '0', 0),
('jab_host', '', 0),
('jab_password', '', 0),
('jab_package_size', '20', 0),
('jab_port', '5222', 0),
('jab_use_ssl', '0', 0),
('jab_username', '', 0),
('ldap_base_dn', '', 0),
('ldap_email', '', 0),
('ldap_password', '', 0),
('ldap_port', '', 0),
('ldap_server', '', 0),
('ldap_uid', '', 0),
('ldap_user', '', 0),
('ldap_user_filter', '', 0),
('limit_load', '0', 0),
('limit_search_load', '0', 0),
('load_anon_lastread', '0', 0),
('load_birthdays', '1', 0),
('load_cpf_memberlist', '0', 0),
('load_cpf_viewprofile', '1', 0),
('load_cpf_viewtopic', '1', 0),
('load_db_lastread', '1', 0),
('load_db_track', '1', 0),
('load_jumpbox', '1', 0),
('load_moderators', '1', 0),
('load_online', '1', 0),
('load_online_guests', '1', 0),
('load_online_time', '5', 0),
('load_onlinetrack', '1', 0),
('load_search', '1', 0),
('load_tplcompile', '1', 0),
('load_user_activity', '1', 0),
('max_attachments', '5', 0),
('max_attachments_pm', '1', 0),
('max_autologin_time', '0', 0),
('max_filesize', '262144', 0),
('max_filesize_pm', '262144', 0),
('max_login_attempts', '3', 0),
('max_name_chars', '20', 0),
('max_pass_chars', '30', 0),
('max_poll_options', '10', 0),
('max_post_chars', '60000', 0),
('max_post_font_size', '200', 0),
('max_post_img_height', '0', 0),
('max_post_img_width', '0', 0),
('max_post_smilies', '0', 0),
('max_post_urls', '0', 0),
('max_quote_depth', '0', 0),
('max_reg_attempts', '5', 0),
('max_sig_chars', '255', 0),
('max_sig_font_size', '200', 0),
('max_sig_img_height', '0', 0),
('max_sig_img_width', '0', 0),
('max_sig_smilies', '0', 0),
('max_sig_urls', '5', 0),
('min_name_chars', '3', 0),
('min_pass_chars', '5', 0),
('min_search_author_chars', '3', 0),
('override_user_style', '1', 0),
('pass_complex', 'PASS_TYPE_ANY', 0),
('pm_edit_time', '0', 0),
('pm_max_boxes', '4', 0),
('pm_max_msgs', '50', 0),
('posts_per_page', '10', 0),
('print_pm', '1', 0),
('queue_interval', '600', 0),
('ranks_path', 'images/ranks', 0),
('require_activation', '1', 0),
('script_path', '/', 0),
('search_block_size', '250', 0),
('search_gc', '7200', 0),
('search_indexing_state', '', 0),
('search_interval', '0', 0),
('search_anonymous_interval', '0', 0),
('search_type', 'fulltext_native', 0),
('search_store_results', '1800', 0),
('secure_allow_deny', '1', 0),
('secure_allow_empty_referer', '1', 0),
('secure_downloads', '0', 0),
('server_name', 'www.elterntratsch.de', 0),
('server_port', '80', 0),
('server_protocol', 'http://', 0),
('session_gc', '3600', 0),
('session_length', '3600', 0),
('site_desc', '', 0),
('sitename', 'www.elterntratsch.de', 0),
('smilies_path', 'images/smilies', 0),
('smtp_auth_method', 'PLAIN', 0),
('smtp_delivery', '0', 0),
('smtp_host', '', 0),
('smtp_password', '', 0),
('smtp_port', '25', 0),
('smtp_username', '', 0),
('topics_per_page', '25', 0),
('tpl_allow_php', '0', 0),
('upload_icons_path', 'images/upload_icons', 0),
('upload_path', 'files', 0),
('version', '3.0.0', 0),
('warnings_expire_days', '90', 0),
('warnings_gc', '14400', 0),
('cache_last_gc', '1202394499', 1),
('cron_lock', '0', 1),
('database_last_gc', '1202200685', 1),
('last_queue_run', '1202324735', 1),
('newest_user_colour', '', 1),
('newest_user_id', '164', 1),
('newest_username', 'Testuser', 1),
('num_files', '139', 1),
('num_posts', '6549', 1),
('num_topics', '740', 1),
('num_users', '89', 1),
('rand_seed', 'af8e4db2ab1c8c9869d150728b3459ab', 1),
('rand_seed_last_update', '1202394623', 1),
('record_online_date', '1190658237', 1),
('record_online_users', '18', 1),
('search_last_gc', '1202388199', 1),
('session_last_gc', '1202392530', 1),
('upload_dir_size', '6351899', 1),
('warnings_last_gc', '1202380416', 1),
('board_startdate', '1190047440', 0),
('default_lang', 'de', 0),
('form_token_lifetime', '7200', 0),
('form_token_mintime', '0', 0),
('min_time_reg', '5', 0),
('min_time_terms', '2', 0),
('form_token_sid_guests', '1', 0),
('wwh_record_ips', '28', 1),
('wwh_record_time', '1202247461', 1),
('wwh_disp_bots', '1', 0),
('wwh_disp_guests', '1', 0),
('wwh_disp_time', '1', 0),
('wwh_version', '1', 0),
('wwh_del_time', '86400', 0),
('wwh_sort_by', '3', 0),
('wwh_record', '1', 0),
('wwh_reset_time', '1', 0),
('wwh_mod_version', '6.0.4', 0);
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Upload geht nicht!!!

Post by Kevin »

Das an dem besagten Wochenende ein Serverumzug statt fand würde mich schon mal misstrauisch machen.

Was ich, zur Fehlereingrenzung, mal machen würde:
Ein nagelneues phpBB3 in einem Unterverzeichnis deines Forums, mit anderem Prefix installieren --> testen ob Uploads funktionieren oder nicht.
Wenn nicht --> Provider auf die Füße treten.
Wenn ja --> weitere Fehlersuche. ;)

Aber dann wüsstest du schon mal wo du ansetzen sollst - beim Provider (Server) oder bei deiner phpBB Installation. Und eine Testinstallation ist ja ratz-fatz gemacht.
Hast du sonst evtl andere Scripte auf dem Server laufen, in denen man auch was hochladen kann? Wenn ja - damit schon mal geprüft?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
dennyk20
Active Member
Posts: 25
Joined: 9. January 2008 17:38

Re: Upload geht nicht!!!

Post by dennyk20 »

So der fehler ist behoben es lag am server. Hier die antwort meines Providers: Hallo Herr D.....,

es hat solange gedauert, da ich zuerst ihre ganze php.ini durchgehen wollte.
Dann habe ich mich aber entschlossen Ihnen unsere neue zur Verfügung zu
stellen, die auch auf den neuen Servern zum Einsatz kommt. Server 4 ist ja
jetzt auch neu. Demnach kann ich nur vermuten es hat entweder etwas mit
Suhosin zu tun gehabt oder mit irgendeiner Buffer? einstellung.

In dem Sinne hat sich die Übernahme der alten PHP Einstellungen vorerst als
negativ herausgestellt.


Danke nochmal für die hilfe :-)
Locked

Return to “General phpBB3 Support”