Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter Jennym55

    (@jennym55)

    Thanks Otto, though I’m not sure a menu would do this.

    I’m looking for something a little more dynamic – eg the link for a blog would show title or short excerpt of the latest blog.

    Thread Starter Jennym55

    (@jennym55)

    Have tried RSS widget, it’s almost what I’m looking for.

    I’ve got about 10 blogs I follow, so I’d have to have 10 RSS widgets.

    What would be perfect is to have the list of 10 blogs, listed in such a way that the latest blog is automatically at the top, and the oldest blog sinks to the bottom.

    Thanks….

    Thread Starter Jennym55

    (@jennym55)

    Thanks Steve, I’ll give that a go…..

    Thread Starter Jennym55

    (@jennym55)

    Fixed!

    I don’t know if the webhost changed a few things his side, but he suggestion adding

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    to the .htaccess in the public_html/

    It turns out there wasn’t a .htaccess file there, so I created one, and added the code. I changed the chmod to 444 and it all looks dandy!

    Thanks Mark for your help….

    Thread Starter Jennym55

    (@jennym55)

    I found an old .htaccess file from the previous version, it still didn’t work.

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

    dir is the directory where I’ve the wp installation.

    Thread Starter Jennym55

    (@jennym55)

    Thanks Mark, I’ve toggled the permalinks several times, without success.

    I’m going to ask the hosting company about your second suggestion. They have confirmed that there is no .htaccess files in wp, and neither in the public_html directory.

    Thread Starter Jennym55

    (@jennym55)

    Have deleted the softaculous install, including the database.

    Have done an install using 4.2.2 from this site. Ran the install… all works well, except when I add a hyperlink.

    I’ve heard from my hosting company, they suggested

    Temporarily, try disabling the .htaccess file in your public_html directory. It sounds like it is interfering with the .htaccess settings in the subdirectories hosting each of these addon websites.

    So I’m not sure what is happening – wondering anyone has had this experience?

    Thread Starter Jennym55

    (@jennym55)

    Thank you for answering.

    I’ve had a lot of problems recently, I was with FastDomain (Bluehost), and understand they got hacked, a couple of days later my account picked up malicious files. Since then I’ve changed to a great hosting company who have been fantastic with their support. But… I’m paranoid and I’m being very careful, hence doing the scanning.

    I’ve now deleted the plugin and will reinstate it shortly. If you want to know what code is in the above file, then please ask.

    As from where I downloaded the plugin, it would have been from the WP depositary through the back of wordpress. Although I did a clean reinstall of WP when I changed servers, I copied the old wp-content dir. The suspect file was probably was deposited during the hacking.

    Thread Starter Jennym55

    (@jennym55)

    After going through the plugins, deactivating them one by one, the only ‘reaction’ was with ‘Google SEO Pressor Snippet’ Plugin, where I got the error:

    Parse error: syntax error, unexpected ”a:2:{i:3;i:59023;i:10;s:’ (T_ENCAPSED_AND_WHITESPACE), expecting ‘)’ in /home/xxx/public_html/xxx.com/wp-content/plugins/wordfence/lib/wfBrowscapCache.php on line 8983

    I downloaded a fresh vs of Wordfence and uploaded the new wfBrowscapCache.php. This file on the server was much smaller than the fresh download.

    Resulting: SUCCESS!

    Fireworks now opens the website with Wordfence activated.

    Thread Starter Jennym55

    (@jennym55)

    Think I might have an idea about the problem, another of my sites opens fine in Firefox with Wordfence activated. Will get back when I discover a possible plugin conflict.

    Thread Starter Jennym55

    (@jennym55)

    Embarrassed to say…… 🙁

    Got the wrong prefix!

    This thread can be deleted…. PLEASE 🙂

    Thread Starter Jennym55

    (@jennym55)

    Repair and Optimise db

    The wp_users table is fine.

    Failed to optimise the wp_users table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_usermeta table is fine.

    Failed to optimise the wp_usermeta table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_posts table is fine.

    Failed to optimise the wp_posts table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_comments table is fine.

    Failed to optimise the wp_comments table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_links table is fine.

    Failed to optimise the wp_links table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_options table is fine.

    Failed to optimise the wp_options table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_postmeta table is fine.

    Failed to optimise the wp_postmeta table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_terms table is fine.

    Failed to optimise the wp_terms table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_term_taxonomy table is fine.

    Failed to optimise the wp_term_taxonomy table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_term_relationships table is fine.

    Failed to optimise the wp_term_relationships table. Error: Table does not support optimize, doing recreate + analyze instead

    The wp_commentmeta table is fine.

    Failed to optimise the wp_commentmeta table. Error: Table does not support optimize, doing recreate + analyze instead

    Thread Starter Jennym55

    (@jennym55)

    Have done a ‘WP_ALLOW_REPAIR’ and got this in the browser:

    The wp_users table is fine.

    The wp_usermeta table is fine.

    The wp_posts table is fine.

    The wp_comments table is fine.

    The wp_links table is fine.

    The wp_options table is fine.

    The wp_postmeta table is fine.

    The wp_terms table is fine.

    The wp_term_taxonomy table is fine.

    The wp_term_relationships table is fine.

    The wp_commentmeta table is fine.

    Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorised users.

    define(‘WP_ALLOW_REPAIR’, true);

    Thread Starter Jennym55

    (@jennym55)

    Have just started again from scratch.

    Downloaded a fresh download from ww.wp.xz.cn

    Set up a new database, and imported the db from GoDaddy.

    Uploaded ‘wp-content’

    WP was uploaded via ftp.

    Install was competed successfully.

    Still no joy.

    What do you think I should now do?

    Thread Starter Jennym55

    (@jennym55)

    The db and the config both have the prefix of wp/

Viewing 15 replies - 1 through 15 (of 21 total)