phouba
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets will not save (only text widget will)Hi sunni77,
for me, the problem as i mentioned in the other thread (https://wordpress.org/support/topic/widgets-not-saving-again?replies=20#post-5298045) was due to the interaction between WordPress and another CMS, SPIP, installed on the same server account. I installed WordPress on a subfolder while SPIP was installed at the root. SPIP had a special security screen (ecran_securite.php) which was in conflict with the Worpress widgets. Removing this security screen solved the problem.
You mention that your problem occurred after a hosting migration. Is your WP installation alone on the new domain?
I don’t think this is related to a particular version of WP.
Regards,
PascalForum: Fixing WordPress
In reply to: Widgets not saving (again)I found the solution.
This is a problem of interaction between WordPress and another CMS, SPIP, installed on the same server account. I installed WordPress on a subfolder while SPIP was installed at the root. SPIP has a special security screen (ecran_securite.php) which is in conflict with the Worpress widgets.
This is explained in french here :
http://recitmst.qc.ca/wikinimst/WordpressSpip/txtThis is solved by removing the security screen in SPIP altogether.
Forum: Fixing WordPress
In reply to: Widgets not saving (again)Widgets are still not saving in accessibility mode.
I’m using Safari 6.1 on OS X 10.8.5. Same behavior in Chrome and Firefox.
I tried the plugin. Same behavior.
Java Script console shows no error or warning.
As another site i manage on another server is working fine, this should be more related to server than browser.
Forum: Fixing WordPress
In reply to: Widgets not saving (again)Sorry, i can’t see what plugin you’re talking about.
Forum: Fixing WordPress
In reply to: Widgets not saving (again)Yes, there were some widgets already defined in the footer. These appear normally.
When I try setting another widget from the available widgets (text, calendar, another meta, …) in the footer or in the sidebar, it is not saved (it produces the notice if WP_DEBUG is true).
If i remove a widget that was already defined in the footer, this is saved. If i put it in the deactivated widgets list, it can be put back in the footer and saved. However, if it is removed completely and i try to put back another widget of the same kind, it cannot be saved.
It seems that it is not possible to create new widget ids.
Forum: Fixing WordPress
In reply to: Widgets not saving (again)The URL is http://www.riposte-cte.collectifs.net/wp2/
Forum: Fixing WordPress
In reply to: Widgets not saving (again)I tried to set WP_DEBUG to true in wp-config.php.
When i try to save a widget, for example a text widget, i receive the following notice :
Notice: Undefined index: text-3 in (…)/wp2/wp-admin/includes/ajax-actions.php on line 1640
Can this give a clue?
Forum: Fixing WordPress
In reply to: Widgets not saving (again)I just reinstalled a fresh WP 3.7.1 on the same server but in another subfolder. The same issue is happening. This is with default theme (Twenty Thirteen). No other theme or plugin installed. So this is definitely not theme-related.
Maybe this could be related to access rights?
Forum: Fixing WordPress
In reply to: Widgets not saving (again)Yes, i can do that also but as i mentioned, this is not obviously theme-related. There are a lot of other similar problems on this forum or other ones (just try a search with ‘widgets not saving’). This kind of problem is recurring since years and it seems this is not seriously addressed by the WordPress support.
I read most of the similar threads and a few of them are resolved by theme-related problems (sidebar id not lowercase or not matching the sidebar name for most of them). I checked that this is not the case for my current theme.
Forum: Fixing WordPress
In reply to: Widgets not saving (again)I am using the theme ePix (http://themeforest.net/item/epix-responsive-fullscreen-photography-theme/5783556?ref=prothost).
I cannot exclude that this comes from the theme but i have another site on another server with the same theme for which there is no problem, and changing to Twenty Thirteen or other basic theme replicates the problem. I even tried completely removing the theme from the installation.
Maybe i can try to rebuild a site from scratch on the same server.