From: <To...@we...> - 2008-07-29 15:03:46
|
Hello Franky, i`ve just chose a css design, which was successfully shown in the demo, but on my server is always a blank white page with my questions. Where do i change the layout? Which file is importent? i`ve modified the default.css file i chose in the beginning of survey creation and tried to change the background colour but failed although the path is given in phpesp.ini.php. Here an outtake: ---------------------------------------------------------------------------------------- Here are all the configuration options. */ // use http or https? $ESPCONFIG['proto'] = 'http://'; // Base URL for phpESP $ESPCONFIG['localhost'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . 'workdir/phpESP/'; // URL of the images directory (for <img src='...'> tags) $ESPCONFIG['image_url'] = $ESPCONFIG['base_url'] . 'images/'; // URL of the automatic survey publisher $ESPCONFIG['autopub_url'] = $ESPCONFIG['base_url'] . 'public/survey.php'; // URL of the CSS directory (for themes) $ESPCONFIG['css_url'] = $ESPCONFIG['base_url'] . 'public/css/'; //URL for management javascript $ESPCONFIG['js_url'] = $ESPCONFIG['base_url'] . 'js/'; ---------------------------------------------------------------------------------------- Outtake out of test.php: ---------------------------------------------------------------------------------------- PHP Information * Version: 5.2.3 * OS: WINNT * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: Yes * open_basedir: PHP Extensions * dBase: No * GD: Yes -- bundled (2.0.34 compatible) * GNU Gettext: Yes * LDAP: No * MySQL: Yes * PHP Extension Dir (compiled): xxx\php5 * PHP Extension Dir (run time): xxx\php\ext\ phpESP Settings * Expected ESP_BASE: xxx\phpESP/ * Expected base_url: xxx/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: xxx\phpESP/ * base_url: Notice: Undefined index: xxx\phpESP\admin\test.php on line 136 * Version: 2.0.2 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: de_DE * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) * GNU Gettext test: %%%% Gettext Test fehlgeschlagen * Catalog Open Test: Yes PHP Session Test * session.save_path: xxx\tmp * Counter: 2 ---------------------------------------------------------------------------------------------------------- web server is Apache 2.xxx, i`m sry that i can`t tell you the exact server version but the server is located in another building and they got already leisure-time. O.O i`m very thankful for any consideration. regards, Tom _________________________________________________________________________ In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114 |
From: Matthew G. <mat...@gm...> - 2008-07-29 17:10:44
|
Can You send me the URL of the site so I can access? On Tue, 2008-07-29 at 17:03 +0200, To...@we... wrote: > Hello Franky, > > i`ve just chose a css design, which was successfully shown in the demo, but on my server is always a blank white page with my questions. > Where do i change the layout? Which file is importent? i`ve modified the default.css file i chose in the beginning of survey creation and tried to change the background colour but failed although the path is given in phpesp.ini.php. > Here an outtake: > > ---------------------------------------------------------------------------------------- > Here are all the configuration options. > */ > > // use http or https? > $ESPCONFIG['proto'] = 'http://'; > > // Base URL for phpESP > $ESPCONFIG['localhost'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . 'workdir/phpESP/'; > > // URL of the images directory (for <img src='...'> tags) > $ESPCONFIG['image_url'] = $ESPCONFIG['base_url'] . 'images/'; > > // URL of the automatic survey publisher > $ESPCONFIG['autopub_url'] = $ESPCONFIG['base_url'] . 'public/survey.php'; > > // URL of the CSS directory (for themes) > $ESPCONFIG['css_url'] = $ESPCONFIG['base_url'] . 'public/css/'; > > //URL for management javascript > $ESPCONFIG['js_url'] = $ESPCONFIG['base_url'] . 'js/'; > ---------------------------------------------------------------------------------------- > > > > Outtake out of test.php: > > ---------------------------------------------------------------------------------------- > PHP Information > > * Version: 5.2.3 > * OS: WINNT > * SAPI: apache2handler > * register_globals: No > * magic_quotes_gpc: Yes > * magic_quotes_runtime: No > * safe_mode: Yes > * open_basedir: > > PHP Extensions > > * dBase: No > * GD: Yes -- bundled (2.0.34 compatible) > * GNU Gettext: Yes > * LDAP: No > * MySQL: Yes > * PHP Extension Dir (compiled): xxx\php5 > * PHP Extension Dir (run time): xxx\php\ext\ > > phpESP Settings > > * Expected ESP_BASE: xxx\phpESP/ > * Expected base_url: xxx/phpESP/ > * Loading phpESP.ini.php ... > * ESP_BASE: xxx\phpESP/ > * base_url: > Notice: Undefined index: xxx\phpESP\admin\test.php on line 136 > * Version: 2.0.2 > * Debug: No > > phpESP Language Settings > > * GNU Gettext: Real > * default_lang: en_US > * current lang: de_DE > * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE > (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) > * GNU Gettext test: %%%% Gettext Test fehlgeschlagen > * Catalog Open Test: Yes > > PHP Session Test > > * session.save_path: xxx\tmp > * Counter: 2 > ---------------------------------------------------------------------------------------------------------- > web server is Apache 2.xxx, > i`m sry that i can`t tell you the exact server version but the server is located in another building and they got already leisure-time. O.O > i`m very thankful for any consideration. > > regards, > > Tom > _________________________________________________________________________ > In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! > Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114 > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: Franky V. L. <lie...@te...> - 2008-07-29 18:01:01
|
You have an error in your config: $ESPCONFIG['localhost'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . 'workdir/phpESP/'; should be: $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . 'workdir/phpESP/'; Franky On Tue, 29 Jul 2008 17:03:46 +0200 To...@we... wrote: > Hello Franky, > > i`ve just chose a css design, which was successfully shown in the > demo, but on my server is always a blank white page with my > questions. Where do i change the layout? Which file is importent? > i`ve modified the default.css file i chose in the beginning of survey > creation and tried to change the background colour but failed > although the path is given in phpesp.ini.php. Here an outtake: > > ---------------------------------------------------------------------------------------- > Here are all the configuration options. > */ > > // use http or https? > $ESPCONFIG['proto'] = 'http://'; > > // Base URL for phpESP > $ESPCONFIG['localhost'] = $ESPCONFIG['proto'] . > $server['HTTP_HOST'] . 'workdir/phpESP/'; > > // URL of the images directory (for <img src='...'> tags) > $ESPCONFIG['image_url'] = $ESPCONFIG['base_url'] . 'images/'; > > // URL of the automatic survey publisher > $ESPCONFIG['autopub_url'] = $ESPCONFIG['base_url'] . > 'public/survey.php'; > > // URL of the CSS directory (for themes) > $ESPCONFIG['css_url'] = $ESPCONFIG['base_url'] . 'public/css/'; > > //URL for management javascript > $ESPCONFIG['js_url'] = $ESPCONFIG['base_url'] . 'js/'; > ---------------------------------------------------------------------------------------- |