Giter Club home page Giter Club logo

Comments (11)

bitcero avatar bitcero commented on July 17, 2024

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.

from bxpress.

petitours avatar petitours commented on July 17, 2024

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

from bxpress.

bitcero avatar bitcero commented on July 17, 2024

verifying...

from bxpress.

bitcero avatar bitcero commented on July 17, 2024

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.

from bxpress.

petitours avatar petitours commented on July 17, 2024

Hi

there's no bxpress

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

thanks

from bxpress.

bitcero avatar bitcero commented on July 17, 2024

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.

from bxpress.

petitours avatar petitours commented on July 17, 2024

I trying this but it's the same

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

from bxpress.

bitcero avatar bitcero commented on July 17, 2024

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?

from bxpress.

petitours avatar petitours commented on July 17, 2024

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',
);

from bxpress.

bitcero avatar bitcero commented on July 17, 2024

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

from bxpress.

petitours avatar petitours commented on July 17, 2024

Tanks to you.

from bxpress.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.