Admin page too slow or don't load complety

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
MoonBlossom
Regular
Posts: 8
Joined: Tue Jun 07, 2005 9:30 am

Admin page too slow or don't load complety

Post by MoonBlossom »

I dont know why the admin page takes so long to load and sometimes it doesnt loads completly. The only plug-in I added was the link list other than that is a new installation.

Here is a picture showing my problem

Image

I have refreshed the page many times and I'm still not able to finish configurating the blog.

I even had speed problems while installing the blog. Do you have any idea why is this ocurring?

Thank you.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Admin page too slow or don't load complety

Post by garvinhicking »

Can you look into the HTML sourcecode of that admin page and see where/how the code ends?

It seems your webserver is either segfaulting or it has connection problems. Especially if you say you got errors like that on installation...

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/
MoonBlossom
Regular
Posts: 8
Joined: Tue Jun 07, 2005 9:30 am

Post by MoonBlossom »

Thank you Garvin for replying. The last lines according to firefox viewsource thing are these:

Code: Select all

                <div>
                    <input class="direction_ltr" type="radio" id="serendipity_plugin_useSelectiontrue" name="serendipity[plugin][useSelection]" value="true"  title="Si" />
                        <label for="serendipity_plugin_useSelectiontrue">Si</label>
                    <input class="direction_ltr" type="radio" id="serendipity_plugin_useSelectionfalse" name="serendipity[plugin][useSelection]" value="false"  checked title="No" />
                        <label for="serendipity_plugin_useSelectionfalse">No</label>

                </div>
            </td>
        </tr>
        <tr>
            <td style="border-bottom: 1px solid #000000; vertical-align: top"><strong>Use cookies</strong>
                <br /><span  style="color: #5E7A94; font-size: 8pt;"> If you say TRUE, the tree uses cookies to remember it's state</span>
            </td>
            <td style="border-bottom: 1px solid #000000; vertical-align: middle;" width="250">

                <div>
                    <input class="direction_ltr" type="radio" id="serendipity_plugin_useCookiestrue" name="serendipity[plugin][useCookies]" value="true"  title="Si" />
                        <label for="serendipity_plugin_useCookiestrue">Si</label>
                    <input class="direction_ltr" type="radio" id="serendipity_plugin_useCookiesfalse" name="serendipity[plugin][useCookies]" value="false"  checked title="No" />
                        <label for="serendipity_plugin_useCookiesfalse">No</label>
                </div>
            </td>
        </tr>
It's not loading the rest of the page.

This server also has php nuke and it doesn't have this problem. Do you thing is server related or could it be that I did something wrong when I install s9y?

Thank you,
Brenda
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

To me it seems it is an server issue. In the serendipity code there's no reason why it should stop at that point.

Maybe the page sizes of your phpnuke are smaller? Does it use the same database?

Tell me about your server configuration: PHP version, webserver version, mysql version, operating system, memory size, preferrably a <?php phpinfo(); ?> output...

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/
MoonBlossom
Regular
Posts: 8
Joined: Tue Jun 07, 2005 9:30 am

Post by MoonBlossom »

Yes is using the same database.

Here is the php info()

Code: Select all

PHP Version 4.3.11

System 	Windows NT TRANSE 5.2 build 3790
Build Date 	Mar 30 2005 17:32:35
Server API 	ISAPI
Virtual Directory Support 	enabled
Configuration File (php.ini) Path 	c:\php\php.ini
PHP API 	20020918
PHP Extension 	20020429
Zend Extension 	20021010
Debug Build 	no
Thread Safety 	enabled
Registered PHP Streams 	php, http, ftp, compress.zlib

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

PHP Credits
Configuration
PHP Core
Directive	Local Value	Master Value
allow_call_time_pass_reference	On	On
allow_url_fopen	On	On
always_populate_raw_post_data	Off	Off
arg_separator.input	&	&
arg_separator.output	&	&
asp_tags	Off	Off
auto_append_file	no value	no value
auto_prepend_file	no value	no value
browscap	no value	no value
default_charset	no value	no value
default_mimetype	text/html	text/html
define_syslog_variables	Off	Off
disable_classes	no value	no value
disable_functions	no value	no value
display_errors	Off	Off
display_startup_errors	Off	Off
doc_root	no value	no value
docref_ext	no value	no value
docref_root	no value	no value
enable_dl	On	On
error_append_string	no value	no value
error_log	no value	no value
error_prepend_string	no value	no value
error_reporting	81	81
expose_php	On	On
extension_dir	./;c:\php\extensions	./;c:\php\extensions
file_uploads	On	On
gpc_order	GPC	GPC
highlight.bg	#FFFFFF	#FFFFFF
highlight.comment	#FF8000	#FF8000
highlight.default	#0000BB	#0000BB
highlight.html	#000000	#000000
highlight.keyword	#007700	#007700
highlight.string	#DD0000	#DD0000
html_errors	On	On
ignore_repeated_errors	Off	Off
ignore_repeated_source	Off	Off
ignore_user_abort	Off	Off
implicit_flush	Off	Off
include_path	.;c:\php\includes	.;c:\php\includes
log_errors	Off	Off
log_errors_max_len	1024	1024
magic_quotes_gpc	On	On
magic_quotes_runtime	Off	Off
magic_quotes_sybase	Off	Off
max_execution_time	30	30
max_input_time	60	60
open_basedir	no value	no value
output_buffering	no value	no value
output_handler	no value	no value
post_max_size	8M	8M
precision	12	12
register_argc_argv	On	On
register_globals	Off	Off
report_memleaks	On	On
safe_mode	Off	Off
safe_mode_exec_dir	no value	no value
safe_mode_gid	Off	Off
safe_mode_include_dir	no value	no value
sendmail_from	webservices@
sendmail_path	no value	no value
serialize_precision	100	100
short_open_tag	On	On
SMTP	216.117.152.129	216.117.152.129
smtp_port	25	25
sql.safe_mode	Off	Off
track_errors	Off	Off
unserialize_callback_func	no value	no value
upload_max_filesize	2M	2M
upload_tmp_dir	C:\PHP\uploadtemp	C:\PHP\uploadtemp
user_dir	no value	no value
variables_order	EGPCS	EGPCS
xmlrpc_error_number	0	0
xmlrpc_errors	Off	Off
y2k_compliance	On	On

ISAPI
Server Variable	Value
CONTENT_LENGTH 	0
PATH_TRANSLATED 	D:\WebSites\info.php
REMOTE_ADDR 	66.81.29.254
REMOTE_HOST 	66.81.29.254
REQUEST_METHOD 	GET
SERVER_NAME 	www..org
SERVER_PORT 	80
SERVER_PROTOCOL 	HTTP/1.1
SERVER_SOFTWARE 	Microsoft-IIS/6.0
APPL_MD_PATH 	/LM/W3SVC/2062576708/ROOT
APPL_PHYSICAL_PATH 	D:\WebSites\
INSTANCE_ID 	2062576708
INSTANCE_META_PATH 	/LM/W3SVC/2062576708
URL 	/info.php
ALL_HTTP 	HTTP_CONNECTION:keep-alive HTTP_KEEP_ALIVE:300 HTTP_ACCEPT:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip,deflate HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_COOKIE:disforia_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; admin=YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg%3D%3D; PHPSESSID=6e69526b5de401e72d0840be9fe0af59; user=; CNB_test1=value1; CNB_test2=value2; CNB_test3=value3; CNB_test4=value4 HTTP_HOST:www..org 
TTP_USER_AGENT:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
HTTPS 	off
SCRIPT_NAME 	/info.php
SERVER_PORT_SECURE 	0

bcmath
BCMath support 	enabled

calendar
Calendar support 	enabled

com
Directive	Local Value	Master Value
com.allow_dcom	Off	Off
com.autoregister_casesensitive	On	On
com.autoregister_typelib	Off	Off
com.autoregister_verbose	Off	Off
com.typelib_file	no value	no value

ctype
ctype functions 	enabled

ftp
FTP support 	enabled

mysql
MySQL Support	enabled
Active Persistent Links 	0
Active Links 	0
Client API version 	3.23.49

Directive	Local Value	Master Value
mysql.allow_persistent	On	On
mysql.connect_timeout	60	60
mysql.default_host	no value	no value
mysql.default_password	no value	no value
mysql.default_port	no value	no value
mysql.default_socket	no value	no value
mysql.default_user	no value	no value
mysql.max_links	Unlimited	Unlimited
mysql.max_persistent	Unlimited	Unlimited
mysql.trace_mode	Off	Off

odbc
ODBC Support	enabled
Active Persistent Links 	0
Active Links 	0
ODBC library 	Win32

Directive	Local Value	Master Value
odbc.allow_persistent	On	On
odbc.check_persistent	On	On
odbc.default_db	no value	no value
odbc.default_pw	no value	no value
odbc.default_user	no value	no value
odbc.defaultbinmode	return as is	return as is
odbc.defaultlrl	return up to 4096 bytes	return up to 4096 bytes
odbc.max_links	Unlimited	Unlimited
odbc.max_persistent	Unlimited	Unlimited

overload
User-Space Object Overloading Support 	enabled

pcre
PCRE (Perl Compatible Regular Expressions) Support 	enabled
PCRE Library Version 	4.5 01-December-2003

session
Session Support 	enabled
Registered save handlers 	files user

Directive	Local Value	Master Value
session.auto_start	Off	Off
session.bug_compat_42	On	On
session.bug_compat_warn	On	On
session.cache_expire	180	180
session.cache_limiter	nocache	nocache
session.cookie_domain	no value	no value
session.cookie_lifetime	0	0
session.cookie_path	/	/
session.cookie_secure	Off	Off
session.entropy_file	no value	no value
session.entropy_length	0	0
session.gc_divisor	100	100
session.gc_maxlifetime	1440	1440
session.gc_probability	1	1
session.name	PHPSESSID	PHPSESSID
session.referer_check	no value	no value
session.save_handler	files	files
session.save_path	C:\PHP\sessiondata	C:\PHP\sessiondata
session.serialize_handler	php	php
session.use_cookies	On	On
session.use_only_cookies	Off	Off
session.use_trans_sid	Off	Off

standard
Regex Library 	Bundled library enabled
Dynamic Library Support 	enabled
Internal Sendmail Support for Windows 	enabled

Directive	Local Value	Master Value
assert.active	1	1
assert.bail	0	0
assert.callback	no value	no value
assert.quiet_eval	0	0
assert.warning	1	1
auto_detect_line_endings	0	0
default_socket_timeout	60	60
safe_mode_allowed_env_vars	PHP_	PHP_
safe_mode_protected_env_vars	LD_LIBRARY_PATH	LD_LIBRARY_PATH
url_rewriter.tags	a=href,area=href,frame=src,input=src,form=,fieldset=	a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent	no value	no value

tokenizer
Tokenizer Support 	enabled

wddx
WDDX Support	enabled
WDDX Session Serializer 	enabled

xml
XML Support 	active
XML Namespace Support 	active
EXPAT Version 	1.95.6

zlib
ZLib Support 	enabled
Compiled Version 	1.1.4
Linked Version 	1.1.4

Directive	Local Value	Master Value
zlib.output_compression	Off	Off
zlib.output_compression_level	-1	-1
zlib.output_handler	no value	no value

Additional Modules
Module Name

Environment
Variable	Value
ALLUSERSPROFILE 	C:\Documents and Settings\All Users
ClusterLog 	C:\WINDOWS\Cluster\cluster.log
CommonProgramFiles 	C:\Program Files\Common Files
COMPUTERNAME 	TRANSE
ComSpec 	C:\WINDOWS\system32\cmd.exe
DiskeeperIcon 	C:\Program Files\Executive Software\DiskeeperServer\
NUMBER_OF_PROCESSORS 	1
OS 	Windows_NT
Path 	c:\php;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Executive Software\DiskeeperServer\
PATHEXT 	.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
PHPRC 	c:\php
PROCESSOR_ARCHITECTURE 	x86
PROCESSOR_IDENTIFIER 	x86 Family 15 Model 2 Stepping 9, GenuineIntel
PROCESSOR_LEVEL 	15
PROCESSOR_REVISION 	0209
ProgramFiles 	C:\Program Files
SystemDrive 	C:
SystemRoot 	C:\WINDOWS
TEMP 	C:\WINDOWS\TEMP
TMP 	C:\WINDOWS\TEMP
USERPROFILE 	C:\Documents and Settings\NetworkService
windir 	C:\WINDOWS

PHP Variables
Variable	Value
_REQUEST["disforia_data"]	a:2:{s:11:\"autologinid\";s:0:\"\";s:6:\"userid\";s:1:\"2\";}
_REQUEST["admin"]	YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg==
_REQUEST["PHPSESSID"]	6e69526b5de401e72d0840be9fe0af59
_REQUEST["user"]	no value
_REQUEST["CNB_test1"]	value1
_REQUEST["CNB_test2"]	value2
_REQUEST["CNB_test3"]	value3
_REQUEST["CNB_test4"]	value4
_COOKIE["disforia_data"]	a:2:{s:11:\"autologinid\";s:0:\"\";s:6:\"userid\";s:1:\"2\";}
_COOKIE["admin"]	YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg==
_COOKIE["PHPSESSID"]	6e69526b5de401e72d0840be9fe0af59
_COOKIE["user"]	no value
_COOKIE["CNB_test1"]	value1
_COOKIE["CNB_test2"]	value2
_COOKIE["CNB_test3"]	value3
_COOKIE["CNB_test4"]	value4
_SERVER["ALL_HTTP"]	HTTP_CONNECTION:keep-alive HTTP_KEEP_ALIVE:300 HTTP_ACCEPT:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip,deflate HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_COOKIE:disforia_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; admin=YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg%3D%3D; PHPSESSID=6e69526b5de401e72d0840be9fe0af59; user=; CNB_test1=value1; CNB_test2=value2; CNB_test3=value3; CNB_test4=value4 HTTP_HOST:www..org 
HTTP_USER_AGENT:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
_SERVER["HTTPS"]	off
_SERVER["SCRIPT_NAME"]	/info.php
_SERVER["HTTP_COOKIE"]	disforia_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; admin=YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg%3D%3D; PHPSESSID=6e69526b5de401e72d0840be9fe0af59; user=; CNB_test1=value1; CNB_test2=value2; CNB_test3=value3; CNB_test4=value4
_SERVER["AUTH_PASSWORD"]	no value
_SERVER["AUTH_TYPE"]	no value
_SERVER["AUTH_USER"]	no value
_SERVER["CONTENT_LENGTH"]	0
_SERVER["CONTENT_TYPE"]	no value
_SERVER["PATH_TRANSLATED"]	D:\\WebSites\\
_SERVER["QUERY_STRING"]	no value
_SERVER["REMOTE_ADDR"]	66.81.29.254
_SERVER["REMOTE_HOST"]	66.81.29.254
_SERVER["REMOTE_USER"]	no value
_SERVER["REQUEST_METHOD"]	GET
_SERVER["SERVER_NAME"]	www..org
_SERVER["HTTP_USER_AGENT"]	Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
_SERVER["argv"]	

Array
(
)

_SERVER["argc"]	0
_ENV["ALLUSERSPROFILE"]	C:\\Documents and Settings\\All Users
_ENV["ClusterLog"]	C:\\WINDOWS\\Cluster\\cluster.log
_ENV["CommonProgramFiles"]	C:\\Program Files\\Common Files
_ENV["COMPUTERNAME"]	TRANSE
_ENV["ComSpec"]	C:\\WINDOWS\\system32\\cmd.exe
_ENV["DiskeeperIcon"]	C:\\Program Files\\Executive Software\\DiskeeperServer\\
_ENV["NUMBER_OF_PROCESSORS"]	1
_ENV["OS"]	Windows_NT
_ENV["Path"]	c:\\php;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\Program Files\\Executive Software\\DiskeeperServer\\
_ENV["PATHEXT"]	.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
_ENV["PHPRC"]	c:\\php
_ENV["PROCESSOR_ARCHITECTURE"]	x86
_ENV["PROCESSOR_IDENTIFIER"]	x86 Family 15 Model 2 Stepping 9, GenuineIntel
_ENV["PROCESSOR_LEVEL"]	15
_ENV["PROCESSOR_REVISION"]	0209
_ENV["ProgramFiles"]	C:\\Program Files
_ENV["SystemDrive"]	C:
_ENV["SystemRoot"]	C:\\WINDOWS
_ENV["TEMP"]	C:\\WINDOWS\\TEMP
_ENV["TMP"]	C:\\WINDOWS\\TEMP
_ENV["USERPROFILE"]	C:\\Documents and Settings\\NetworkService
_ENV["windir"]	C:\\WINDOWS
[/quote]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hm, sorry - I don't know much about IIS. I guess it's a IIS issue; if you can, try to use Apache. I'm really quite sure that it is a server problem. Maybe you can try to use other applications like phpMyAdmin and see if they all work well?

Is your admin problem only on that single plugin?

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/
MoonBlossom
Regular
Posts: 8
Joined: Tue Jun 07, 2005 9:30 am

Post by MoonBlossom »

Garvin,

PHPMyAdmin works fine.

This it's happening on all admin pages.

I can't switch to apache server a friend donated us space on her server and she prefers to use ISS.

Brenda
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

If it happens on all admin pages; please enable the "error_log" php.ini directive, and enable IIS error logging. Then look out for any messages about coredumps and all.

I would love to help you, but I don't have any experience with IIS.

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/
Guest

Post by Guest »

[quote="MoonBlossom"]Yes is using the same database.

Here is the php info()

[code]PHP Version 4.3.11

System Windows NT TRANSE 5.2 build 3790
Build Date Mar 30 2005 17:32:35
Server API ISAPI
Virtual Directory Support enabled
Configuration File (php.ini) Path c:\php\php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety enabled
Registered PHP Streams php, http, ftp, compress.zlib

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

PHP Credits
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference On On
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 81 81
expose_php On On
extension_dir ./;c:\php\extensions ./;c:\php\extensions
file_uploads On On
gpc_order GPC GPC
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .;c:\php\includes .;c:\php\includes
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
max_execution_time 30 30
max_input_time 60 60
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 12 12
register_argc_argv On On
register_globals Off Off
report_memleaks On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from webservices@
sendmail_path no value no value
serialize_precision 100 100
short_open_tag On On
SMTP 216.117.152.129 216.117.152.129
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir C:\PHP\uploadtemp C:\PHP\uploadtemp
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On

ISAPI
Server Variable Value
CONTENT_LENGTH 0
PATH_TRANSLATED D:\WebSites\info.php
REMOTE_ADDR 66.81.29.254
REMOTE_HOST 66.81.29.254
REQUEST_METHOD GET
SERVER_NAME www..org
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/6.0
APPL_MD_PATH /LM/W3SVC/2062576708/ROOT
APPL_PHYSICAL_PATH D:\WebSites\
INSTANCE_ID 2062576708
INSTANCE_META_PATH /LM/W3SVC/2062576708
URL /info.php
ALL_HTTP HTTP_CONNECTION:keep-alive HTTP_KEEP_ALIVE:300 HTTP_ACCEPT:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip,deflate HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_COOKIE:disforia_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; admin=YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg%3D%3D; PHPSESSID=6e69526b5de401e72d0840be9fe0af59; user=; CNB_test1=value1; CNB_test2=value2; CNB_test3=value3; CNB_test4=value4 HTTP_HOST:www..org
TTP_USER_AGENT:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
HTTPS off
SCRIPT_NAME /info.php
SERVER_PORT_SECURE 0

bcmath
BCMath support enabled

calendar
Calendar support enabled

com
Directive Local Value Master Value
com.allow_dcom Off Off
com.autoregister_casesensitive On On
com.autoregister_typelib Off Off
com.autoregister_verbose Off Off
com.typelib_file no value no value

ctype
ctype functions enabled

ftp
FTP support enabled

mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 3.23.49

Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off

odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library Win32

Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited

overload
User-Space Object Overloading Support enabled

pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 4.5 01-December-2003

session
Session Support enabled
Registered save handlers files user

Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path C:\PHP\sessiondata C:\PHP\sessiondata
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid Off Off

standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled

Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value

tokenizer
Tokenizer Support enabled

wddx
WDDX Support enabled
WDDX Session Serializer enabled

xml
XML Support active
XML Namespace Support active
EXPAT Version 1.95.6

zlib
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4

Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value

Additional Modules
Module Name

Environment
Variable Value
ALLUSERSPROFILE C:\Documents and Settings\All Users
ClusterLog C:\WINDOWS\Cluster\cluster.log
CommonProgramFiles C:\Program Files\Common Files
COMPUTERNAME TRANSE
ComSpec C:\WINDOWS\system32\cmd.exe
DiskeeperIcon C:\Program Files\Executive Software\DiskeeperServer\
NUMBER_OF_PROCESSORS 1
OS Windows_NT
Path c:\php;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Executive Software\DiskeeperServer\
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
PHPRC c:\php
PROCESSOR_ARCHITECTURE x86
PROCESSOR_IDENTIFIER x86 Family 15 Model 2 Stepping 9, GenuineIntel
PROCESSOR_LEVEL 15
PROCESSOR_REVISION 0209
ProgramFiles C:\Program Files
SystemDrive C:
SystemRoot C:\WINDOWS
TEMP C:\WINDOWS\TEMP
TMP C:\WINDOWS\TEMP
USERPROFILE C:\Documents and Settings\NetworkService
windir C:\WINDOWS

PHP Variables
Variable Value
_REQUEST["disforia_data"] a:2:{s:11:"autologinid";s:0:"";s:6:"userid";s:1:"2";}
_REQUEST["admin"] YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg==
_REQUEST["PHPSESSID"] 6e69526b5de401e72d0840be9fe0af59
_REQUEST["user"] no value
_REQUEST["CNB_test1"] value1
_REQUEST["CNB_test2"] value2
_REQUEST["CNB_test3"] value3
_REQUEST["CNB_test4"] value4
_COOKIE["disforia_data"] a:2:{s:11:"autologinid";s:0:"";s:6:"userid";s:1:"2";}
_COOKIE["admin"] YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg==
_COOKIE["PHPSESSID"] 6e69526b5de401e72d0840be9fe0af59
_COOKIE["user"] no value
_COOKIE["CNB_test1"] value1
_COOKIE["CNB_test2"] value2
_COOKIE["CNB_test3"] value3
_COOKIE["CNB_test4"] value4
_SERVER["ALL_HTTP"] HTTP_CONNECTION:keep-alive HTTP_KEEP_ALIVE:300 HTTP_ACCEPT:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip,deflate HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_COOKIE:disforia_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; admin=YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg%3D%3D; PHPSESSID=6e69526b5de401e72d0840be9fe0af59; user=; CNB_test1=value1; CNB_test2=value2; CNB_test3=value3; CNB_test4=value4 HTTP_HOST:www..org
HTTP_USER_AGENT:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
_SERVER["HTTPS"] off
_SERVER["SCRIPT_NAME"] /info.php
_SERVER["HTTP_COOKIE"] disforia_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D; admin=YnJlbmRhOjMxNThhZmQwN2Y4YjA2MjNmNmZkZTI0ZTNiOTQyMGZiOg%3D%3D; PHPSESSID=6e69526b5de401e72d0840be9fe0af59; user=; CNB_test1=value1; CNB_test2=value2; CNB_test3=value3; CNB_test4=value4
_SERVER["AUTH_PASSWORD"] no value
_SERVER["AUTH_TYPE"] no value
_SERVER["AUTH_USER"] no value
_SERVER["CONTENT_LENGTH"] 0
_SERVER["CONTENT_TYPE"] no value
_SERVER["PATH_TRANSLATED"] D:\\WebSites\\
_SERVER["QUERY_STRING"] no value
_SERVER["REMOTE_ADDR"] 66.81.29.254
_SERVER["REMOTE_HOST"] 66.81.29.254
_SERVER["REMOTE_USER"] no value
_SERVER["REQUEST_METHOD"] GET
_SERVER["SERVER_NAME"] www..org
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
_SERVER["argv"]

Array
(
)

_SERVER["argc"] 0
_ENV["ALLUSERSPROFILE"] C:\\Documents and Settings\\All Users
_ENV["ClusterLog"] C:\\WINDOWS\\Cluster\\cluster.log
_ENV["CommonProgramFiles"] C:\\Program Files\\Common Files
_ENV["COMPUTERNAME"] TRANSE
_ENV["ComSpec"] C:\\WINDOWS\\system32\\cmd.exe
_ENV["DiskeeperIcon"] C:\\Program Files\\Executive Software\\DiskeeperServer\\
_ENV["NUMBER_OF_PROCESSORS"] 1
_ENV["OS"] Windows_NT
_ENV["Path"] c:\\php;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\Program Files\\Executive Software\\DiskeeperServer\\
_ENV["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
_ENV["PHPRC"] c:\\php
_ENV["PROCESSOR_ARCHITECTURE"] x86
_ENV["PROCESSOR_IDENTIFIER"] x86 Family 15 Model 2 Stepping 9, GenuineIntel
_ENV["PROCESSOR_LEVEL"] 15
_ENV["PROCESSOR_REVISION"] 0209
_ENV["ProgramFiles"] C:\\Program Files
_ENV["SystemDrive"] C:
_ENV["SystemRoot"] C:\\WINDOWS
_ENV["TEMP"] C:\\WINDOWS\\TEMP
_ENV["TMP"] C:\\WINDOWS\\TEMP
_ENV["USERPROFILE"] C:\\Documents and Settings\\NetworkService
_ENV["windir"] C:\\WINDOWS[/code][/quote][/quote]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Guest, what are you refering to?

Try the recent SErendipity 0.9.1 version. It should work on IIS.

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/
Post Reply