Fork me on GitHub

Formicula no graphic number challenge display  Bottom

  • Where it is supposed to display the number graphic, it fails. The cache folder is created and there are entries in there, but it fails to display them.

    Link for a look

    I've recopied everything new as far as files goes.

    Any ideas?
  • In the source of the page, I see the correct call to the png file in pnTemp/formicula_cache, however its respons is 403 forbidden. You might want to check the .htaccess file in the pnTemp/formicula directory and make sure that (at least) the following lines are there

    Code

    SetEnvIf Request_URI "\.png$" object_is_png=png

    Order deny,allow
    Deny from all

    Allow from env=object_is_png

    See also item 3c in the Formicula manual:
    modules/formicula/pndocs/manual.txt
    in your zikula root folder.

    --
    -- Teb
    -- Dutch Zikula Community


    Support questions in a Personal Message will be ignored. Use the forums at all times!
  • That was it. I guess I must have deleted it during some house cleaning.

    I have antother access issue:

    You don't have permission to access /modules/PNphpBB2/docs/copyrite.html on this server.

    All I want anyone to do is access that one file from that folder. Is there a way to do this with an .htacccess file?

    TIA...
  • I guess it's blocked by the .htaccess file in the /modules directory? You could edit the .htaccess file in the /modules directory, but any changes would get lost during an upgrade. Not advisable.

    Maybe it's better to create a 'simple file include'-block for parsing the content of the file in a block (without assigning a block-position), and use the Content module to actually wrap the output of that block in a page?

    Or, more simple: copy-paste the content of that protected file in a new page of the Pages module...

    --
    -- Teb
    -- Dutch Zikula Community


    Support questions in a Personal Message will be ignored. Use the forums at all times!
  • All links to files inside /modules/PNphpBB2/docs will be changed to link into the relevant files at http://zafenio.com with the upcoming patch release of PNphpBB2, so there is no need to do any core hack.
    Greetings,
    Chris

    --
    an operating system must operate
    development is life
    my repo
  • If you are refering to the file "Credits", then it's happening with the latest SVN. It's also happening on your site too. It's just a dead link.
  • mesteele101

    If you are refering to the file "Credits", then it's happening with the latest SVN. It's also happening on your site too. It's just a dead link.
    It's not a "dead link", just a permission changed by Zikula - simply wait for the fix to come with next patch version, as already said above.
    Greetings,
    Chris

    --
    an operating system must operate
    development is life
    my repo

This list is based on users active over the last 60 minutes.