Path

ez projects / ezcore / forum / general / compatibility with 4.1 ?


Compatibility with 4.1 ?

You need to be logged in to post messages in the forums. New users may register here.

Maxime Thomas

Member since:
11 December 2005

Posts: 18

Monday 30 March 2009 12:03:58 pm

Hi,

I'm expecting troubles on eZPublish 4.1 with the ezcore extension. It works fine with the 4.0.0 and 4.0.3 versions but the index_ajax.php apparently does not do its job on 4.1.

Max
Up

André R

Member since:
20 August 2005

Posts: 171

Monday 30 March 2009 1:48:05 pm

Are you using latest version from svn?

Added support for eZSession::start() some time ago, other then that I had no issues using it on trunk (aka 4.1).

Check your error|warning.log, and what do you get in output that your not expecting?

--
ar

Up

Maxime Thomas

Member since:
11 December 2005

Posts: 18

Tuesday 31 March 2009 7:39:05 pm

I don't know where is the problem.
I'm using the rev 59 but I have a strange bug, the call is well generated, the url rewriting is applied but the html sent is a 404. Maybe it's the index_ajax.php. Will look at it tonight.
Up

André R

Member since:
20 August 2005

Posts: 171

Wednesday 01 April 2009 2:48:56 pm

Got something similar today, so might be related to:
http://issues.ez.no/IssueView.php?Id=14720&

But that triggers a 500 Internal Server Error in index_ajax.php, not a 404.

--
ar

Up

Maxime Thomas

Member since:
11 December 2005

Posts: 18

Wednesday 01 April 2009 3:46:00 pm

I've got a bug also on my side. Now it's a 500.
I will patch and try again on my 4.1.0.

We keep on looking at it.

Thank your for your reactivity.

Max
Up

André R

Member since:
20 August 2005

Posts: 171

Friday 03 April 2009 1:56:37 pm

Ditch the patch and update index_ajax.php from svn instead, at least it fixed my issues now when I made it fix $_SERVER['SCRIPT_NAME'] and $_SERVER['REQUEST_URI'] as well.

--
ar

Up

You need to be logged in to post messages in the forums. New users may register here.