Yosemite, you Otto42 and many others are unbelievable. You are so quick to respond to peoples problems; I salute you and everyone like you who takes the time to help people.
I’m sorry about the length of this reply, but there seems to be a lot of people having problems with getting widgets to work.
Based on your comments, I did place the scriptaculous directory in wp-includes/js. It didn’t change anything. I have been trying to solve this problem for a week and have tried everything I have seen on the WP forum, including changing themes recommended by WP for widgets, uploading, and etcetera.
When I go into my sidebar widgets control, the boxes are not side-by-side. I have one empty box on top (it’s the one where I should drag and drop) and another below it with all of my widgets. It’s almost impossible to drag anything to top box. But, even if you do drag a widget to the top, you can’t do anything with it. It’s just an icon.
Based on numerous comments about problems with widgets, I did some research.
I am no wiz when it comes to PHP. So, I went to the official site and discovered there is a bug in PHP 4.3 (the one my host uses) with “function command.” I was amazed that the PHP pros did not have a solution to the bug.
Like them, I was getting numerous PHP WARNINGS and PARSE ERRORS when I checked my host error logs. All of the errors, pointed to line 22 in widgets.php. When I examined this file, sure enough it is a function command on line 22 that was a redeclare. Below are a couple of comments from the PHP forum (somewhat old based on newer versions).
“The problem does not appear to be that php defines a gc() function that phplib is clobbering, but that phplib’s session.inc file actually tries to define gc() twice.”
“seems that this is an enhancement of php – because the bug is really in phplib. sorry.”
“SURELY someone knows how to fix this annoying error? It was first reported over 2 months ago and there are no postings on this problem report showing a resolution. Well?”
Thus, I’m not sure there is a fix unless my host updates its version. As I said, I’m no PHP wiz, but what I read last night did not make me optimistic.
If I am wrong, please let me know,
Tony