Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter certificateno

    (@certificateno)

    I changed from hosting company and am now with MediaTemple which solved my problem. Their auto-installer works perfect and the manual installation as well.

    For those that are debugging their php settings; these are the settings used by MediaTemple on php4 and php5 that work flawlessly with wordpress 2.7.

    PHP4
    PHP5

    For those still having problems; I think you can better open new topics detailing the problems. I’m setting this topic status to resolved, despite the solution was changing hosts.

    Thread Starter certificateno

    (@certificateno)

    I decided not to waste any more of my time on getting 2.7 working. It’s been my obsession to get it working since December 13th and i’ve tried countless of things, resulting in hours of time wasted, with no success. So I’ll be staying with 2.6.5 for a while, it might be a little less flashy, but it’s way better for my health.

    The problem probably lies with my hosts PHP configuration. They messed up the mod_security configuration for their free and 1-click installer 2.6.2 WordPress, that also impacts my own from scratch installation of 2.6.5. I’m not suprised they messed up more things that make 2.7 go, well.. white.

    If anyone is still troubled by this problem or facing it. Here’s my PHP Config; https://pseudoknowledge.com/phpinfo.php maybe someone can find the problem by comparing it to others.

    Thanks for all help offered, i really appreciate it. I hope the best to all others facing the same trouble with their wordpress installations

    Thread Starter certificateno

    (@certificateno)

    @t kmessinger:
    My addres:
    https://www.pseudoknowledge.com

    And my PHP Settings (I know it’s somewhat stupid to post it, but anyway)
    https://www.pseudoknowledge.com/phpinfo.php

    Thread Starter certificateno

    (@certificateno)

    Still not working. But I noticed many php files have a blank line after the ending (?>) tag. I changed a few but none of the pages show up.

    I tried uploading them binary and ASCII but it doesn’t work. UTF-8 encoding is standard on my webhost service and since it runs CentOS it uses Unix Line breaks.

    Maybe for those that have working 2.7 installations did you do something special with these settings?

    Thread Starter certificateno

    (@certificateno)

    @t tin68: I cannot access the control panel.
    @t hues: Nothing shows up at the source, but all php files are uploaded correctly and can be edited in Plesk.

    I tried again;
    1) Downloaded the wordpress 2.7 package (tar.gz instead of zip which i tried before)
    2) Extracted it using the command-line tar application
    3) Uploaded the files in auto-mode with Cyberduck. No change of permissions or anything else. (but also have tried Filezilla (Win and Max), Transmit and commandline ftp in other attempts, with the same result.)
    4) Changed my config.php file to the correct settings and made a new mySQL database using Plesk.
    5) The Installation screen pops up at my domain (like it always does)
    6) I enter my information and get a username/password and e-mail confirmation.
    7) Everything goes blank after that.

    The same for upgrading, but it goes blank after the database upgrade.

    Thread Starter certificateno

    (@certificateno)

    I’m giving up and going to stick with 2.6.5 for a while. Maybe the next version of wordpress will work properly for me and the others.

    I’ve tried modifying my config.php with all possibilities described here and on Codex but nothing seems to work. Even static pages like install.php don’t want to show up anymore from time to time.

    Quick and dirty this is my config file. Database and password are working for me, but obscured here. Same goes for the Secret keys.

    <?php
    define(‘DB_NAME’, ‘my database name’);
    define(‘DB_USER’, ‘my user name’);
    define(‘DB_PASSWORD’, ‘my password’);
    define(‘DB_HOST’, ‘localhost’);
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);
    define(‘AUTH_KEY’, ‘Key #1’);
    define(‘SECURE_AUTH_KEY’, ‘Key #2’);
    define(‘LOGGED_IN_KEY’, ‘Key #3’);
    define(‘NONCE_KEY’, ‘Key #4’);
    $table_prefix = ‘wp_’;
    define (‘WPLANG’, ”);
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
    require_once(ABSPATH . ‘wp-settings.php’);
    ?>

    Thread Starter certificateno

    (@certificateno)

    While installing trough FTP upload and refreshing the page several times I got snippets of the new interface, but after the upload is done it it goes completely blank…

    Seems to me some code is making WP2.7 go blank with PHP5.

    Thread Starter certificateno

    (@certificateno)

    I’m on mac and tried both Firefox (3.0) and Safari 3.2.1 but both fail to load the page. With Firefox displaying a blank page for everything, and Safari displaying a connection error.

Viewing 8 replies - 1 through 8 (of 8 total)