Hello,
It could come from size limitation in configuration files. When running phpinfo() from backend admin section, what are the values for "post_max_size" and "upload_max_filesize" ? I believe that "post_max_size" should be equal or higher than "upload_max_filesize".
hdvx
Search found 12 matches
- Mon 16. Jul 2007, 19:08
- Forum: phpwcms Support English
- Topic: Problem uploading file with PHP 4.4.4-8 (debian etch)
- Replies: 4
- Views: 1479
- Mon 16. Jul 2007, 18:42
- Forum: phpwcms Support English
- Topic: Centerpages with NAV_LIST_UL
- Replies: 6
- Views: 1909
- Mon 16. Jul 2007, 17:46
- Forum: phpwcms Support English
- Topic: Email contact form : html mail with breaks in multiline text
- Replies: 0
- Views: 1011
Email contact form : html mail with breaks in multiline text
Hello,
I created an email contact form which sends a html mail.
Among the fields, there's a multi line text. If the writer has broken lines and made paragraphs, the format isn't reported in the mail. All the lines are following, lists aren't made, ... it becomes impossible to read. Also html tags ...
I created an email contact form which sends a html mail.
Among the fields, there's a multi line text. If the writer has broken lines and made paragraphs, the format isn't reported in the mail. All the lines are following, lists aren't made, ... it becomes impossible to read. Also html tags ...
- Fri 13. Jul 2007, 17:22
- Forum: phpwcms Support English
- Topic: Security questions : File permission and directory listing
- Replies: 2
- Views: 1128
- Fri 13. Jul 2007, 14:57
- Forum: phpwcms Support English
- Topic: Security questions : File permission and directory listing
- Replies: 2
- Views: 1128
Security questions : File permission and directory listing
Hello,
I published my site few weeks ago and I've just noticed everybody can list the whole directory tree of the site.
Because the permissions are 775 (my host doesn't allow 777), everybody could read/write the content of whatever file (except files 665). I imagine it could be easy to modify ...
I published my site few weeks ago and I've just noticed everybody can list the whole directory tree of the site.
Because the permissions are 775 (my host doesn't allow 777), everybody could read/write the content of whatever file (except files 665). I imagine it could be easy to modify ...
- Wed 13. Jun 2007, 16:10
- Forum: phpwcms Support English
- Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
- Replies: 6
- Views: 1770
SOLVED
Ok, it's coming from the css. Using position:relative, when the "space" positionning the bloc is going over a link, this link isn't no more accessible
So I used position:absolute.
Bye.

Bye.
- Wed 13. Jun 2007, 15:06
- Forum: phpwcms Support English
- Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
- Replies: 6
- Views: 1770
- Wed 13. Jun 2007, 14:55
- Forum: hacks & enhancements
- Topic: Teaser_Ex translate [more...] link in default template
- Replies: 5
- Views: 3642
Thank you very much. I translated the value and it's working perfectlyjpwalker wrote: Check in
search forCode: Select all
config/phpwcms/conf.template_default.inc.php
Here is the default template used by teaser_exCode: Select all
$template_default['top_readmore_link']
![]()

++
hdvx
- Wed 13. Jun 2007, 12:59
- Forum: phpwcms Support English
- Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
- Replies: 6
- Views: 1770
- Wed 13. Jun 2007, 12:37
- Forum: hacks & enhancements
- Topic: Teaser_Ex translate [more...] link in default template
- Replies: 5
- Views: 3642
- Wed 13. Jun 2007, 11:34
- Forum: phpwcms Support English
- Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
- Replies: 6
- Views: 1770
{BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
Hello,
I coded the following in a template's mainblock :
<div id=ref_button> Title
{NAV_TABLE_SIMPLE}
<div id=ref_prev>{BROWSE:PREV:{IMAGE:navi/button_back.gif}:1}</div>
<div id=ref_up>{BROWSE:UP:{IMAGE:navi/button_up.gif}}</div>
<div id=ref_next>{BROWSE:NEXT:{IMAGE:navi/button_next.gif}:1}</div ...
I coded the following in a template's mainblock :
<div id=ref_button> Title
{NAV_TABLE_SIMPLE}
<div id=ref_prev>{BROWSE:PREV:{IMAGE:navi/button_back.gif}:1}</div>
<div id=ref_up>{BROWSE:UP:{IMAGE:navi/button_up.gif}}</div>
<div id=ref_next>{BROWSE:NEXT:{IMAGE:navi/button_next.gif}:1}</div ...
- Wed 13. Jun 2007, 11:25
- Forum: hacks & enhancements
- Topic: Teaser_Ex translate [more...] link in default template
- Replies: 5
- Views: 3642
Teaser_Ex translate [more...] link in default template
Hello,
I'm using phpwcms in french version and using teaser_ex with the default template. The resultat is fine and I like, excepted the link more... I'd like to translate in french.
Looking at the php code of teaser_ex, I don't see where I can change the value.
Where may I translate the value of ...
I'm using phpwcms in french version and using teaser_ex with the default template. The resultat is fine and I like, excepted the link more... I'd like to translate in french.
Looking at the php code of teaser_ex, I don't see where I can change the value.
Where may I translate the value of ...