• I have posted here twice and nobody has been able to provide a solution. Is there any way of kicking a support request upstairs to the developers?

    I have a WP installation which doesn’t allow me admin access. ** I have refreshed the installation, disabled all the plugins and switched themes to 2010.

    The database is working because two other blogs are working off of it.

    Now, only the main blog page is showing and split posts do not.

    The error message I get:
    Warning: require_once(ABSPATHwp-admin/includes/bookmark.php) [function.require-once]: failed to open stream: No such file or directory in /usr/www/users/allanj/fn/wp-admin/admin.php on line 10

    Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-admin/includes/bookmark.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /usr/www/users/allanj/fn/wp-admin/admin.php on line 10

Viewing 15 replies - 1 through 15 (of 29 total)
  • Allan,

    It would probably be a good idea for you to post the URL of your site.

    Anyone who helps you will need that information.

    Thread Starter allansjackson

    (@allansjackson)

    Sorry all, my mistake. It’s https://allanjackson.co.za/fn/ and its hosted at Hetzner in Germany.

    it’s usually better to stick to the one thread.

    Have you reinstalled WordPress?

    What do you mean my split posts?

    and where do you see those errors?

    I’d also suggest resetting up your permalinks.

    Allan,

    I just went to your site. None of the links at the top of the “home” page are working. They all appear to be broken.

    Is this the problem to which you’re referring?

    Hi there,

    Make sure that all your wordpress files(wp-admin, wp-contents) are inside the /fn/ directory. But when I went to your site, the links got some error. Maybe you installed in somewhere, maybe inside another directory?

    Also make sure that your WordPress address (URL) in the setting is correct.

    Thread Starter allansjackson

    (@allansjackson)

    @ Rich: By split posts I meant that the story which are not shown in full on the home page, but ones with a ‘read more’ link to the whole story on another page.

    @ Daisy: The links on the home page are disabled as a result of my shutting down all in the plugins, in case one of them was causing the problem.

    Freelance: The blog has worked in the past but broke a month or two ago. I’m pretty sure that everything is in the right place but I am now trying to refresh the installation again. I suppose something could have garbled on the last re-install.

    Thread Starter allansjackson

    (@allansjackson)

    A new WordPress installation has been uploaded but the problem persists.

    Is there any way of escalating this matter to the developers?

    Is there any way of escalating this matter to the developers?

    No. WordPress is free software and there is no support beyond this forum.

    No there isn’t. All help at this forum comes from volunteers.

    What happens when you try to log into admin?

    providing it isn’t too long, can you post a copy of your htaccess file.

    Plus I’ll ask again, where are you seeing these errors?

    Ok so I found the errors.

    have you moved the site at all?
    have you moved the wp-admin directory?

    Thread Starter allansjackson

    (@allansjackson)

    thisisedie: When Ihit this page I get an error: https://allanjackson.co.za/fn/wp-admin/

    Rich: WP-admin is still in the same place. I’m not that familiar with Linux hosting but I assume the .htaccess should be in the site root. I have FTP access and don’t see it there. Any hints about where else to look.

    I’ll ask again: have you moved the site at all?

    and if there isn’t an htaccess file, that will explain why the posts can’t be found. But are you viewing all files? (some FTP clients hide htaccess files)

    Thread Starter allansjackson

    (@allansjackson)

    Rich. No, I haven’t moved the site at all. It worked fine for a long time and suddenly didn’t. I can’t put my finger on what might have triggered it, but there was no move. There was no change of theme until after the trouble began. I did also switch off all plugins.

    I’m using FileZilla but, when you mentioned it, I checked and Blade doesn’t show an htaccess file either.

    The odd thing is that I can still post with Windows Live Writer so there is some glimmer of life in there somewhere.

    create a .htaccess file and upload it to the /fn directory. i think the following is correct:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /fn/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wpbeta/index.php [L]
    </IfModule>
    
    # END WordPress

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘If this forum doesn't work ?’ is closed to new replies.