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?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Formicula no graphic number challenge display
-
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
-
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
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! -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
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... -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
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! -
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
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 -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
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. -
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
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.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.
Greetings,
Chris
--
an operating system must operate
development is life
my repo
- Moderated by:
- Support
