Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joomla 3.5 Issue #3

Closed
AlexanderSk opened this issue Mar 24, 2016 · 8 comments
Closed

Joomla 3.5 Issue #3

AlexanderSk opened this issue Mar 24, 2016 · 8 comments

Comments

@AlexanderSk
Copy link

Hello,

Can you confirm that fullajax is not working at all in latest 3.5 version?
I couldn't see the ajax loading at first load neither...

@AlexanderSk
Copy link
Author

On further investigation i can see that due to php7 support Joomla team changed some things as seen here: joomla/joomla-cms#6600
Perhaps String class rename is affecting the plugin then?

@Fedik
Copy link
Owner

Fedik commented Mar 24, 2016

thanks for open the issue, I need to check

@Allan-Turing
Copy link

Add FullAjax not worked withT3 template since the upgrade to Joomla 3.5

@Fedik
Copy link
Owner

Fedik commented Mar 25, 2016

ok, it does not work because the class renaming in Joomla 3.5

Quick fix

Edit addfullajax.php and near the line 92 replace:
if(get_class($doc) != 'JDocumentHTML'
to
if(!($doc instanceof JDocumentHtml)

I try upload new version in the weekend or next week.

@AlexanderSk
Copy link
Author

Thank you for your time!

@AlexanderSk
Copy link
Author

PS. we should find some time to test the module with php7 support as well. i will try to check it within next week after the plugin update...

@Allan-Turing
Copy link

Today ,we are testing the plugin with Joomla 3.5 and the T3 framework.

@Fedik
Copy link
Owner

Fedik commented Mar 27, 2016

made some test and it seems works fine with PHP 7,
new version already available for download,

@Fedik Fedik closed this as completed Mar 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants