Code Monkey home page Code Monkey logo

docs's Introduction

Hi there 👋, I'm Eduardo - aka bitcero

  • 🔭 I’m currently working on different projects using Ruby, RoR, PHP, Laravel, React, Node

Connect with me

[ @bitcero | Website ]


docs's People

Stargazers

 avatar

Watchers

 avatar

Forkers

mambax7

docs's Issues

Missing getInstance() method in DocsController

Fatal error: Class DocsController contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (icommentscontroller::getInstance) in \modules\docs\class\docscontroller.php on line 17

Adding the method like this fixes it:

    public static function getInstance()
    {
        static $instance;

        if (!isset($instance)) {
            $instance = new self();
        }

        return $instance;
    }

Error in viewing notes

After clicking on "View Notes" I'm getting:
Error: Call to undefined function rd_widget_newnote() in file /modules/docs/events/rmcommon.php line 26

PHP 7.4.23
XOOPS 2.5.11 Beta 2

Pagina sin contenido

pagina sin contenido
al ingresar a
modules/docs/index.php?page=content&id=1
muestra este error en el debug
Advertencia: in_array() expects parameter 2 to be array, string given en el archivo /modules/docs/class/rdresource.class.php y línea 141

y otros en otras paginas
index.php?page=search&by=recent
Aviso: Undefined variable: action en el archivo /modules/docs/search.php y línea 123
Aviso: Undefined variable: action en el archivo /modules/docs/search.php y línea 126

y otras paginas
?page=resource&id=1

Advertencia: Invalid argument supplied for foreach() en el archivo /modules/docs/resource.php y línea 57
Aviso: Constant COMMENTS_INCLUDED already defined en el archivo /modules/rmcommon/class/functions.php y línea 259
Aviso: Undefined variable: quick_index en el archivo /modules/docs/templates/docs-document-info.php y línea 48

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.