quiq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem with picturesTo be honest, I don’t think it’s about permissions, as I’ve already changed them to 777 so that the pictures are fully readable.
In my opinion the problem stucks in some .php file. Now I will try to compare these files which are on the new server with original template files. Hopefully the issue will be fixed soon…
Forum: Fixing WordPress
In reply to: Repairing a site after hacker attackI have just solved the problem, all I had to do was to replace invalid file.
Everything works now.Thank you for supporting me,
Best regards
Forum: Fixing WordPress
In reply to: Repairing a site after hacker attack@realchaseadams unfortunately, I cannot find the code in index.php. The code in the file is
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>
and that’s all. I believe I can manage to repair it without reinstalling WordPress, please, help me to do this.Forum: Fixing WordPress
In reply to: Repairing a site after hacker attackindex.php was replaced with original wordpress file at once after the attack. I cannot find a front-page.php file.
Forum: Fixing WordPress
In reply to: Repairing a site after hacker attackindex.php is original, nothing changed – i replaced hacked one
Forum: Fixing WordPress
In reply to: Repairing a site after hacker attackIt looks like there is no category.php file on my wp, is it possible? I cannot find one
Forum: Fixing WordPress
In reply to: Repairing a site after hacker attackLink for the site
When you are on the site, enter to a News menu, calendar and categories. This is my actual problem.Forum: Fixing WordPress
In reply to: Problem with logging inI’ve changed into en_EN and that helped me. Thank you very much.
Forum: Fixing WordPress
In reply to: Problem with logging inAnd is there any option to change only wordpress interface to english without plugins? i mean for instance name in widgets – calendar – months, but withous posts or sites.
In the other words: All i need is an english version of wordpress interface (all after logging into a wp-panel). I’ve tried to download english WP, but there is no language folder. What I have to do to set my WP panel into english??
Forum: Fixing WordPress
In reply to: Problem with logging inthank you, that helped me.
PS. One more question – when i want to change language into english without installing plugins, what i have to do? Plz, it is very important to me.