I have AJAX error when editing new display, after creating new view step in "admin/build/views". This error appears on any item of display page. I try to disable javascript in Tools page and received empty page on item editing click.

Platform: Apache/2.2.13 (Win32) PHP/5.3.0. MySQL: 5.1.39-community.

Comments

W32’s picture

And with this error, drupal continuously shows php warning: "warning: Parameter 3 to views_ui_ajax_form() expected to be a reference, value given in C:\web\includes\menu.inc on line 348."

SaxxIng’s picture

Same problem to me too!
After upgraded to 6.x-2.7 some views doesn't work anymore (blank pages). If I try to edit this views, I obtain the message "an error occurred at /views/ajax". I'm not sure but it may be a problem with VBO module (at a first analyze only the views with style "Bulk operations" doesn't work).

dagmar’s picture

Status: Active » Postponed (maintainer needs more info)

Note: Views 2.7 contains some rearrangment of the order of field rendering. While I didn't see any errors or hear of any errors due to this, it may affect some external style plugins. If you have a problem with how fields render and are using a non Views-core style, please doublecheck with the 'table' or 'unformatted' styles and see if the problem persists. If it does not, it may well be the style provided by a module.

@W32: Can you export your view?

@SaxxIng: Please, deactivate javascript an you will see the complete error message. Copy this message here.

merlinofchaos’s picture

The original post here is the PHP 5.3 incompatibility issue -- search the queue for PHP 5.3 please.

W32’s picture

merlinofchaos
Thank you.

PHP 5.3 incompatibility issue - :(
I distressed. Dose View will work correctly after rollback to PHP 5.2.11 ?

dawehner’s picture

Yes it will.

merlinofchaos’s picture

Yes, though I *believe* there is a patch in that issue you can try so you can use 5.3 as well. It hasn't been committed due ot concerns about breaking PHP4 compatibility with it.

W32’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
WSRyu’s picture

#6 worked for me, check : http://drupal.org/node/452384