nscullion
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP login screen hackedI have run malicious file scans and fixes and now the text has changed to iskorpitx …
Forum: Fixing WordPress
In reply to: WP login screen hackedwhen i run a malicious code detection plugin it is flagged up, as External Redirect RewriteRule. Can anyone enlighten me a bit on this?
Forum: Fixing WordPress
In reply to: WP login screen hackedDoes this look like it shouldn’t be present in a HTaccess file?
## BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI am having this same problem. I have recently upgraded to WP 3.7.1 and upgraded to new version of Nextgen as well. When I upload everything appears to be working correctly until I get an alert at the end saying 0 pictures uploaded correctly. The gallery lists the number of photos I’ve uploaded but then the links to these are broken. I am also having an issue -which is probably related – with my media library. When I try to upload photos to it, the thumbnails do not show although the photos do show if I click the links.
I am having this same problem. I have recently upgraded to WP 3.7.1 and upgraded to new version of Nextgen as well. When I upload everything appears to be working correctly until I get an alert at the end saying 0 pictures uploaded correctly. I am also having an issue -which is probably related – with my media library. When I try to upload photos to it, the thumbnails do not show although the photos do show if I click the links.
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke siteI found the following solution in another forum topic: add this into the capabilities.php file:
require_once (‘pluggable.php’);
My site is back up and running, though I have lost most of the customizations and will have to get these functional again.
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke siteI have gone through all of these steps but still have a white screen on my site. what else can I try?
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke sitethe instructions are also telling me to upload all loose files from the root directory of the new version to my existing wordpress root directory.
what does this mean? what are the loose files?
What is the wp-config-sample.php file and where do I find it?
Thank you
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke sitethe manual upload instructions are tell me to deactivate plugins. how do I deactivate plugins from the filezilla pane? I have right clicked the files but there is no deactivate option.
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke siteHow do I designate twenty thirteen as the theme to use?
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke siteso I just download it to my computer, then shift it from the local site pane in filezilla to the remote site pane?
Forum: Fixing WordPress
In reply to: WordPress 3.7 broke siteI deleted the twenty thirteen theme I had been using on the site, as well as the twenty twelve. There is a theme already in the themes folder entitled default. how do I ensure that wordpress uses that one or will it automatically use it, seeing as it’s called default?
Forum: Fixing WordPress
In reply to: White Screen after tweaking functions.php fileHi, I’ve just fixed this myself. Yes, the PHP username and password were different from the wp admin panel ones. I knew where the error was in the functions.php file, so i just used filezilla to open it, remove the extra pieces of code, and save. And i went back and checked the website and it’s fixed. Thanks for the reply though!