Problems Problems 2.8 New Install
-
Let me start with I use WordPress a lot with many blogs never had problems some are my own installs and others I used my Web Providers install. I just installed 2.8 (not sure which) after a 2.9 dreadful falilure (I think my provider is the problem, Awardspace.com). The only plugins are hte ones that came with the install. At first the problems started in the back end while I was logged in. I installed a few themes and they all worked very well. At first I tried editing a couple of themes. Everytime I would try to save the edits my screen would go grey and then, nothing, it would just hang. The changes would show on the front end but the backend would just hang. I found a solution that said to turn off the new editing feature and I did, but everytime I did the page I wanted to edit would reset itself to the css page and when I would go to the page I wanted to edit the editor would revert to the new feature. This happend every time I would try to make the change. Now today I have tried to login to the back end. I was able to bring up the login page but I get nothing when I login. just a grey screen, the same grey screen I was getting when I tried to make changes in the back end before. wp-admin is now just a a blank screen. If someone could please tell me what’s going on I would appreciate it. If not I’m ready to dump the whole thing and go back to version 2.7
By the way my provider is using MySQL 5.1 and PHP 5.2.5
4.4.4 and 6.0 are available.
here is the php.ini file
[PHP]
engine = On
short_open_tag = On
asp_tags = Off
precision = 12
y2k_compliance = On
output_buffering = Off
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func=
serialize_precision = 100
allow_call_time_pass_reference = On
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
disable_classes =
expose_php = Off
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
variables_order = “EGPFCS”
register_globals = Off
register_argc_argv = On
post_max_size = 10M
memory_limit = 32M
gpc_order = “GPC”
magic_quotes_gpc = ON
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = “text/html”
user_dir =
enable_dl = On
file_uploads = On
upload_tmp_dir = /tmp
upload_max_filesize = 10M
allow_url_fopen = On
default_socket_timeout = 60
[Syslog]
define_syslog_variables = Off
[mail function]
sendmail_from = [email protected]
sendmail_path = /usr/sbin/sendmail -oi -t
[Java]
[SQL]
sql.safe_mode = Off[ODBC]
[MySQL]
mysql.allow_persistent = Onmysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
mysql.connect_timeout = 60
mysql.trace_mode = Off
[PostgresSQL]
pgsql.allow_persistent = Onpgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Sybase]
sybase.min_error_severity = 10
[bcmath]
bcmath.scale = 0[Session]
session.save_handler = filessession.save_path = /tmp
session.use_cookies = 1
session.name = sid
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.bug_compat_42 = 1
session.bug_compat_warn = 1session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”
apc.optimization = 3
apc.slam_defense = 60;extension=mysql.so
;extension=pgsql.so
extension=apc.so
extension=fileinfo.so
;extension=gd.so; Uncomment the line below to enable Ioncube Loader:
;zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so; Uncomment the 4 lines below to enable Zend Optimizer:
;zend_extension_manager.optimizer=/usr/local/Zend_php5/lib/Optimizer-3.3.3
;zend_optimizer.version=3.3.3
;zend_extension=/usr/local/Zend_php5/lib/ZendExtensionManager.so
;zend_optimizer.optimization_level=15Thanks,
J
- The topic ‘Problems Problems 2.8 New Install’ is closed to new replies.