Hi,
when I select on Windows "expert installation", the last question is
"Make external links clickable?".
But there is no submit button.
"Simple installation" works, but then in the admin-suite on the administration / configuration page is the last entry "Is serendipity embedded?". Again no submit button.
Thanks in advance!
Chris
Expert installation: NO Submit Button
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Expert installation: NO Submit Button
This sounds very much like a broken page output. Have you looked at the HTML output? Does it also stop in between?
If yes, you should look into your PHP/Webserver error logfile, as it sounds as if your PHP is coredumping or erroring out.
Regards,
Garvin
If yes, you should look into your PHP/Webserver error logfile, as it sounds as if your PHP is coredumping or erroring out.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Expert installation: NO Submit Button
Yes, that's it.garvinhicking wrote:This sounds very much like a broken page output. Have you looked at the HTML output? Does it also stop in between?
If yes, you should look into your PHP/Webserver error logfile, as it sounds as if your PHP is coredumping or erroring out.
Code: Select all
[Sun Mar 05 16:05:37 2006] [error] [client 127.0.0.1] File does not exist: c:/programme/apache group/apache/htdocs/blog/serendipity/serendipity_admin.phpnonexistant-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Expert installation: NO Submit Button
This entry in the error log is only a file that Serendipity tries to access to see if URL Rewriting on the server is possible.
If the output of the HTML stops in between, you have a serous webserver problem, as PHP is coredumping/Segfaulting. You'll need to throughly inspect that, make tests with other PHP versions or other Apache/IIS versions, or try to search your system log for errors.
You showed a snippet of the Apache errorlog, which does not contain that information. On unix systems you would need to inspect the /var/log/syslog and the PHP error log, for example.
Regards,
Garvin
If the output of the HTML stops in between, you have a serous webserver problem, as PHP is coredumping/Segfaulting. You'll need to throughly inspect that, make tests with other PHP versions or other Apache/IIS versions, or try to search your system log for errors.
You showed a snippet of the Apache errorlog, which does not contain that information. On unix systems you would need to inspect the /var/log/syslog and the PHP error log, for example.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
The problem is that all PHP applications do not share the same code, so depending on which Code calls they make, the one script works and the other doesn't.
If you could please edit your php.ini file and enable the 'error_log' and 'display_errors' and set the 'error_level' to E_ALL you might find additional information in your PHP specified error logfile...
HTH,
Garvin
If you could please edit your php.ini file and enable the 'error_log' and 'display_errors' and set the 'error_level' to E_ALL you might find additional information in your PHP specified error logfile...
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/