Giter Site home page Giter Site logo

Enable logs about ifm HOT 5 CLOSED

ffiesta avatar ffiesta commented on May 27, 2024
Enable logs

from ifm.

Comments (5)

misterunknown avatar misterunknown commented on May 27, 2024

"General error: No or broken response" hints at a PHP error. Can you show me your PHP error log file?

from ifm.

ffiesta avatar ffiesta commented on May 27, 2024

I this is php error:

[27-Feb-2024 13:00:05 Europe/Lisbon] PHP Notice: Uninitialized string offset: 1 in /home/xxx/public_html/wiki/libraries/parsedown-1.8.0-beta-6/Parsedown.php on line 1493

To you understand my error I setup https://github.com/Zavy86/WikiDocs on sub-folder on my primary website like this domain.pt/wiki/ifm and changed root-dir to "root_dir" => "../datasets/documents",. Then i need to use direct url to access ifm like domain.pt/wiki/ifm/ifm.php this open fine ... but i receive the error "General error: No or broken response" and i cant see my folders.

If i direct access to domain.pt/wiki/ifm/ i receive 404 error from wikidocs

My domain is on cpanel hosting.

When i setup on my windows 10 > laragon, this setup works fine.

After search on web, I dentify multiple causes ( php version, permission, primary htaccess block this, or i need to call this from primary application.

general error

from ifm.

misterunknown avatar misterunknown commented on May 27, 2024

Your PHP error is no error, but a notice, which does not cause a broken response, and it's not even IFM related as far as I see. Unfortunately there could be many reasons why this would fail. Have you tried to set the root_dir absolute instead of relative?
Otherwise you can inspect the broken response by opening the developer tools and go through the requests. When you find the failed request, you can see the contents of the response by clicking "preview".

from ifm.

ffiesta avatar ffiesta commented on May 27, 2024

In roo-dir i find a error-log and after check with google, i need to turn enable fileinfo extension.

Pease add check to php enabled extension.

from ifm.

misterunknown avatar misterunknown commented on May 27, 2024

The fileinfo extension is already mention as a requirement here. I may add a dedicated test in the script itself in the future.

from ifm.

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.