arielicas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only "Home" is displayedCan you tried this in your htacess
AddType x-mapp-php5 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: Only "Home" is displayedPlease check your .htaccess
Forum: Fixing WordPress
In reply to: Unable to access most of DashboardHi Krdanders,
Before you do anything further. I think it’s wise to load your old backup instead.
Thank you.
Forum: Fixing WordPress
In reply to: I cannot access my blogHi immoniks,
As the moment your hosting is still in wordpress.com which is not properly working.Thank you.
Forum: Fixing WordPress
In reply to: wp-admin BLANK PAGEI think better try replaced all your site with wp 4.1
Forum: Fixing WordPress
In reply to: wp-admin BLANK PAGEHi,
I also encountered this before. Please check this out http://www.arielicas.com/solve-wordpress-admin-dashboard-blank-screen/
Thank you.
Forum: Fixing WordPress
In reply to: Deleted left menu by accidentcheck the link here http://localhost/yourwordpressfolder/wp-admin
Forum: Installing WordPress
In reply to: launching issuesCan you please give the url?
Forum: Installing WordPress
In reply to: Database missing tablesi think if you have the soft copy of the content. Better install the updated wordpress. This will save you time than troubleshooting error 🙂
Forum: Installing WordPress
In reply to: Database missing tablesHi @megignite ,
Yes I think you need to start from scratch. Maybe the backup you made is already hacked. Even though you change hosts you need to check the weakness of your wp site. Check the logs if you have stats or error logs to check how did your site was hacked.