[TYPO3-project-seminars] problem with seminar registration release 0.7.1 ameos_formidable exception
Jan Huntgeburth
jan at huntgeburth.net
Mon Feb 2 13:19:52 CET 2009
sorry, in English:
Hallo guys,
I have succesfully installed the seminar manager (release 0.7.1) and the prerequisites (oelib, ameos_formidable,...). ListView and DetailView work fine. Dbal is imported, but not installed.
The following problem occured when a user tries to apply for a seminar (Veranstaltungsanmeldung).
warnings and errors:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/typo3conf/ext/seminars/pi1/registration_editor_step1.xml) is not within the allowed path(s): (/srv/www/htdocs/web34/html/:/srv/www/htdocs/web34/phptmp/:/srv/www/htdocs/web34/files/:/srv/www/htdocs/web34/atd/:/srv/www/htdocs/typo3/) in /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php on line 6052
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/typo3conf/ext/ameos_formidable/res/jsfwk/minified/formidable.minified.js) is not within the allowed path(s): (/srv/www/htdocs/web34/html/:/srv/www/htdocs/web34/phptmp/:/srv/www/htdocs/web34/files/:/srv/www/htdocs/web34/atd/:/srv/www/htdocs/typo3/) in /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php on line 6052
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/typo3conf/ext/ameos_formidable/res/jsfwk/minified/formidable.minified.js) is not within the allowed path(s): (/srv/www/htdocs/web34/html/:/srv/www/htdocs/web34/phptmp/:/srv/www/htdocs/web34/files/:/srv/www/htdocs/web34/atd/:/srv/www/htdocs/typo3/) in /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php on line 6052
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/typo3conf/ext/ameos_formidable/res/jsfwk/minified/formidable.minified.js.gz) is not within the allowed path(s): (/srv/www/htdocs/web34/html/:/srv/www/htdocs/web34/phptmp/:/srv/www/htdocs/web34/files/:/srv/www/htdocs/web34/atd/:/srv/www/htdocs/typo3/) in /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php on line 6052
Fatal error: Uncaught exception 'Exception' with message '$className must not be empty.' in /srv/www/htdocs/web34/html/typo3conf/ext/oelib/class.tx_oelib_Autoloader.php:45 Stack trace: #0 [internal function]: tx_oelib_Autoloader::load('') #1 [internal function]: spl_autoload_call('') #2 /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.jslayer.php(83): method_exists('', 'isAdmin') #3 /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.mainrenderer.php(25): formidable_jslayer->_includeThisFormDesc() #4 /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php(1401): formidable_mainrenderer->_includeLibraries() #5 /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php(3279): tx_ameosformidable->_includeLibraries() #6 /srv/www/htdocs/web34/html/typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php(3110): tx_ameosformidable->_render() #7 /srv/www/htdocs/web34/html/typo3conf/ext/seminars/pi1/class.tx_seminars_pi1_re in /srv/www/htdocs/web34/html/typo3conf/ext/oelib/class.tx_oelib_Autoloader.php on line 45
I guess that warnings occur because PHP error reporting is configured on a high level (E_ALL). In contrast I haven't got a clue about the Exception thrown in ameos_formidable/api/class.jslayer.php on line 83
"if(isset($GLOBALS["BE_USER"]) && method_exists($GLOBALS["BE_USER"], "isAdmin") && $GLOBALS["BE_USER"]->isAdmin()) {}"
This is my configuration:
plugin.tx_seminars.attendancesPID=173
plugin.tx_seminars_pi1.registerPID=178
plugin.tx_seminars_pi1.thankYouAfterRegistrationPID=179
plugin.tx_seminars_pi1.pageToShowAfterUnregistrationPID=180
plugin.tx_seminars_pi1.listPID=174
plugin.tx_seminars_pi1.detailPID=181
plugin.tx_seminars_pi1.loginPID=174
plugin.tx_seminars_pi1.myEventsPID=174
plugin.tx_newloginbox_pi1.storagePid=173
Do you have any suggestions?
Thank you and Best Wishes
Jan
More information about the TYPO3-project-seminars
mailing list