I found the solution:
The PHPWCMS files did not have proper ownership. To fix this, I had to change ownership to the Apache user. This is generic advice for any PHP application that needs to create/modify files:
1. Determine the user the Apache service runs under. On our server, it is 'nobody'
2 ...
Search found 6 matches
- Fri 18. May 2007, 19:52
- Forum: phpwcms Installation Troubleshooting English
- Topic: JPG Thumbnail / imagecreatefromjpeg / GD Problems
- Replies: 5
- Views: 5857
- Thu 26. Apr 2007, 10:30
- Forum: phpwcms Installation Troubleshooting English
- Topic: JPG Thumbnail / imagecreatefromjpeg / GD Problems
- Replies: 5
- Views: 5857
- Thu 26. Apr 2007, 03:52
- Forum: phpwcms Installation Troubleshooting English
- Topic: JPG Thumbnail / imagecreatefromjpeg / GD Problems
- Replies: 5
- Views: 5857
JPG Thumbnail / imagecreatefromjpeg / GD Problems
Hi, all:
I have a site that works fine on my local WAMP stack, but fails on a remote LAMP stack. Thumbnails of JPG files are the issue.
The thumbnails don't generate on the LAMP stack. I can't edit articles because display of article elements stops if it contains an image without a thumbnail. I ...
I have a site that works fine on my local WAMP stack, but fails on a remote LAMP stack. Thumbnails of JPG files are the issue.
The thumbnails don't generate on the LAMP stack. I can't edit articles because display of article elements stops if it contains an image without a thumbnail. I ...
- Sun 1. Apr 2007, 23:54
- Forum: hacks & enhancements Support
- Topic: Back link won't work for converted Template
- Replies: 1
- Views: 3295
Fixed, but probably not optimal
I traced the problem to the css_level_list function, in front.func.inc.php .
Note that in the tag {NAV_LIST_CURRENT:1:Back:mainSubMenuCur}, the '1' maps to $parent_level , and 'Back' maps to $parent_level_name .
This code snippet is the culprit.
if($parent_level) {
if(!$struct[$level]["acat ...
Note that in the tag {NAV_LIST_CURRENT:1:Back:mainSubMenuCur}, the '1' maps to $parent_level , and 'Back' maps to $parent_level_name .
This code snippet is the culprit.
if($parent_level) {
if(!$struct[$level]["acat ...
- Sun 1. Apr 2007, 19:36
- Forum: hacks & enhancements Support
- Topic: Back link won't work for converted Template
- Replies: 1
- Views: 3295
Back link won't work for converted Template
Hi,
I am converting a phpwcms site from 1.0.4 to 1.3.
One problem is the 'Back' links in my Sub Menus have stopped working.
I traced the source to this tag in a template:
{NAV_LIST_CURRENT:1:Back:mainSubMenuCur}
How do I modify this old tag so the Back link functions as before?
Thanks ...
I am converting a phpwcms site from 1.0.4 to 1.3.
One problem is the 'Back' links in my Sub Menus have stopped working.
I traced the source to this tag in a template:
{NAV_LIST_CURRENT:1:Back:mainSubMenuCur}
How do I modify this old tag so the Back link functions as before?
Thanks ...
- Thu 22. Mar 2007, 18:07
- Forum: phpwcms Support English
- Topic: Update from 1.2.1 to 1.3?
- Replies: 26
- Views: 6714
Thanks, Macangelo!
Thanks, Macangelo!
Your step-by-step in the earlier page was just what I needed!
I wish the documentation would provide such basic guidance.
-Ken
Your step-by-step in the earlier page was just what I needed!
I wish the documentation would provide such basic guidance.
-Ken