Same issue, am newbie to wordpress (this version since last year), noticed the issue when trying to drop & drag widgets to no avail. Am using 4 different themes for my site through 3 other folders besides root. Installed wordpress correctly into separate folders with separate files and separate wp-config.php for each with separate databases.
Called godaddy they wouldn’t help with JSON said it was a javascript . . . Completely uninstalled wordpress one by one to be sure my multiple folders weren’t causing the issue.
Downloaded a new wordpress zip file, downloaded winzip just to be sure it wasn’t a windows extract all files issue, unzipped, dragged & dropped to my ws_ftp uploader. Tried it on my xp home computer to be sure it wasn’t a windows 7 issue (same, couldn’t drop/drag widgets in xp either).
Instead of using ws_ftp auto upload this time, created folders within root itself and uploaded file by file according to ASCII & Binary to root only (no additional folders this time).
I’ve trouble shooted from my end all I can & I REALLY need some expertise here. Below is the coding in my php.ini file (which godaddy tech says is current php file)- how/what do I change to get wordpress 3.2.1 to work correctly? I have deleted wordpress so there’s nothing to see right now at lindaloustarr.com – Breathe Possibility.
I went to php.net on the suggestion of godaddy tech and I am out of my league there . . .
Thank you so very much for your kind & speedy reply :>)
—————————
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”
; Only uncomment zend optimizer lines if your application requires Zend Optimizer support
;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
; — Be very careful to not to disable a function which might be needed!
; — Uncomment the following lines to increase the security of your PHP site.
;disable_functions = “highlight_file,ini_alter,ini_restore,openlog,passthru,
; phpinfo, exec, system, dl, fsockopen, set_time_limit,
; popen, proc_open, proc_nice,shell_exec,show_source,symlink”