Giter Club home page Giter Club logo

bxpress's Issues

Error on install

When I install bxpress, I get an error (modules/system/admin.php):

Warning: trim() expects parameter 1 to be string, array given in file /modules/system/admin/modulesadmin/modulesadmin.php line 213


My config:

PHP: 5.6.4-4ubuntu6.2
MYSQL: 5.6.25-0ubuntu0.15.04.1
XOOPS: 2.5.7.1

Xoops and the module are in english

Error seleccionar categoría de foro

RMCOMMON 2.3.2.8
XOOPS 2.5.8
PHP 5.6.23
MYSQL 5.5.49

tengo varias categorias pero no puedo asociarlas a los foros creados no aparecen las categorias
categorias
foross

Undefined index: subscribed

When I go to:
modules/bxpress/forum.php?id=1

I get this error:
Notice: Undefined index: subscribed in file /modules/rmcommon/templates/rmc-notifications-options.php line 16


My config:

PHP: 5.6.4-4ubuntu6.2
MYSQL: 5.6.25-0ubuntu0.15.04.1
XOOPS: 2.5.7.1
ModuleAdmin: 1.2

white page to visit forum

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

Sin avatar en los foros y idioma

Versión:_2.3.4.1
XOOPS: 2.5.8
PHP: 5.6.26
MySQL;5.5.52
Bxpress: 1.2.3.6

Hola, tanto en
forum.php?id=X
como en
topic.php?id=X

no se muestra el avatar, más sólo el correo del usuario.
Además que de el módulo se mantiene en idioma inglés. a pesar que en rmcommon está en español (claro que la casilla se cambia automáticamente en "Ingles").

Forum error

Error accessing a forum: forum.php?id=3
Fatal error: Class 'Bxpress_Notifications' not found in
/modules/bxpress/forum.php on line 158

bXpress 1.2.2 RC

Blank page when trying to create a forum

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

announcements.php errors

When I go to modules/bxpress/admin/announcements.php, I get these errors:

Warning: Missing argument 2 for RMTemplate::add_help(), called in /modules/bxpress/admin/announcements.php on line 45 and defined in file /modules/rmcommon/class/template.php line 247
Notice: Undefined variable: link in file /modules/rmcommon/class/template.php line 251
Unknown: Method RMTemplate::add_local_script is deprecated. Use RMTemplate::add_script instead. in file /modules/rmcommon/class/template.php line 974
Notice: Array to string conversion in file /modules/rmcommon/themes/twop6/theme.php line 261
Notice: Array to string conversion in file /modules/rmcommon/themes/twop6/theme.php line 263


My config:

PHP: 5.6.4-4ubuntu6.2
MYSQL: 5.6.25-0ubuntu0.15.04.1
XOOPS: 2.5.7.1

Xoops and the module are in english

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.