-
Notifications
You must be signed in to change notification settings - Fork 20
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
Xoopspoll not working with NewBB #128
Comments
I'm so sorry, I didn't see it. I'll be soon uploading more updates to the XoopsPoll there... |
Probably the issue is that it requires PHP 7.4 but I am using PHP 7.3. The reason why I haven't upgraded is that Xoops 2.5.10 doesn't work with PHP 7.4 and fails. |
As I am working to make XoopsPoll work with PHP 7.3 I stumble upon methods in the code that do not exist any more. I might be wrong, but I believe the PHP version is the least of the XoopsPoll module problems. |
The XOOPS 2.5.12 will require PHP 7.4+ |
Xoops 2.5.11 has smarty 3 and I am not sure how much of work is required. If I am not wrong this is a breaking change. I am planning to do an update test this week though, and see how much work will be needed. |
The Upgrade routine to XOOPS 2.5.11 should do the majority of work for the conversion to Smarty 3. |
@mambax7 Thank you so much. I will let you know how it goes. |
XOOPS 2.5.11 works, as much as I have seen with PHP 7.3 but XoopsPoll doesn't. To make it work, somehow well, it requires PHP 8.1+ and there are still issues. I opened a different issue at mambax7/xoopspoll#10 |
I am using NewBB 5 Final (05/07/2019) and I had some issues with the XOOPS Poll 1.33 Final (12/12/2011). So I decided to try to install XoopsPoll 1.40 Final, but unfortunately, this doesn't seem to solve the issues.
We have a Polls category in forum, where the polls are created. When I click the button to create a new poll I get the following error
Fatal error: Class 'XoopsModules\Xoopspoll\Helper' not found in /var/www/html/modules/newbb/polls.php on line 83
the url is
/modules/newbb/polls.php?op=add&forum=13
Tested PHP versions from 5.6 up to 7.3.
Installed Xoops version 2.5.10
I also tried the beta versions of XoopsPoll and NewBB but I have various issues with these as well. So, I would like to focus on the Final versions of the modules.
Any recommendations for a fix?
The text was updated successfully, but these errors were encountered: