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

Marquee Blocks Admin Error #7

Open
Heyula opened this issue Aug 9, 2021 · 4 comments
Open

Marquee Blocks Admin Error #7

Heyula opened this issue Aug 9, 2021 · 4 comments

Comments

@Heyula
Copy link

Heyula commented Aug 9, 2021

Marquee Blocks Admin Error
Screenshot_1

@mambax7
Copy link
Contributor

mambax7 commented Aug 9, 2021

Do you use the latest XOOPS 2.5.11 Beta 2?
The \kernel\block.php has that method

@Heyula
Copy link
Author

Heyula commented Aug 9, 2021

@mambax7
Powered by XOOPS 2.5.11-Beta1

@mambax7
Copy link
Contributor

mambax7 commented Aug 9, 2021

You need this:
https://github.com/XOOPS/XoopsCore25/blob/master/htdocs/kernel/block.php
so download the latest version of XOOPS directly from there: https://github.com/XOOPS/XoopsCore25/archive/refs/heads/master.zip

@mambax7
Copy link
Contributor

mambax7 commented Aug 9, 2021

Or you might change the line 30 or so in \marquee\admin\blocksadmin.php:
require_once XOOPS_ROOT_PATH . '/kernel/block.php';
to
require_once XOOPS_ROOT_PATH . '/class/xoopsblock.php';

and see if it helps

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

2 participants