-
A simple rss feed based on pages recently updated within FreeWPS would be a very nice addition to the existing application installations everywhere.
Cheers,
//kracker.
2008-10-29 17:59:39 UTC by krackerjack
-
I currently have FreeWPS 2.11 running well on our site. I'm now looking at ways to add a PHP calendaring system to our site. I'm specifically looking at EasyPHPCalendar(http://www.easyphpcalendar.com/); it lets you embed PHP into your pages to add calendar functionality to the site. However, I can't figure out any way to get PHP code to execute from any of the FreeWPS pages/blocks. Do you...
2007-01-22 23:24:37 UTC by dspille
-
I figured out the problem. I used a db table prefix of WPS211, which it apparently didn't like. I changed it back to WPS and it worked fine.
2007-01-21 00:25:43 UTC by dspille
-
After installing FreeWPS 2.11 to our site, going through the wizard, and creating the admin user/pswd, I get a "login incorrect" when I attempt to login to the site (admin.php) page. I have deleted the installation 3 times along with the MySQL tables and reinstalled with no success. Any ideas as to what I'm doing wrong? I have FreeWPS 1.21 running successfully on two other sites, and I've...
2007-01-21 00:03:55 UTC by dspille
-
We have downloaded and installed FreeWSP. We setup a
directory on our webserver for exclusive use by
FreeWPS. The pages we need to have content updated on
are not within that folder. We have read the
documentation and do not see where to setup pages for
updates other than ones that are contained within the
folder we setup for exclusive use by FreeWSP. If we
have missed it or if the...
2006-08-24 22:14:13 UTC by tntpics
-
FreeWPS Version 2.11!
When trying to edit a pagetitle or content-section
title when there is a ' in the title produces a
javascript error.
Work around: use ' for '
Better: there should be a check upon entering the
title and change the ' into '.
2006-03-27 18:01:23 UTC by jelzin
-
Two problems exist in MODULES/PAGES.PHP relating to
META TAGS:
- If PHP does not have "register_globals" enabled, the
posted variable "tagid" is not available for the
editing or deleting functions in the POST section of
the module. This patch checks for the existance of
$_REQUEST['tagid'] to place it as a global variable.
- Line 911 does not have the appropriate backslash "/"
in the...
2005-06-04 15:16:58 UTC by ytztech
-
When trying to edit or delete META TAGS, FreeWPS may
give the following errors (or something similar):
"Notice: Undefined variable: tagid in C:\Program
Files\Apache
Group\Apache2\htdocs\test\modules\pages.php on line 926
Warning: Cannot modify header information - headers
already sent by (output started at C:\Program
Files\Apache
Group\Apache2\htdocs\test\modules\pages.php:926) in...
2005-06-04 15:10:32 UTC by ytztech
-
Twelve bug fixes from v2.1 Final marks the FreeWPS development team's release of FreeWPS v2.11. Check the CHANGES.TXT for more information about the bugs found.
For those upgrading from versions before v2.1x, examine the included UPGRADE.TXT. As always, please backup your site before upgrading.
2005-05-29 17:12:27 UTC by ytztech
-
ytztech committed patchset 106 of module freewps-2.0 to the FreeWPS[tm] CVS repository, changing 1 files.
2005-05-29 16:41:19 UTC by ytztech