arielgalula
Forum Replies Created
-
I also have the same problem. FeedBurner return “An error occurred connecting to the URL: Read timed out” but FEED Validator return no error.
FeedBurner Google Group don’t help. Disabling plugins – don’t work.
Forum: Fixing WordPress
In reply to: Howto disable permalinks without phpSolved!
I edit “wp_options” table and “permalink_structure” field via phpMyAdmin.
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverSolved!
I found that the problem cause after moving server directory from /home/arielg to /home2/arielg.
I manually search and replace (Thank’s to figaro) all “/home/arielg” string and replace it with “/home2/arielg” in MySQL database.
I manually edit advanced-cached.php and wp-cache-config.php and disable WP-Super-Cache and replace the string.
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverThank’s that clearing some issues, but not all. It still don’t work and nothing but home page don’t work.
Forum: Fixing WordPress
In reply to: Howto disable permalinks without phpI have PHP installed but any PHP based wordpress component don’t work. I can’t get into admin panel.
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverNo, i think you don’t have to add zerocarboncaravan.net at the end. but now you have another problem, all your links are referring to the previous site.
You need search all your previous site url and replace them with localhost.
It’s a bit risky process, backup before altering your MySQL database.
Try this short tutorial: https://www.zimmertech.com/tutorials/php/60/mysql-search-replace-phpmyadmin.php and run those query throw phpMyAdmin.
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverYes, change siteurl and home in wp-options.php, or in wp_options table via phpMyAdmin.
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverThank’s whooami, but i can’t get into my wp-admin panel or ant component. I see the duplication, i remove wp-super-cache plugin directory and clean .htaccess to that, and it’s don’t work:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverWhen i delete .htaccess file nothing work even home page, how i change wordpress back to use ?p=number and not permalinks?
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverI also use permalinks, and my .htaccess content is:
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L] </IfModule> # END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverI also try various past backups that work in past, nothing working now.
And also remove “/” as mention here.
And also try to install fresh wordpress on XAMPP in my personal home computer. Nothing work.My blog address: https://arielgalula.co.cc
Please help, i can’t resolve it by myself.
Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverI just remember another part:
In the old server my home directory was “/home/arielg/” but now is “/home2/arielg/”.