Blank blog?
-
So, the other week a blog I set up for my dad wasn’t accepting his login.
Or mine. It wouldn’t give us an error, it would just reload the page with the user and password fields blank.
I tried clearing our caches, nothing.So, I downloaded a fresh install, deleted everything and archived his theme, and reinstalled.
The reinstall went all the way through, but when it was done, I just got a blank page.
this is the install: http://bill.jancewicz.com/
Any ideas?
-
Anyone?
Bump.
Hello,
The blank/whitescreening blog could be a number of things. First, check that safe mode is OFF in php.ini on your server. Make sure to change it to OFF and restart Apache (assuming you’re using Linux) after doing so. Otherwise, you will want to check the error logs for the site as those can often give an indication of the problem.
[signature moderated Please read the Forum Rules]
Alrighty, I found two files on my server, a php.ini and a php5.ini file, but I didn’t see anything about safe mode in either of them.
I do run PHP5 on my server.
Here are what my error logs say:
209.85.238.235 - - [03/Aug/2009:04:53:01 -0700] "GET zerflin.com/jancewicz/bill/?feed=rss2 HTTP/1.1" 301 332 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 2 subscribers; feed-id=15476992799240764423)" 72.167.183.52 - - [03/Aug/2009:04:53:02 -0700] "HEAD zerflin.com/jancewicz/bill/wp-cron.php?check=ebe1248a6fbaa48d7592766bbdb3ae08 HTTP/1.0" 301 0 "-" "WordPress/2.7.1" 72.167.183.52 - - [03/Aug/2009:04:53:03 -0700] "HEAD www.zerflin.com/jancewicz/bill/wp-cron.php?check=ebe1248a6fbaa48d7592766bbdb3ae08 HTTP/1.0" 200 0 "-" "WordPress/2.7.1" 209.85.238.153 - - [03/Aug/2009:04:53:03 -0700] "GET www.zerflin.com/jancewicz/bill/?feed=rss2 HTTP/1.1" 302 5 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 2 subscribers; feed-id=15476992799240764423)"Here’s what’s in my php.ini file:
register_globals = off allow_url_fopen = off expose_php = Off max_input_time = 60 variables_order = "EGPCS" extension_dir = ./ upload_tmp_dir = /tmp precision = 12 SMTP = relay-hosting.secureserver.net url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" [Zend] zend_extension=/usr/local/zo/ZendExtensionManager.so zend_extension=/usr/local/zo/4_3/ZendOptimizer.soHere’s whats in my php5.ini file:
[PHP] engine = On zend.ze1_compatibility_mode = Off short_open_tag = On asp_tags = Off precision = 14 y2k_compliance = On output_buffering = 4096 ;output_handler = zlib.output_compression = Off ;zlib.output_handler = implicit_flush = Off unserialize_callback_func= serialize_precision = 100 allow_call_time_pass_reference = Off disable_functions = disable_classes = expose_php = Off max_execution_time = 60 ; Maximum execution time of each script, in seconds max_input_time = 120 ; Maximum amount of time each script may spend parsing request data memory_limit = 128M ; Maximum amount of memory a script may consume (8MB) error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR 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 arg_separator.output = "&" variables_order = "GPCS" register_globals = Off register_long_arrays = Off register_argc_argv = Off post_max_size = 40M magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off auto_prepend_file = auto_append_file = default_mimetype = "text/html" default_charset = "UTF-8" include_path = ".:/usr/local/share/smarty:/usr/local/lib/php/pear" doc_root = user_dir = extension_dir = /usr/local/lib/php/20050922 enable_dl = Off cgi.force_redirect = 1 ; cgi.nph = 1 ; cgi.redirect_status_env = ; ; fastcgi.impersonate = 1; ;cgi.rfc2616_headers = 1 file_uploads = On upload_tmp_dir = /usr/local/www/php/tmp upload_max_filesize = 40M allow_url_fopen = On user_agent="PHP" default_socket_timeout = 60 [Syslog] define_syslog_variables = Off [mail function] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = ;mail.force_extra_parameters = [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = On mysql.max_persistent = 20 mysql.max_links = -1 mysql.default_port = 3306 mysql.default_socket = mysql.default_host = localhost mysql.connect_timeout = 60 mysql.trace_mode = Off [MySQLI] mysqli.max_links = -1 mysqli.default_port = 3306 mysqli.default_socket = mysqli.default_host = localhost mysqli.reconnect = Off [PostgresSQL] pgsql.allow_persistent = On pgsql.auto_reset_persistent = Off pgsql.max_persistent = 20 pgsql.max_links = 40 pgsql.ignore_notice = 0 pgsql.log_notice = 0 [dbx] dbx.colnames_case = "lowercase" [bcmath] bcmath.scale = 0 [Session] session.save_handler = files session.save_path = "/tmp" session.use_cookies = 1 session.name = PHPSESSID session.auto_start = 0 session.cookie_lifetime = 0 session.cookie_path = / session.cookie_domain = session.serialize_handler = php session.gc_probability = 1 session.gc_divisor = 1000 session.gc_maxlifetime = 1440 session.bug_compat_42 = 0 session.bug_compat_warn = 1 session.referer_check = session.entropy_length = 0 session.entropy_file = session.cache_limiter = nocache session.cache_expire = 180 session.use_trans_sid = 0 session.hash_function = 1 session.hash_bits_per_character = 5 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" [Sockets] sockets.use_system_read = On [com] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ;com.typelib_file = ; allow Distributed-COM calls ;com.allow_dcom = true ; autoregister constants of a components typlib on com_load() ;com.autoregister_typelib = true ; register constants casesensitive ;com.autoregister_casesensitive = false ; show warnings on duplicate constat registrations ;com.autoregister_verbose = true [mbstring] ;mbstring.language = Japanese ;mbstring.internal_encoding = EUC-JP ;mbstring.http_input = auto ;mbstring.http_output = SJIS ;mbstring.encoding_translation = Off ;mbstring.detect_order = auto ;mbstring.substitute_character = none; ;mbstring.func_overload = 0 [exif] ;exif.encode_unicode = ISO-8859-15 ;exif.decode_unicode_motorola = UCS-2BE ;exif.decode_unicode_intel = UCS-2LE ;exif.encode_jis = ;exif.decode_jis_motorola = JIS ;exif.decode_jis_intel = JIS [Tidy] ;tidy.default_config = /usr/local/lib/php/default.tcfg tidy.clean_output = Off [soap] soap.wsdl_cache_enabled=1 soap.wsdl_cache_dir="/tmp" soap.wsdl_cache_ttl=86400 ; Local Variables: ; tab-width: 4 ; End: [Zend] zend_extension_manager.optimizer=/usr/local/lib/php/20050922/Optimizer zend_extension_manager.optimizer_ts=/usr/local/lib/php/20050922/Optimizer_TS zend_optimizer.version=3.0.0 zend_extension=/usr/local/lib/php/20050922/ZendExtensionManager.so zend_extension_ts=/usr/local/lib/php/20050922/ZendExtensionManager_TS.soDoes anything stick out to you?
Update:
Tried a fresh install; attaching the old database to the new files, and while I was installing, I got the following error:
Warning: parse_url(http:///jancewicz/bill/wp-admin/) [function.parse-url]: Unable to parse URL in /home/content/b/j/a/bjancewicz/html/jancewicz/bill/wp-includes/pluggable.php on line 943
Nothing seems to have changed.
Anyone?
Bump
how are you installing wp? via ftp?
have you tried installing a blog elsewhere on your site?The host cannot parse access versus database feed.
Contact host via c-panel or phone and ask them to replace the .htaccess file.There are 3 ,so they will know you mean the main one.You could do it yourself but don’t use FTP which is then fighting it’s own access privileges.
If you successfully re-instated your database you may find that you will need to also change themes temporarily before switching back to your own;
the css gets messed up with post formatting.Let me know.
@dig1618: Yeah, I used FTP. And yes, I have other installs on my site which work fine. Here’s one, here’s another.
@the5sisters: I’ll give it a whirl. I’ve got GoDaddy, they do pretty good tech support, so we’ll see.
Hey The5Sisters:
Here’s what my .htaccess file reads:
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_Host} ^zerflin.com [NC] RewriteRule ^(.*)$ http://www.zerflin.com/$1 [L,R=301]How should I edit it?
The topic ‘Blank blog?’ is closed to new replies.