Giter Site home page Giter Site logo

Comments (8)

bitcero avatar bitcero commented on September 24, 2024

I can't reproduce the error. What other modules do you have installed? The error seems to be a duplicate include for utilities.php file, but I'll need more information.

from rmcommon.

JustineBABY avatar JustineBABY commented on September 24, 2024

I have installed only these modules (Xoops, RMcommon, Mywords, xTheme) for online testing. I have installed the plugin: advform (1.0.0.5) and lightbox (1.12.0).

May be I do something wrong during the update process? Because the update process in RMcommon seem do not function, so i have to replace all the old files by the news files from the updated module package, and than I have update the module by clicking in the Modules adminstration (in Xoops and also RMcommon).

I get always the module pack from here:
https://github.com/bitcero/rmcommon/archive/master.zip

Can you recommand me if this process is correct.

from rmcommon.

bitcero avatar bitcero commented on September 24, 2024

Verify that file xoops_data/caches/xoops_cache/xoops_..._system_modules_active.php have a line with mywords value and another for rmcommon.

Example:

return array (
  0 => 'system',
  1 => 'rmcommon',
  2 => 'mywords',
);

Sometimes this file is not updated by xoops and blank page screen occurs.

from rmcommon.

bitcero avatar bitcero commented on September 24, 2024

BTW, the update process is correct.

from rmcommon.

JustineBABY avatar JustineBABY commented on September 24, 2024

Yes, I have it :
xoops_k85nhg25_system_modules_active.php

1528772153
return array (
0 => 'system',
1 => 'rmcommon',
2 => 'mywords',
3 => 'xthemes',
);

But I have alway the blank page on the public side, and for the post page of Mywords module (I mean only this page: modules/mywords/admin/posts.php?op=edit or op=new)

This is the debug in public side:

Fatal error: Cannot redeclare RMUtilities::get_count() in /web/modules/rmcommon/class/utilities.php on line 57

None All Errors (4) Deprecated (0) Queries (43) Blocks (7) Extra (2) Timers(5)

Errors
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; gettext_reader has a deprecated constructor in file /modules/rmcommon/class/gettext/gettext.php line 36
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor in file /modules/rmcommon/class/gettext/streams.php line 48
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; FileReader has a deprecated constructor in file /modules/rmcommon/class/gettext/streams.php line 83
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; CachedFileReader has a deprecated constructor in file /modules/rmcommon/class/gettext/streams.php line 145

This is the debug in Mywords post page:

Fatal error: Cannot redeclare RMUtilities::get_count() in /web/modules/rmcommon/class/utilities.php on line 57

None All Errors (5) Deprecated (0) Queries (110) Blocks (0) Extra (2) Timers(6)

Errors
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; gettext_reader has a deprecated constructor in file /modules/rmcommon/class/gettext/gettext.php line 36
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor in file /modules/rmcommon/class/gettext/streams.php line 48
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; FileReader has a deprecated constructor in file /modules/rmcommon/class/gettext/streams.php line 83
Unknown: Methods with the same name as their class will not be constructors in a future version of PHP; CachedFileReader has a deprecated constructor in file /modules/rmcommon/class/gettext/streams.php line 145
Unknown: Non-static method AdvformPluginRmcommonPreload::eventRmcommonFormLoader() should not be called statically in file /modules/rmcommon/api/events.php line 122

from rmcommon.

bitcero avatar bitcero commented on September 24, 2024

can you confirm same error with new version?

from rmcommon.

JustineBABY avatar JustineBABY commented on September 24, 2024

Hello,
for this probleme of blank page, seem OK now. but still have another bugs...
but I close the issue.

from rmcommon.

bitcero avatar bitcero commented on September 24, 2024

Ok... please let me know about the other bugs...

from rmcommon.

Related Issues (20)

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.