methane47
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site misaligned on mobileOh ok thanks
Forum: Fixing WordPress
In reply to: All WP formatting has dissappearedSo now that its after 5. I went ahead and upgraded the Website. its now running on Version 3.8.1
And the problem is still exactly the same.
So is there any help you can point me to?
Like is there an integrity checker application or something that can tell me what File is missing or corrupt or whats breaking the website?Like I said before, all the individual pages still work if you browse directly to them They still work Its just the formatting is completely broken
e.g. http://www.anteksxm.com/downloads-2/download-software-1/
Forum: Fixing WordPress
In reply to: All WP formatting has dissappearedI will do that right now and get back to you
Forum: Fixing WordPress
In reply to: Website is now Blank Please HelpActually this website is the website for the company i work for. And i just wanted to make some small changes, I managed to break the entire thing… But anyways …
Thanks for the suggestions but I believe i just resolved it.
Soooooo Here is what i did. So i realized that my backup db import was probably dropping the current Databases everytime it attempted to import.
So i took a gamble and extracted the db.gz file and opened it in Notepad. From there i located my problem child table (wp_ps_groups) and manually inserted a value for the Group Id field. I then gzipped it back up. And imported it in phpmyadmin. And now everything is up and running again..
WHEWWWWwwwww….
Forum: Fixing WordPress
In reply to: Website is now Blank Please HelpYes. The first time i did it, i imported into the existing database. Since then I have deleted the database recreated with the same name and imported again, same error.
Forum: Fixing WordPress
In reply to: Website is now Blank Please HelpOk so what i did now is I restored the Public folder from backup and also restored the database from backup.
Now the site is visible again and most functions work. But the Database is messed up. When i import the database i get the following error:
#1062 – Duplicate entry ” for key ‘group_system_id’
The problem here is that the schema has the group system id as UNIQUE. but apparently the data is not unique. Because of this i believe the system does not fully import the database as only the following databases are created:
wp_commentmeta
wp_comments
wp_download_monitor_files
wp_download_monitor_file_meta
wp_download_monitor_formats
wp_download_monitor_log
wp_download_monitor_relationships
wp_download_monitor_stats
wp_download_monitor_taxonomies
wp_ezpz_ocb_settings
wp_links
wp_mappress_maps
wp_mappress_posts
wp_media_player_stats
wp_newsletter
wp_newsletter_profiles
wp_ngg_album
wp_ngg_gallery
wp_ngg_pictures
wp_options
wp_postmeta
wp_posts
wp_ps_groups
wp_ps_group_relationshipsIt appeares as if there are a few tables missing, But all my database backups give the same error when importing with PHPMYADMIN.
So current status is that the site is up again, but somethings do not work like adding users (i assume this is because there is no user database) Anyway to edit the DB-GZ before i import it?
Forum: Fixing WordPress
In reply to: Website is now Blank Please HelpKrishna – I can log in fine, access the Management. It all works, the actual content of the website is not working. And I have no idea why not.
I can go and select the Theme but the theme has no preview and if you go to the actual website itself, you can see all it currently shows is the blue background and a little formatting.
Is there anything in the database that needs to change to enable it?
I set permissions for my website to be 755 should they be different anywhere else?
Is there some text i need to stick in the htaccess file? or wp-config file? to get this to work?Forum: Fixing WordPress
In reply to: Website is now Blank Please HelpThe true site URL?
anteksxm.comI did some messing around and now the page displays a little bit. I dont know if securities are completely screwed or something