m6097
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Have I been hacked?Yes, I think so. Do you see anything which is well known? Beside the files, I do not see anything strange or to be suspicious? I’ll take care.
Forum: Localhost Installs
In reply to: Internationalization and child templateHi, is there a way to delete this post?
Forum: Localhost Installs
In reply to: Internationalization and child templateSorry, wrong forum. Moved to Developing with WordPress.
Forum: Plugins
In reply to: Envira Gallery and jQuery ColorboxAlso, if I try WP-Lightbox-2, it seems to overtake Envira, doesn’t it?
Forum: Plugins
In reply to: Envira Gallery and jQuery ColorboxAlso. If I try Simple Lightbox, for Envira galleries, pictures popup twice, as an element of the Envira Gallery, and by Simple Lightbox. HELP!
Forum: Fixing WordPress
In reply to: Automatic update. How does it work?Hi
fine.
I do think the clone should be the same, and my issue was somehow due to write permissions, not a wp issue.thanks a lot
cheers
marioForum: Fixing WordPress
In reply to: Automatic update. How does it work?Hi,
by the following lines:#!/bin/bash wget -m -c -N ftp://id:pw@remoteHost sja "mydb.xml" (see SJA for Linux, with proper .xml) cd /.../Search-Replace-DB-master/ (see https://interconnectit.com/) php srdb.cli.php --host localhost --name backDB --user id --pass pw --search remoteHost --replace backapHost --verbose true cp wp-LocalConfig.php wp-config.php- This reply was modified 9 years, 8 months ago by m6097.
Forum: Fixing WordPress
In reply to: Automatic update. How does it work?HI
thanks reply.
What do you mean?
My (wrong?) understanding is that as soon I clone any change on the production site, the cloned one gets to be a identical clone, hence it gets updated too (I mean, if the former got updated meanwhile). It is not planned that I or anybody else visit the cloned one.
(hope I was able to explain myself)
Am i wrong?
thks cheers marioForum: Fixing WordPress
In reply to: Automatic update. How does it work?Hi Steve
I know about 777, and I am back to 755. Still, my main question is:
if my production site is updated, will my backup/cloned site be updated too?
thanks cheers
mario- This reply was modified 9 years, 8 months ago by m6097.
Forum: Fixing WordPress
In reply to: Automatic update. How does it work?On the server with the cloned wp, I was able to update wp to 4.6.1. by
# chmod -R 777 wp-content/
# chmod -R 777 wp-includes/
# chmod -R 777 wp-admin/
# chmod -R 777 readme.html
and adding define(‘FS_METHOD’, ‘direct’); to wp-config.php.Still, I am not sure how to assure that the next automatic update on the main server is cloned on the backup server.
Related question, which permission do I need to have (on which folders) to assure update?thks cheers mario
Forum: Fixing WordPress
In reply to: Automatic update. How does it work?Thanks. This is fine. My issue is why the cloned copy has not been cloned updated. Better, files seem to be updated, but http://wp.cloned.tld/wp-admin/network/update-core.php keeps asking for update to 4.6.1. How that could be possible at all, if I just cloned everything (files, database)?
Forum: Networking WordPress
In reply to: cloning a multisiteHi
It seems that to update db as below fixes it;
UPDATE<localdb>.wp01_blogsSETpath='/localwp/' WHEREwp01_blogs.blog_id=1;I hope this is good enough.
thanks
cheers
m.Forum: Networking WordPress
In reply to: Clone Multisite in godaddyHi
to clone from where to where?
I am trying to clone from GoDaddy to Local machine, and it (almost) works.
cheers
m.Forum: Networking WordPress
In reply to: cloning a multisiteHi
Something like ‘this page does not redirect correctly’ (translated).
If I try to open http://localhost.localdomain/localwp/wp-admin/network/, error-log file gets (more than 10) lines as:
127.0.0.1 - - [05/Jan/2015:09:33:24 +0100] "GET /localwp/wp-admin/network/ HTTP/1.1" 302 -
I do not see any other error message.
thks m.Forum: Networking WordPress
In reply to: cloning a multisiteHi Mika,
thanks for your help.
Indeed, you are correct, it helped to update my host file with lines
127.0.0.1 subA.localhost.localdomain localhost localhost4…127.0.0.1 subZ.localhost.localdomain localhost localhost4.I may see all of my sites, and login into all the dashboards (without your suggested trick). So far so good. A remaining issue is that, if I try to open http://localhost.localdomain/localwp/wp-admin/network/ (NetworkAdmin/Dashboard), I get a wrong redirect alert message from Firefox. Why so? Do I need to localize a further record in the (cloned) db?
cheers
m.