notalentgeek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Yet again another cookie error while login.@jackie McBride
There is nothing wrong with typo. Actually there are two identical databases in my PHPMyAdmin (that is why my search returns nothing) that stores posts from my blog. I am not sure how this can happen. Half of my posts, especially the older posts are all fine. Only some newer posts have their images wrongly linked.
I will try to re – make my blog on different platform. This is so time consuming.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Yet again another cookie error while login.@jackie McBride
Holy McBride, it is working!!! Thanks. I can now log in into my dashboard.
There is a thing though. Although my themes is working again, my images are still missing. It refers me to localhost/blog_wordrpress/localhost/blog_wordpress/wp-content/… while it should go to localhost/blog_wordpress/wp-content/….
I tried to search and replace localhost/blog_wordrpress/localhost/blog_wordpress/ with localhost/blog_wordrpress/ but there is no such entry in the database.
What should I do?
Forum: Fixing WordPress
In reply to: Yet again another cookie error while login.@jackie McBride
Ohhh hello!
I think my hosting was a Linux shared hosting. While my local is a Windows 10 Pro. My folder name is blog_wordpress.
While it was in remote I remember, I changed its (all file and folder) permission to 777 (or lower?) using chmod.
I did change the WP_HOME and WP_SITEURL to http://localhost/blog_wordpress. However, all images and themes are still set into absolute address of my remote. Hence, when there is no internet connection, images and themes are not loaded.
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?I fixed it. Holy shit, finally!!!
The $table_prefix in wp-config.php is screwing my blog.But I cannot access wp-admin at this moment, it redirects me to localhost.
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?Still does not working. I am desperately need my blog back at this moment :(.
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?I have copied the WordPress directory from the remote from local. So the ones that I told you here is the local WordPress.
My remote WordPress have limitation on MySQL query (idk what was the support talking about actually).
The blog url and the permalink is set with these codes in wp-config.php.
define('AUTOSAVE_INTERVAL', 5); define('WP_ALLOW_REPAIR', true); define('WP_HOME','localhost'); define('WP_SITEURL','localhost');And for your info my .httacess is completely empty. Could it be the problem?
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?@ravin.
1. Deleting cookies effect nothing.
2. I think my database is working, I saw once that my posts are okay until I refresh again my blog.
3. I did rename my plug – ins folder, it also effects nothing.Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?@ravin, I could not even login. How?
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?Now it refers me to installation page again.
What the fuck is actually happens?
Why me keep refreshing the WordPress blog changes the blog behaviors?Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?I do not get it anymore. Now it is working. Well… kinda… but the login page in my local refers to remote login (I have both exact copy in my local and remote). So when I login in local it refers me to wp-admin in remote.
I am confused.
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?@ravin, I reverts the theme codes, both index.php and style.css. It solve nothing. My blog keep directs me installation page.
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?@ravin, I will try.
Forum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?I just tried to repair the WordPress database using, http://localhost/wordpress_blog/wp-admin/maint/repair.php.
Here are the results.
wp_tmcy_users: Table 'wordpress_blog.wp_tmcy_users' doesn't exist wp_tmcy_usermeta: Table 'wordpress_blog.wp_tmcy_usermeta' doesn't exist wp_tmcy_posts: Table 'wordpress_blog.wp_tmcy_posts' doesn't exist wp_tmcy_comments: Table 'wordpress_blog.wp_tmcy_comments' doesn't exist wp_tmcy_links: Table 'wordpress_blog.wp_tmcy_links' doesn't exist wp_tmcy_options: Table 'wordpress_blog.wp_tmcy_options' doesn't exist wp_tmcy_postmeta: Table 'wordpress_blog.wp_tmcy_postmeta' doesn't exist wp_tmcy_terms: Table 'wordpress_blog.wp_tmcy_terms' doesn't exist wp_tmcy_term_taxonomy: Table 'wordpress_blog.wp_tmcy_term_taxonomy' doesn't exist wp_tmcy_term_relationships: Table 'wordpress_blog.wp_tmcy_term_relationships' doesn't exist wp_tmcy_termmeta: Table 'wordpress_blog.wp_tmcy_termmeta' doesn't exist wp_tmcy_commentmeta: Table 'wordpress_blog.wp_tmcy_commentmeta' doesn't existForum: Fixing WordPress
In reply to: WordPress website redirects to installation page. What should I do?I have put a backup from remote to local. However, after setting database (import, change in wp-config.php) my blog keeps redirects me to installation page.
So I guess there is no problem with my hosting provider but the WordPress itself. What should I do?
Forum: Fixing WordPress
In reply to: Themes no images and thumbnail. What to do?Never mind, I did not manage to solve this problem. But instead I create a new WordPress site and then import the .xml file from my local WordPress site.