Nope. Also, this bug is not repeatable on one of my other CMSMS systems. I will probably investigate it at another time. For now I just validate the code on php manually, then copy the code into the database directly.Dr.CSS wrote:You don't have the code wrapped in <? php code code code ?> do you?...
Search found 8 matches
- Sat May 28, 2011 4:05 am
- Forum: CMSMS Core
- Topic: UDT validation bugs?
- Replies: 5
- Views: 1474
Re: UDT validation bugs?
- Thu May 05, 2011 10:11 am
- Forum: CMSMS Core
- Topic: UDT validation bugs?
- Replies: 5
- Views: 1474
Re: UDT validation bugs?
It gets weirder:
seems to work for me,
fails! But
Code: Select all
$shortvar1=1;
Code: Select all
$shortvar1= 1;
works!?$shortvar1a= 1;
- Thu May 05, 2011 9:38 am
- Forum: CMSMS Core
- Topic: UDT validation bugs?
- Replies: 5
- Views: 1474
Re: UDT validation bugs?
Thanks Jos,
I did a verify of my install,
148 Files Not found
Files Not found:
/tmp/cache/SITEDOWN
/tmp/cache/index.html
/tmp/templates_c/index.html
/install/*
What do you think I should do? I have already tried safari and firefox 3/4.
I did a verify of my install,
148 Files Not found
Files Not found:
/tmp/cache/SITEDOWN
/tmp/cache/index.html
/tmp/templates_c/index.html
/install/*
What do you think I should do? I have already tried safari and firefox 3/4.
- Thu May 05, 2011 7:52 am
- Forum: CMSMS Core
- Topic: UDT validation bugs?
- Replies: 5
- Views: 1474
UDT validation bugs?
Hi, There seems to be a problem with the latest CMSMS (1.9.4.1) where it will not accept UDT with: php assigning to a variable ending in a number, where the variable is assigned a number. eg: $shortvar1 = 1; Is this just me or does this happen for others as well? I discovered I couldn't modify my ph...
- Thu Apr 22, 2010 2:08 pm
- Forum: Modules/Add-Ons
- Topic: Upload Module - File upload confirmation?
- Replies: 5
- Views: 1726
Re: Upload Module - File upload confirmation?
Thanks! :D This did it! <p>Success - your file has been upload successfully.</p> {Uploads category="my-category" mode="upload" detailpage="my-upload-sucess-page-alias"} Thanks for all your help, this is at least the minimum needed to be usable now. CMSMS is just fantas...
- Thu Apr 22, 2010 10:19 am
- Forum: Modules/Add-Ons
- Topic: Upload Module - File upload confirmation?
- Replies: 5
- Views: 1726
Re: Upload Module - File upload confirmation?
No, when I upload a file using the form, it uploads correctly (the file is on the server) but the page that loads after the upload just has the upload form there, no success message. 

- Mon Apr 19, 2010 1:13 pm
- Forum: Modules/Add-Ons
- Topic: Upload Module - File upload confirmation?
- Replies: 5
- Views: 1726
Re: Upload Module - File upload confirmation?
Thanks for your reply,
The second - some kind of "thank you - your upload was successful!" message. If that is not possible, then the first option would be fine.
The second - some kind of "thank you - your upload was successful!" message. If that is not possible, then the first option would be fine.
- Mon Apr 19, 2010 7:25 am
- Forum: Modules/Add-Ons
- Topic: Upload Module - File upload confirmation?
- Replies: 5
- Views: 1726
Upload Module - File upload confirmation?
Hi, Sorry if this is a basic question: What is the code to display a confirmation that a file has been uploaded? I tried, {cms_module module="Uploads" category="Abstracts" mode="detailed" } {cms_module module="Uploads" category="Abstracts" mode="...