Hi,
Since 3.4.2 release, when I want to change a theme to any another theme elsen (even Tweenty Ten), I get the message "Cheatin' uh?".
Any ideas ?
Thx
Hi,
Since 3.4.2 release, when I want to change a theme to any another theme elsen (even Tweenty Ten), I get the message "Cheatin' uh?".
Any ideas ?
Thx
Try:
- switching to the Twenty Eleven theme by renaming your current theme's folder inside wp-content/themes and adding "-old" to the end of the folder name using FTP or whatever file management application your host provides.
- resetting the plugins folder by FTP or phpMyAdmin.
I've tried both, and it's the same message when I try to change theme...
How did you reset the plugins folder? Using Phpmyadmin? If not, try that.
I reset the plugins folder by replacing it by the plugins folder coming with the install package. I've made a simple move unix command. And I get the same message.
And I've tried too to replacing the themes folder by the one which comes in the install package, and I get (again and again) the message "Cheatin' uh?".
Any other ideas ?
Site url?
It's a multisite WordPress, here's one (but there's the same problem with all other sites) :
http://sigfin12.wp.mines-telecom.fr/
Have you tried setting up a test single-site install on this server?
No, but it would take time. A test with the same plugins and themes ? Is it really necessary ?
It would help to confirm whether this is a Multisite specific issue or if it's being caused by a server configuration problem.
OK I try ASAP and keep you in touch
I am having the same issue with twentyten on a single site install...
Interesting... although very frustrating for you, I'm sure. This means that it's more likely to be a server issue. I'll ask around and see if any of the other forum volunteers have come across this situation before. In the meantime, did you create this new site using a fresh download of WordPress?
Another thought: Have you tried emptying your browser cache and deleting your cookies?
I know this isn't a good solution, but I rolled back my installation to a previous version of WP and the error message disappeared.
That is a really, REALLY, bad idea. Rolling back leaves your site(s) open to hackers.
It is not a clean install and I tried a clean install locally and it's all working fine. I also tried the twentyelleven theme before I rolled back my wp and I had the same issue.
I tried a clean install locally and it's all working fine
Which suggests that this is a server configuration issue.
Thanks esmi i will have a look into it and I will post whatever I find out.
So I tried single-site clean install on the same server with same configuration (PHP, I'm using 5.4.6 and Apache rewriting for permalinks) and it's OK, I can switch from twenty-eleven to twenty-ten theme.
I tried too emptying your browser cache and deleting your cookies, and it's the same.
When I tried too emptying your browser cache and deleting your cookies, and said "it's the same" : it means that I get the message "Cheatin' uh?".
Still having problems with the Multisite?
Yes, unfortunatly...
Just to re-cap, have you tried removing all plugins from all sites? Is there any difference if you log in as Super Admin?
Yes I tried removing all plugins from all sites by replacin plugin directory by ehe one provided by install package, the message was still there.
Logged as admin on the root site, it's also the same message when changing theme.
I'm pretty much out of ideas. :-( All I can suggest is that you try posting in the Multisite forum and mention that previous testing has confirmed that the issue is specific to this multisite. Posting a link to this topic might help too.
I'VE FOUND THE SOLUTION... AT LEAST...
It's because of the constant NONCE_SALT :
define( 'NONCE_SALT', 'xx' );
This line was after this line :
require_once(ABSPATH . 'wp-settings.php');
When you put it before, there's no more message "Cheatin' uh?".
Weird no ?
You must log in to post.