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

white page to visit forum #13

Closed
petitours opened this issue Sep 13, 2015 · 11 comments
Closed

white page to visit forum #13

petitours opened this issue Sep 13, 2015 · 11 comments

Comments

@petitours
Copy link

HI

After creating categories and forums, I get a blank page when trying to visite forum (modules/bxpress/forum.php?id=1) 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/forum.php on line 169

Xoops 2.5.7.1
Php 5.5.22
SQL 5.5

Thank you for your work

@bitcero
Copy link
Owner

bitcero commented Sep 14, 2015

Check #11... I'll add a verification for requirements and add the docs... thanks for your report and inform me if #11 solves your problem.

@petitours
Copy link
Author

Hi
I see this documentation

I tried again after delete all FTP and all database.
Install english xoops http://sourceforge.net/projects/xoops/files/XOOPS%20Core%20%28stable%20releases%29/XOOPS_2.5.7.1
then install of https://github.com/bitcero/rmcommon
then install of plugin https://github.com/redmexico/advform
then install of bxpress https://github.com/bitcero/bxpress

=> white page http://www.test.jaguar-mark.fr/modules/bxpress/forum.php?id=1
in php debug a can see Fatal error: Class 'Bxpress_Notifications' not found in /modules/bxpress/forum.php on line 169 (not exactly the same error)

Thanks

@bitcero
Copy link
Owner

bitcero commented Sep 14, 2015

verifying...

@bitcero
Copy link
Owner

bitcero commented Sep 14, 2015

I'm assuming that you have installed the last version of bxpress... verify that file xoops_data/caches/xoops_cache/xoops_..._system_modules_active.php have a line with bxpress value and another for rmcommon.

@petitours
Copy link
Author

Hi

there's no bxpress

"return array (
0 => 'system',
1 => 'pm',
2 => 'protector',
3 => 'rmcommon',
);"

thanks

@bitcero
Copy link
Owner

bitcero commented Sep 15, 2015

Well, that could be the problem... please add a new line for bxpress:

4 => 'bxpress',

Sometimes Xoops does not update the file for active modules. Tell me if problem is solved with this change.

@petitours
Copy link
Author

I trying this but it's the same

http://www.test.jaguar-mark.fr/modules/bxpress/forum.php?id=1

@bitcero
Copy link
Owner

bitcero commented Sep 15, 2015

An abvious questions:

  1. Have you verified that file bxpress/class/notifications.class.php(contains the class Bxpress_Notifications) exists?

Can you copy and paste here the array contained in active modules files?

@petitours
Copy link
Author

Here the file is bxpress.notifications.class.php, not notifications.class.php
[code] class Bxpress_Notifications extends Rmcommon_ANotifications
{...[/code]

The active module file array (freshly downloaded to be sure)
1473821797
return array (
0 => 'system',
1 => 'pm',
2 => 'protector',
3 => 'rmcommon',
4 => 'bxpress',
);

@bitcero
Copy link
Owner

bitcero commented Sep 16, 2015

Tnanks for your report... I'll publish an update for rmcommon update system in brief.

@petitours
Copy link
Author

Tanks to you.

@bitcero bitcero mentioned this issue Sep 18, 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