domainpack
Forum Replies Created
-
Forum: Plugins
In reply to: [Language Bar Flags] links don't workHi
Your pluging is exactly what i cas looking for but seems not working.
Could you please check on http://www.http://projecteurs-concept.com/ as the UK flag doesn’t link to http://projecteurs-concept.com
And the FR flag : doesn’t link tohttp://projecteurs-concept.com£/fr
Where I can update these 2 flags.
Thanks for your help
Regards
Forum: Fixing WordPress
In reply to: WP One-click Update is not thereHi,
I found the problem and the solution :
To answer to your question: Yes, I always connected as “Administrator”.
Problem:
Installation of WP via cPanel using a cPAddons
When we compared the server files with a normal WordPress installation, we could see some additional modifications done by cPanel (comments added by cPanel is there in the code. That is how we identified it. We suppose this is because the installations is done via the “Site Software” feature of cPanel.)Solution:
Just delete lines 31, 32 and 33 of “wp-admin/includes/update.php”
and lines 142 and 143 of “wp-admin/update-core.php”.Thanks for your time!
Forum: Fixing WordPress
In reply to: WP One-click Update is not thereDear James,
Our site is not multisite as per the link given below
http://codex.wordpress.org/Create_A_Network
There is no such settings given in the files wp-config and wp-admin side. So we can confirm that all the concerned sites are single site installations.
Any other idea?
I’ve heard about a permission issue could be the cause… what do you think?
Forum: Fixing WordPress
In reply to: WP One-click Update is not thereDear James,
As per your update, we have checked if the parameter “define( ‘AUTOMATIC_UPDATER_DISABLED’, true );” is added in any of the wp-config file of the concerned domains. However we could not see any such parameters in any of the wp-config file of the domains in our server.
~~~~~~~~~~~
root@ns3 [~]# locate wp-config.php | xargs grep “define( ‘AUTOMATIC_UPDATER_DISABLED’, true );”
root@ns3 [~]#
~~~~~~~~~~~Further we also checked if any filters are set in order to stop the automatic update. We could not see the same as well. Therefore we believe that this is not the reason for the issue.
~~~~~~~~~~~
root@ns3 [~]# locate wp-content/mu-plugins | xargs grep “add_filter( ‘automatic_updater_disabled’, ‘__return_true’ );”
root@ns3 [~]#
~~~~~~~~~~~Any other idea?
Forum: Fixing WordPress
In reply to: WP One-click Update is not thereHi,
No, this is a simple website with one domain name.
What I meant is that many different websites with their own domain name are installed in the same server. In some of them, the “one-click update” feature works and in some it doesn’t.Please, advice.
Forum: Fixing WordPress
In reply to: WP One-click Update is not thereDear James,
I really appreciate your time answering, as this has become a big issue for us.
I’m sure is not the server, this is an aleatory issue. This feature works in some accounts in the same server and in some not.
I would like not to have do upgrade manually every time all the WP installation in my server as I have too many, but I would like to solve this issue with the “one-click update” feature.
Do you have any idea why this happen and how to solve it definitely?
Kind regards,