• Hello everyone.
    Are WordPress 2.3x and Bluehost NOT COMPATIBLE any more? They just won’t work together for me.
    I use manual installation of the latest WordPress 2.3.2
    Problem 1: Although I have the correct .mo file uploaded, all I get is English. No localization
    Problem 2: No email notifications are sent from wordpress what soever. No notifications for new members (neither to their email nor to mine), not for new comments or new posts or drafts or subscriptions to posts or anything. Not even for a successful installation.
    This is my configuration:

    define('DB_NAME', 'base_xxxxx'); // The name of the database
    define('DB_USER', 'user_xxx'); // Your MySQL username
    define('DB_PASSWORD', 'password_xxx'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', 'utf8_general_ci');
    
    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
    
    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', 'el');

    About problem 1: Even in older versions of WordPress I do NOT get my .mo files read. I tried using the fix provided HERE but did NOT work for me.
    About problem 2: Up until wordpress 2.2 I would get email notifications, but they would be sent by [email][email protected][/email] instead my blog’s name. Of course I did not like my members to be notified by Bluehost instead of me but it was something. You can try registering at:

    I do run WordPress on other servres as well and it works fine. No problems at all.

    Do others have the same problems or is it just me? Why is this happening? It is very inconvenient.
    Any kind of help would be GREATLY appreciated. I have tried everything: new installs, fantastico installs, on the root, on subdomains, etc…. :confused:
    Thank you in advance, Michael

Viewing 9 replies - 1 through 9 (of 9 total)
  • Email notifications broke for me with Bluehost too, but apart from that everything else is fine for me (manual install).

    Thread Starter europeanvisualarts

    (@europeanvisualarts)

    So what can we do about this?
    I also posted for help in bluehost HERE

    Did you see all theses other Bluehost posts here in the forums? Might be worth checking some out:
    https://www.ads-software.com/tags/bluehost

    Thread Starter europeanvisualarts

    (@europeanvisualarts)

    I have checked quite a few with no luck so far.
    I keep looking

    Thread Starter europeanvisualarts

    (@europeanvisualarts)

    I found nothing similar ro any solutions to my problems.
    I have to rely on your efforts and answers here.
    Any suggestions are always wellcomed

    Similar problem with email after updating to 2.3. With Version 2.3 it became necessary to create a [email protected] address in Bluehost in order for mail to be handled correctly. In my case, setting up a ‘wordpress’ email user resolved the problem.

    Thread Starter europeanvisualarts

    (@europeanvisualarts)

    @lemon24:
    I manage to solve the problem the same way.
    Still… I do not like the idea of having the [email protected] address.
    So I found this plugin (https://www.ads-software.com/extend/plugins/set-email-from-address/) thinking it would help.
    Unfortunately I get errors after activating it that WILL NOT go away even if deactivated. And I cannot get in touch with its writer. Any ideas?

    just remember that i have to switch off the bluehost fastcgi for my wordpress at https://www.bluehostreview.org/ to work correctly. I had it ON when they introduce this new fastcgi feature. But after few days using it, i do realise it caused some error to wp-admin and also the blog webpage itself.

    if your installation failed or upgrade failed, you need to check on your plugin files as well. Try disable all plugin by rename the /plugin folder and see whether you can load up the blog. USually this works for me when wordpress upgrade causes problem.

    2.3.x still works well on Bluehost. I have a 2.3.3 installation doing this.

    For email, I found this information from another WordPress member useful. I tried to find his post to link it here, but couldn’t so I’ll just quote him and give him credit:

    “1.set up a completely new email address (i picked [email protected]) – don’t use [email protected]

    2. then install this plug-in:

    wp-mail-smtp

    3. in the plug-in options tab set the options to:
    send mail using SMTP,
    send the mail using your new email address,
    fill in the SMTP host, username and password that your host gave you when you set up the new email address,
    YES, use smtp authentication

    4. Send yourself a test mail using the plugin to make sure it works.

    By doing all this you are bypassing php mailscripts altogether and you don’t have to rely on your host having them working.

    It worked for me, I tested commenting on the blog and it came through immediately. When I turn this plugin off and try it I’m STILL not getting email notifications.

    Hope this helps, good luck everyone.”

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘MAJOR compatibility PROBLEMS with WordPress and bluehost’ is closed to new replies.