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

Blank page when trying to create a forum #11

Closed
cesagonchu opened this issue Aug 3, 2015 · 1 comment
Closed

Blank page when trying to create a forum #11

cesagonchu opened this issue Aug 3, 2015 · 1 comment
Assignees

Comments

@cesagonchu
Copy link

After creating a category, I get a blank page when trying to create a forum (modules/bxpress/admin/forums.php?action=new) and no errors with debug mode.

So, I inserted this code into forums.php:

if (PHP_VERSION_ID < 50400) error_reporting (E_ALL | E_STRICT);
else error_reporting (E_ALL);
ini_set('display_errors', true);
ini_set('html_errors', false);
ini_set('display_startup_errors',true);
ini_set('log_errors', false);
ini_set('error_prepend_string','');
ini_set('error_append_string','
');
ini_set('ignore_repeated_errors', true);

and I finally get an error:

Fatal error: Class 'RMFormImageUrl' not found in
/modules/bxpress/admin/forums.php on line 121

@bitcero
Copy link
Owner

bitcero commented Aug 3, 2015

Yes. bXpress needs from AdvancedForms to work properly. I'll add a warning to prevent this issue.

@bitcero bitcero self-assigned this Aug 3, 2015
@bitcero bitcero closed this as completed in 9082d5e Aug 3, 2015
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