|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > Recent Messages
FlexCMS Support Forum
Recent Messages
|
|
|
|
FlexCMS v3.1 Released! | October 8, 2009 @ 12:05am | We're pleased to announce that our latest version of FlexCMS, v3.1, is now available for both new installations and upgrades of existing sites!
This version includes security enhancements, and as such we highly recommend any live sites be upgraded as soon as possible. If you are unable to upgrade at this time due to customizations you have made, please contact us for details on how to upgrade your site's security.
Bugs Fixed
- Sites on a server currently in Daylight Saving Time and using the pre-made mini calendar block will have the wrong dates bolded. The dates will also appear off by one day when editing events.
- Under a certain set of circumstances (user has a single quote in their display name, has logged in and left the site for a period of time, and returns to the site later on using the cookie stored in their browser) a user may encounter a MySQL error such as the following: “You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's View','/pages/features','1242243136','10','u')' at line 1”
- Color picker button results in a File Not Found error.
- File uploads may not function correctly for users lower than level 100, depending on the settings and location of the folder being uploaded to.
- Uploading a file name which already exists and a replace/rename action takes place now directs you back to the file manager (previously returned you to the file upload screen).
- Unapproved news/articles content could be viewed by accessing it directly by the URL. Now only logged in users with permission to approve articles will be able to view unapproved articles before they are published, all others will get a blank page.
- Security updates
Features Added
- Ability to customize the Browser Title, Meta Description, and Meta Keywords for News/Articles content
- Message board threads now separated out into pages, with a setting to control how many per page
- Ability to set maximum dimensions for users’ message board signature images
As always if you run into any difficulties please contact us for assistance.
|
|
|
|
| |
|
|
|
|
| October 7, 2009 @ 7:21pm | Hi Koen,
That's really a file system issue as much as anything. The problem is caused by a file that's there but contains no data, which causes that error you listed when PHP attempts to read it. Look around your folders with your FTP program and see if you find any files with a size of 0, and delete them if you do. See if that lets you complete the backup creation process.
David |
|
|
|
| |
|
|
|
|
Back-up error | October 6, 2009 @ 6:45pm | If i try to create a back-up, I get the following error:
Warning: fread() [function.fread]: Length parameter must be greater than 0. in /home/diepzeed/public_html/sie-att/web/inc-core-admin-backup-create.php on line 251
If i look on the server with a ftp programm, there is a back-up file... If i check it with "Restore Site From Backup" a get the message: "No backup files were found"
How can I fix this? |
|
|
|
| |
|
|
|
|
| September 25, 2009 @ 11:35am | Andy,
You can add it pretty much anywhere you like. The Footer section under Site Preferences is a popular option, that will add it at the bottom of all pages on the site. You could also add it directly to your template where ever you desire.
Personally I like to add it in a block so I can exclude admins from the reports. If your site doesn't have registered users you can just set the block to Guests Only. If you have other user levels, you could do something like this (PHP enabled block):
Code
if ($UserLevel < 10) { ?>
[your tracker code here]
<? } |
|
David |
|
|
|
| |
|
|
|
|
| September 25, 2009 @ 11:27am | Andy,
I think I must have given you a newer version of that file, sorry about that.
You can create that database table as follows:
CREATE TABLE `core-ReverseIPs` ( `RecordNumber` int(10) unsigned NOT NULL auto_increment, `IPAddress1` int(3) unsigned NOT NULL default '0', `IPAddress2` int(3) unsigned NOT NULL default '0', `IPAddress3` int(3) unsigned NOT NULL default '0', `IPAddress4` int(3) unsigned NOT NULL default '0', `Hostname` varchar(80) NOT NULL default '', `DateCode` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`RecordNumber`) ) ENGINE=MyISAM;
If you're using a database table prefix (it doesn't look like you are from that error), that should be added just before the core-ReverseIPs part, after the `.
David |
|
|
|
| |
|
|
|
|
just found this one | September 25, 2009 @ 7:00am | Table 'avond3.core-ReverseIPs' doesn't exist
when i press to find Users & Guests Breakdown |
|
|
|
| |
|
|
|
|
web-analytics | September 25, 2009 @ 6:56am | need to add google web-analytics to my site put the code on the footer can this be done
Andy Notton |
|
|
|
| |
|
|
|
|
| September 16, 2009 @ 11:53am | Ly,
That means you don't have the required permissions to create PHP enabled content. This can be done for a number of reasons, including protecting the site and helping users manage their site content without breaking any programmed sections. You'll need to contact the person who set up your site to give you PHP permissions or create that block/page for you.
David |
|
|
|
| |
|
|
|
|
RE: Greeting & Member Login | September 16, 2009 @ 9:50am | Hi David,
The Page Type dropdown box just above the large page contents area only shows 2 options: Rich Text/HTML Editor and Plain Text/HTML Without Editor. I don't see an option for "PHP-Enabled Code".
thanks, Ly |
|
|
|
| |
|
|
|
|
| September 15, 2009 @ 5:37pm | Hi Ly,
The Process PHP checkbox was removed in the latest version of FlexCMS with the addition of the page editor. To create PHP enabled content such as what you're trying to do, select "PHP-Enabled Code" from the Page Type dropdown box just above the large page contents area. This is the same for both blocks and pages.
David |
|
|
|
|
|
|
| MEMBERS
|
|
|