![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
Moin Forum, ich habe die Extension th_mailform_plus local installiert unter TYPO3 4.0.2. Wenn ich die Extension aufrufen will, über das Icon im Menu links, bekomme ich die folgende Fehlermeldung: Error in init.php: Path to TYPO3 main dir could not be resolved correctly. This happens if the last 6 characters of this path, /homepages/xy/abcdefghij/htdocs/devel/typo3conf/, (\$temp_path) is NOT "typo3/" for some reason. You may have a strange server configuration. Or maybe you didn't set constant TYPO3_MOD_PATH in your module? If you expect any help from anybody on this issue, you should save this page as an html document and send it along with your request for help! Array ( [TYPO3_OS] => [PATH_thisScript] => /homepages/xy/abcdefghij/htdocs/devel/typo3conf/ext/th_mailformplus/mod1/index.php [php_sapi_name()] => cgi [TYPO3_MOD_PATH] => ext/th_mailformplus/mod1/ [PATH_TRANSLATED] => /homepages/xy/abcdefghij/htdocs/devel/typo3conf/ext/th_mailformplus/mod1/index.php [SCRIPT_FILENAME] => /usr/local/apache/share/cgi-bin/php4 ) Wo muss ich jetzt was anpassen? Danke für die Hilfe Gruß Frank |
| Sponsored Links |
![]() TYPO3 Forum.net empfiehlt domainFactory als Hoster! |
|
#2
| |||
| |||
| problem gelöst . Thread kann geschlossen werden.Gruß Frank |
|
#3
| ||||
| ||||
| hi ![]() und wie? habe nämlich gerade den gleichen fehler mit dieser extension... würde mcih freuen von dir zu hören / lesen ![]() DANK, kai
__________________ get.content.right |
|
#4
| |||
| |||
| um dieses Problem zu lösen, hatte ich den Author angeschrieben, der mir den folgenden workaround geschickt hat. Bei mir wurde das hiermit gelöst ![]() strange.... [SCRIPT_FILENAME] => /usr/local/apache/share/cgi-bin/php4 this might be the problem because i have the following in mod1/conf.php: if (substr_count($_SERVER['SCRIPT_FILENAME'], 'typo3conf') > 0) { define('TYPO3_MOD_PATH', '../typo3conf/ext/th_mailformplus/mod1/'); } else { define('TYPO3_MOD_PATH', 'ext/th_mailformplus/mod1/'); } since your SCRIPT_FILENAME path does not contain "typo3conf" the TYPO3_MOD_PATH is set to "ext/th_mailformplus/mod1/" - which is not correct in your case because you have installed the ext. in the "local" ext. dir (typo3conf/ext). quick fix: just write define('TYPO3_MOD_PATH', '../typo3conf/ext/th_mailformplus/mod1/'); below of the lines i posted before. this sets the mod-path hardcoded to "typo3conf/ext/..." (local installation). this should help. ciao,peter |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Multiple Checkbox Problem beim Aufruf | vario | Extension modifizieren oder neu erstellen | 0 | 06.02.07 12:41 |
| ve_guestbook: Fehler beim Aufruf des Gästebuches?! | lemon | Alle anderen Extensions | 3 | 09.01.07 15:23 |
| Fehler beim ausgeben des Arrays | ruthy | Extension modifizieren oder neu erstellen | 2 | 13.07.06 11:41 |
| Fehler beim Anlegen des Sysfolders | VolkerG | TYPO3 4.x Fragen und Probleme | 4 | 16.04.06 23:23 |
| CHC Forum Fehler beim Kategorienanlegen | leon138 | chc_forum | 3 | 29.01.06 12:35 |