Phil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change website to wwwForum: Fixing WordPress
In reply to: homepage posts showing blankthank you esmi. i changed to twenty eleven theme as u advised. turns out that i have exhausted my memory allocation. deactivated a few plugins and its good now.
THANK YOU. MEGA KARMA ??
Forum: Fixing WordPress
In reply to: homepage posts showing blankthanks esmi will try and let u know. can i ask is the same problem showing on ur PC?
Forum: Fixing WordPress
In reply to: Google bot crawl 404 errorsthank you webjunk
changing permalinks to default has solved problem. all 404 errors in google webmaster reach a page.
MEGA KARMA TO YOU
Forum: Fixing WordPress
In reply to: Google bot crawl 404 errorsthanks for the reply webjunk.
my files are in public_html. there is no blog folder only:
– cgi-bin
– wp-admin
– wp-content
– wp-includesthe .htaccess file is:
RewriteEngine On RewriteBase / # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteCond %{REQUEST_URI} ^.*/wp-admin$ RewriteRule ^(.+)$ $1/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
the functions.php file is:
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<li class="widget">', 'after_widget' => '</li>', 'before_title' => '<h2>', 'after_title' => '</h2>', )); remove_action('wp_head', 'wp_generator');// MY ADDED CODE ?>
any ideas please?
Forum: Fixing WordPress
In reply to: Deleted categories by mistakethanks for the reply Christine.
positive karma from me to you.
just have to load up backup. theres loads of threads on that so wont waste your valuable time.
karma ++++++++same problem for me except i only have one site. but i do use multi-site installation.
this seems to have happened very recently.
my money is on a issue with one of the recent wordpress updates.Forum: Fixing WordPress
In reply to: Change registration password sending to manualwow that was fast. thank you. exactly what i needed.
Forum: Fixing WordPress
In reply to: wp-cron.php server overloadhello aguitta
Sorry i did find the problem. the problem for me was that i was scheduling posts to be published in the future. this meant that on each page load all of the info was being processed. this resulted in overload of wp-cron on a shared hosting account.
i asked the host to “kill any wp-cron processes” from my site. they did this any everything is fine now. i never schedule posts and had no problems again.
hope this helps you.
Forum: Fixing WordPress
In reply to: Remove comments, theme not showing rightthank you t-p. i dont know much about programming so alchymyth got it bang on for me.
thank you alchymyth. it has worked and looks right.
may you both prosper.
Forum: Fixing WordPress
In reply to: Remove comments, theme not showing righti am very grateful for the quick replies.
thanks t-p. my apologies. when you looked the “users must be registered and logged in to comment” was not set because it messes up the look of the site.
note: the homepage looks fine. it only look wrong when you go into any post now / page.
thanks i will alchymyth. the comments.php can be found at:
https://pastebin.com/embed_js.php?i=vajp21hCForum: Networking WordPress
In reply to: Images not appearingYou have done it in. Your are a genius.
From my heart “may you prosper”.
Forum: Networking WordPress
In reply to: Images not appearingSorry forgot to say.
The exact file path in the uploader shows:
https://www.tandooricookingexpert.com/files/2010/09/go.jpegForum: Networking WordPress
In reply to: Images not appearingSorry my fault in Cpanel it is not there. So i tried FileZilla FTP and it shows the htaccess file in the root directory of tandooricookingexpert.com.
There is already some code it is:
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]I have put the new code below this. Do i delete the old code or leave all of it? (Dont have a clue what it means).
There is no directory:
https://www.tandooricookingexpert.com/filesBut this is the file path it show in the uploader? Very strange.
The file path of the file go.jpeg is:
tandooricookingexpert.com/wp-content/blogs.dir/1/files/2010/09/go.jpegThis is no 404 error but just goes back to the home page.
Any help much appreciated.
Forum: Networking WordPress
In reply to: Images not appearingThank you for the quick reply.
I can find no files or folders with the names “files” above that heir achy. I looked via cPanel.
I can find no .htaccess file. I have looked using cPenel. There is no .htaccess file in the root directory. This is strange because my site redirects to wwww from non-www. It should not be hidden in cPanel.
Where does it normally be?