Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter repsak

    (@repsak)

    Thank you!

    I know next to nothing about php but adding something like this might solve it until you find something better. Not sure if the code is 100% correct but someone else might be able to fix it.

    Just replace the your domain name here part

    <?php
        $target = (strpos(the_permalink(), "your domain name here")? "" : "target=\"_blank\"");
    ?>
    
    <a href="<?php the_permalink(); ?>" <?php $target ?> title="<?php the_title(); ?>">

    Haven’t got the plugin installed but you could try this.

    In wp-nivo-slider.php on line 140 try adding target=”_blank”

    like this
    <a href="<?php the_permalink(); ?>" target="_blank" title="<?php the_title(); ?>">

    Thread Starter repsak

    (@repsak)

    Switched to default.

    Plugin reset didn’t help me reaching the admin page, still getting the same error

    Warning: require_once(<strong>..path..</strong>/httpd.www/wp-admin/includes/admin.php): failed to open stream: No such file or directory

    Ah thanks for pointing me to the wordpress installation! That’s what I was looking for ?? I just grabbed the includes folder from the fresh installation and put it in my wp-admin folder (didn’t need to replace anything since I didn’t have one) and everything seems to be working fine.

    No idea how it disappear in the first place but ah well..

    For future reference do you know of any good guides on how to backup and restore my database.

    Is it enough to go phpMyAdmin–>Databases–>mydatabase–>Export–> Quick – display only the minimal options

    and then use the import tab in phpMyAdmin to restore it

    Apart from that I’m guessing i should back up the files and folders you mentioned above (wp-content folder and wp-config.php & root .htaccess files)

    Thanks again for all the help ?? !

    Thread Starter repsak

    (@repsak)

    I’m not sure actually, what would be the easiest way to check?

    edit: is there a version 3.6 thats what is says in my readme.html in root

    (I dont know anything about wp just trying to help a friend who knows even less than me ?? )

    Thread Starter repsak

    (@repsak)

    Okay, Where can I get a default wpadmin folder?

    Im pretty sure it’s just the “wp-admin/includes” that is missing.

    I tried changing the theme to default and now the main page loads, but everything still crashes when something in the wp-admin/includes folder is needed (e.g when i try to reach my admin page)

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