Shawn Hooper
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deleted unknown FTP filesYou’re correct that index.php is missing, but I suspect there is also more than that. For example, I don’t see wp-config.php would has the settings to connect to the database.
Also, what is the wordpress/ directory?
Agreed with Bill, your first call should be to the web host to see if they have a backup available. If they don’t, I would go download the latest version of WordPress here:
https://www.ads-software.com/latest.tar.gz
and figure out what’s missing. A new wp-config.php file will definitely be required – so I hope you know the mysql credentials for the site.
Good luck.
Forum: Fixing WordPress
In reply to: "Edit Page" URL Remains ConstantMost likely somewhere in functions.php.
Your best bet would to be reach out to theme developer and report the issue.
Forum: Fixing WordPress
In reply to: Featured Image doesn't upload pictureSounds like maybe a file permissions issue that’s blocking the uploads from working.
I would check the permissions on your wp-content/uploads/ folder. I suspect it’s too restrictive. I believe it should be set to 646.
Full full detail on file permission settings in WordPress, see: https://codex.www.ads-software.com/Changing_File_Permissions
Forum: Fixing WordPress
In reply to: Weird http404 errorsThat is strange, and you’re right, that IP is registered to Microsoft.
Does your sitemap have /test on the end of the URLs?
Forum: Fixing WordPress
In reply to: Issues with wordpress Version 4.1Hey Solweb,
I would disable your plugins, and activate one of the default WordPress themes. Test again and see if everything works. If it does, then you know your theme or a plugin is causing the problems. Re-activate one by one until you find the one that breaks the site.
If disabling plugins and activating a default theme doesn’t work, I would suspect something went wrong during the WordPress installation or upgrade. At that point, I would try re-installing WordPress. There are instructions for that here: https://codex.www.ads-software.com/Updating_WordPress#Manual_Update
Forum: Fixing WordPress
In reply to: Featured Image doesn't upload pictureDoes this error only happen when trying to upload a Featured Image? Are you able to upload images in the Media Library?
Forum: Fixing WordPress
In reply to: Weird http404 errorsJust curious, are all these entries in the logs from the same IP address?
Forum: Fixing WordPress
In reply to: Unable to type any content on pagesHey Torontoguy,
If everything works properly when you change themes, then unfortunately my recommendation is to post your problem in the Moesia theme support forum, here: https://www.ads-software.com/support/theme/moesia
Shawn
Forum: Fixing WordPress
In reply to: Unable to type any content on pagesHi Torontoguy,
If you revert to one of the default WordPress themes (like TwentyFifteen) are you able to add content to individual pages? I just want to rule out something wrong with the theme you’re using.
Also – you’ve mentioned widgets (in particular, the behaviour with the footer widget – sounds like it’s doing exactly what it’s supposed to). Have you tried editing using either the Pages or Posts menus? You should have a large editor with a toolbar above it that appears in the center of the screen.
We’ll get this figured out.
Shawn
Forum: Fixing WordPress
In reply to: not responsive on mobile deviceHi lahiri,
The problem is that your site is located within a frameset. If I go to https://lamagoso.iams.tv/wp/ from my mobile, I see the mobile version perfectly.
If I go to lamagoso.com – I get the full desktop view.You could try adding
<meta name="viewport" content="width=device-width, initial-scale=1.0">
between the <head> and </head> tags on the index page on lamagoso.com. That *might* work. If it doesn’t, I would install WordPress directly on the lamagoso.com site instead of redirecting to the .tv site.
Shawn
Forum: Fixing WordPress
In reply to: not responsive on mobile deviceCan you share the address to your site?
Forum: Fixing WordPress
In reply to: Fatal error memoryHey CrackingAce,
You can change the maximum memory allocated your site by adjusting your wp-config.php, or php.ini file on the server. Here’s some instructions on how to do that:
https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Shawn
Forum: Fixing WordPress
In reply to: Unknown Input Variables Exceeded 1000If you switch your active theme to one of the WordPress defaults, like TwentyFifteen, do you still get this warning?
Forum: Fixing WordPress
In reply to: unexpected error occurredUnfortunately I’m out of suggestions at the moment. Anyone else?
Forum: Fixing WordPress
In reply to: Constant Hacking of WebsiteYou can also make sure that the file permissions on your server are properly set and other measures are taken to mitigate these attacks. I recommend reading this document on hardening your installation:
https://codex.www.ads-software.com/Hardening_WordPress
—
Your site is currently inaccessible. Is this what you meant by under attack, or did you take down the site in reaction to it being hacked?