![]() |
| | LinkBack | Themen-Optionen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
Hi, hab da ein Problem mit der Webseite, sobald ich die Seite aufrufe erscheint auf der Anfangsseite die Medung "Zugriff verweigert" als Meldung (Rest der Webseite wird ganz normal dargestellt, keine Fehler etc.). Wenn ich die Webseite mit F5 aktualisiere verschwindet dieses "Zugriff verweigert". Woran kann dies liegen. Mir ist zusätzlich noch aufgefallen, wenn ich mich auf dem Backend anmelde und mir den pHpMyAdmin anschaue habe ich folgende Fehlermeldungen: Notice: Undefined index: ORIG_PATH_INFO in D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php on line 10 Notice: Undefined index: ORIG_PATH_INFO in D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php:10) in D:\webs\network-partner\typo3\t3lib\class.t3lib_userauth.php on line 290 Warning: Cannot modify header information - headers already sent by (output started at D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php:10) in D:\webs\network-partner\typo3\t3lib\class.t3lib_userauth.php on line 291 Warning: Cannot modify header information - headers already sent by (output started at D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php:10) in D:\webs\network-partner\typo3\t3lib\class.t3lib_userauth.php on line 292 Warning: Cannot modify header information - headers already sent by (output started at D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php:10) in D:\webs\network-partner\typo3\t3lib\class.t3lib_userauth.php on line 293 Warning: Cannot modify header information - headers already sent by (output started at D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\conf.php:10) in D:\webs\network-partner\typo3\ext\phpmyadmin\modsub\index.php on line 86 Gruß Nik |
|
#2
| ||||
| ||||
| hast du die ext: phpmyadmin installiert??
__________________ The nice thing about Windows is - It doesnt' just crash, it displays a dialog box and lets you press 'OK' first. |
|
#3
| |||
| |||
| Hi, ja, die ext: phpmyadmin ist installiert. Was mich ja wundert ist, dass ich auf die Seite ohne Probleme komme (FE und BE), habe auf der Seite oben links nur eine kleiner Meldung : "Zugriff verweigert", wenn ich die Seite mit F5 aktualisiere ist diese wieder weg. Mir ist halt aufgefallen, dass ich halt diese Fehlermeldungen bei pHpMyAdmin habe. |
|
#4
| ||||
| ||||
| schau einfach mal bei ext\phpmyadmin\modsub\conf.php -- zeile 10 nach vielleicht erfährst du ja mehr wieso er den error schreibt.. generell würde ich die aber sowieso nicht empfehlen phpmyadmin über typo3 zu verwalten...
__________________ The nice thing about Windows is - It doesnt' just crash, it displays a dialog box and lets you press 'OK' first. |
|
#5
| |||
| |||
| hi, hmm hab mir mal die Datei angeschaut Da ich noch Newbie bin, muss ich zuerst mal schauen und entziffern was das alles sthet ich mach mal nen copy, vielleicht fällt einem sofort was auf .. <?php // Setting specific configuration for the third part module: $MCONF['phpMyAdminScript'] = ''; // or 'main.php','db_details.php' // Enter the script to load, if any $MCONF['phpMyAdminSubDir']=''; if (!isset($MCONF['extModInclude'])) {$MCONF['extModInclude']=0;} ## UN-COMMENT THIS LINE to activate phpMyAdmin! Please make sure the path is correct! ## (LOWERCASE!!) $MCONF['phpMyAdminSubDir'] = 'phpmyadmin-2.6.2/'; // Enter the subdirectory of the scripts (LOWERCASE!!) $script_name = (php_sapi_name()=='cgi'||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_INFO']?$_SERVER['ORIG_PATH_INFO']:$_SERVER['PATH_INFO']) ? ($_SERVER['ORIG_PATH_INFO']?$_SERVER['ORIG_PATH_INFO']:$_SERVER['PATH_INFO']) : ($_SERVER['ORIG_SCRIPT_NAME']?$_SERVER['ORIG_SCRIPT_NAME']:$_SERVER['SCRIPT_NAME']); if (strstr($script_name, 'phpmyadmin.css.php')) { $MCONF['phpMyAdminSubDir'] .= 'css/'; } // Almost regular configuration of the module. Only if $MCONF['extModInclude'] is set, then phpMyAdminSubDir is prepended to the TYPO3_MOD_PATH and '../' to BACK_PATH. If this is not correct, init.php will exit! define('TYPO3_MOD_PATH', 'ext/phpmyadmin/modsub/'.($MCONF['extModInclude']?$MCONF['phpMyAdminSubDir']:'')); $BACK_PATH='../../../'.($MCONF['extModInclude']?'../':''); $MLANG['default']['tabs_images']['tab'] = 'thirdparty_db.gif'; $MLANG['default']['ll_ref']='LLL:EXT:phpmyadmin/modsub/locallang_mod.php'; $MCONF['script']='index.php'; $MCONF['access']='admin'; $MCONF['name']='tools_txphpmyadmin'; ?> Gruss |
|
#6
| ||||
| ||||
| hmm...bei zeile 10 steht SERVER['ORIG_PATH_INFO'] ich bin zwar kein php programmierer aber vielleicht stimmt der pfad nicht...
__________________ The nice thing about Windows is - It doesnt' just crash, it displays a dialog box and lets you press 'OK' first. |
|
#7
| |||
| |||
| Hi, mit PHP habe ich auch so meine Probs, auch kein PHP-Hacker aber ich werde mal versuchen das zu enträtseln Gruss |
|
#8
| ||||
| ||||
| phpmyadmin selbst zu installieren würde glaub ich schneller gehen als den fehler zu finden ![]() phpMyAdmin | MySQL Database Administration Tool | www.phpmyadmin.net
__________________ The nice thing about Windows is - It doesnt' just crash, it displays a dialog box and lets you press 'OK' first. |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| ImageMagick (IM) ist installiert, das Typo3 Install Tool jedoch verweigert | josDesign | FAQ - Installation & Updates | 2 | 03.07.08 18:49 |
| Link-Popup im RTE: Zugriff verweigert | kuse | TYPO3 4.x Rich Text Editor | 0 | 22.05.08 13:19 |
| Zugriff auf Media-Ordner verweigert | king_pagel | Alle anderen Extensions | 0 | 16.10.07 16:12 |
| Install Tool Zugriff verweigert!! | typonewbe | TYPO3 4.x Installation und Updates | 2 | 29.06.07 09:12 |
| "Der Zugriff auf die angeforderte Datei wurde verweigert" | sissi | Alle anderen Extensions | 2 | 02.03.06 23:35 |