Radices
Forum Replies Created
-
There’s two approaches. Fix the errors that are causing the warnings or turn off the error reporting.
Look at this post as a way to suppress the warnings.
http://perishablepress.com/advanced-php-error-handling-via-htaccess/
Forum: Localhost Installs
In reply to: MAMP to Staging: dont see theme changes!Did you import the data base to the staging site?
Forum: Fixing WordPress
In reply to: Run a specific script on first clickThat’s not something most would like to have happen when they visit a site.
Forum: Fixing WordPress
In reply to: Big Issue on multiple WP websitesI suspect the site have been hacked.
Remain calm and carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.
Forum: Fixing WordPress
In reply to: Google search title wrong.It’s cached and you might be able to get google to reindex the site using their web tools or simply wait for google to crawl the site again.
Forum: Fixing WordPress
In reply to: Remember me optionCheck that cookies are enabled on your browser.
Forum: Fixing WordPress
In reply to: Lost all user activity and members list after migrating hostingIf you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
https://www.gavick.com/supportdesk/index.php?/Tickets/Submit
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: FooterLook for a footer.php file in themes folder. Best to ask the theme developers though.
Forum: Fixing WordPress
In reply to: Permissions Issue on Debian server: error HTTP whith media uploadFolders should be set to 755 and files to 644.
Forum: Fixing WordPress
In reply to: 3 domains for 3 site languagesYou should really be asking the WPML developers. Premium products are not supported here.
Forum: Fixing WordPress
In reply to: how to do 301 redirect to www.site with godaddy WP hosting?You should have a cname record in the DNS to do that. Otherwise you could do it using an .htaccess file. Put the file in the root folder of mysite.com.
Redirect 301 / http://www.mysite.com/Forum: Fixing WordPress
In reply to: mkdir problemsHi Ryan,
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via FTP or SFTP, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Admin Login directing to indexHi,
Is it possible that there is a login redirect plugin being used? I’d do the standard debug : disable all plugins by renaming the wp-content/plugins folder via FTP and see if you can get top the dashboard. If you can then enable each plugin one by one to narrow it down.
I’d also check your file and folder permissions based on the 500 errors. Files should be set to 644 and folders to 755.
Forum: Fixing WordPress
In reply to: Audio file from gallery shows 00 content in postAfter I believe.
Forum: Plugins
In reply to: [Event Registration] 403 Forbidden ErrorThat’s great! Thanks for hanging in there yourself.