JpFayolle
Forum Replies Created
-
No.
Which version is your Firefox? Mine is 18.0.1.
Here is what I get with Firebug:
<script src=”https://apis.google.com/js/plusone.js” type=”text/javascript” gapi_processed=”true”>
<div id=”___plusone_0″ style=”height: 60px; width: 50px; display: inline-block; text-indent: 0px; margin: 0px; padding: 0px; background: none repeat scroll 0% 0% transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline;”>
<iframe id=”I0_1361953572602″ width=”100%” scrolling=”no” frameborder=”0″ hspace=”0″ marginheight=”0″ marginwidth=”0″ style=”position: absolute; top: -10000px; width: 50px; margin: 0px; border-style: none;” tabindex=”0″ vspace=”0″ name=”I0_1361953572602″ src=”https://plusone.google.com/_/+1/fastbutton?bsv&size=tall&hl=en-US&origin=http%3A%2F%2Fqualilogy.com&url=http%3A%2F%2Fqualilogy.com%2F&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.es.u0XYquA39Hc.O%2Fm%3D__features__%2Fam%3DqQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMdScdMF_j2QBr-rStqYaiaEcI06A#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled&id=I0_1361953572602&parent=http%3A%2F%2Fqualilogy.com&rpctoken=39565230″ allowtransparency=”true” data-gapiattached=”true”>
<html>
<head>
</head>
<body>
</body>
</html>
</iframe>
</div>Does it help ?
Forum: Networking WordPress
In reply to: Multisite multilingue redirection after migrationTopic closed.
Forum: Fixing WordPress
In reply to: Admin menu pointing on previous subdomain after moving filesLast recommandation: work in a dev subdomain but don’t try to copy/move on the main domain. Instead, redo the operations on the main domain.
There are not a lot of information on this topic and most of it is not for a multisite installation.
Forum: Networking WordPress
In reply to: WordPress 3.5 multisite migration – Some images dont't showImages now show once I moved from dev.example.com to example.com.
Regards,
JPForum: Plugins
In reply to: [Google Analytics MU] Question about indicating domain: start with a dot?Ok it works, but when indicating the network domain, it is not clear if it should start with a dot or not. I believe a precision here might be welcome.
Regards
Jean-PierreI believe I have seen a setting allowing to order alphabetically so I suppose that without this activated, it will be orderer by the creation date (which is not the publication date), so that the last one would be at the top of the list.
I will test it when I’ll have time (this migration has been an heavy work amd I still have a lot of verification to do).
Regards,
Jean-PierreHi Daniel,
Maybe but as a consultant in application quality (look at my blog https://www.qualilogy.com), I tend to minimize customization as much as possible.
Not that it cannot be done correctly, but to do it correctly in this case means a theme child, a good knowledge not only of PHP but of WP APIs and there is always the risk that a plugin will conflict with your own development. Furthermore, you have to maintain your own code in the future.
So I believe that this is more effort than it is worth in my case. I have been doing a 301 redirection from all the https://www.example.com/category/postname whichever the ?/lang= parameter, to the english page https://www.example.com/en/postname.
Not the most precise, but as I updated the internal links (to the correct page according to the language), the redirection is only for the external search.I will close this topic.
Regards,
Jean-PierreYes I installed it thru wordpress.
Remember that the problem is just because using the wordpad, I don’t have scroll-wheel and I had to figure using the keyboard, but the main point is that visually, there is no indication that you need to scroll in the list, so I was thinking that the post was not created.I have migrated (copy/pasted) the 60 posts x 3 languages and created all the links between them. I moved from dev.qualilogy.com to qualilogy.com and solved all the problems caused by moving a multisite intallation.
I did not have to play with mls% entries you indicated me, just changing the domain is OK, but I had to do it in more than the wp_options table.
Should I close these topics?
Regards,
Jean-PierreForum: Networking WordPress
In reply to: Multisite multilingue redirection after migrationAllright,
The problem comes from the /?lang parameter.
I did try
Redirect 301 /application-quality/the-3-costs/ https://qualilogy.com/en/the-3-costs/
and it comes to:
https://qualilogy.com/en/the-3-costs/?lang=esSo I can redirect any page (fr, en, es) to the english one (en) but not to the one specific to the language.
What should I do so that the parameter is taken in account?
Redirectmatch?Do not hesitate to ask for any precision,
Regards,
Jean-PierreForum: Networking WordPress
In reply to: No Dashboard on new sitesI don’t know how you did create your multisite installation but mine was in a sub-domain dev.example.com and everything was fine until I moved everything to example.com.
Then I had to change the tables wp_options, wp_sites, etc. and the wp-config.php file.Then I got the loop problem on the site. So I did :
. delete the cache from Firefox
. try with Internet ExplorerThen I changed the htaccess file and it works.
Not sure it can help but don’t hesitate to ask for any precision.
JPForum: Networking WordPress
In reply to: Multisite multilingue redirection after migrationI have now moved to the multisite installation (see https://www.qualilogy.com, see https://www.qualilogy.com/fr/, ../en/, ../es/) but I cannot get any redirection working.
I have been doing the following tests, unsuccessfully:
In .htaccess:
Redirect 301 https://qualilogy.com/application-quality/the-3-costs/?lang=es https://qualilogy.com/es/los-3-costesRedirect 301 /application-quality/the-3-costs/?lang=es https://qualilogy.com/es/los-3-costes
Redirect 301 Redirect 301 /?lang=es https://qualilogy.com/es/
Creating an /application-quality/ folder with its own htaccess. with
Redirect 301 /the-3-costs/?lang=es https://qualilogy.com/es/los-3-costesAll these instructions on first line of the htaccess file.
Nothing works.I will continue investigating. Maybe the rewrite instructions ?
Do not hesitate to ask for any precision.
Regards,
Jean-PierreForum: Networking WordPress
In reply to: No Dashboard on new sitesAllright,
I got it fixed by copying the following lines into .htaccess, as indicated in the ‘Network admin’/’Dashboad’/’Settings’/’Network setup’:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Do not hesitate to ask for any precision.
Regards,
JPForum: Networking WordPress
In reply to: No Dashboard on new sitesI got the same problem of not accessing the site dashboard after copying my multisite installation from dev.example.com to example.com.
Although I don’t have problems with the number of site nor the number of users.
Flushing Firefox cache did not work. I will open a new ticket in order to avoid polluting this one.Regards
JPForum: Fixing WordPress
In reply to: Admin menu pointing on previous subdomain after moving filesOk. I found that I had to change wp-config.php.
Now it workds (I cannot login with another user but I will check why.You can close this ticket.
Regards,
Jean-PierreForum: Fixing WordPress
In reply to: Admin menu pointing on previous subdomain after moving filesI precised that clicking on any sub-menu of ‘Network’ (Dashobard, Sites, …) generates an error message:
“Error establishing a database connection” / “Could not find site dev.example.com. Searched for table wp_blogs in database example_wpxxxx. Is that right?”
I can’t find where it gets the value ‘dev.example.com’ as it is not anywhere in any tables (except the mail of the admin).