Search found 8 matches

by zygote
Sat May 28, 2011 4:05 am
Forum: CMSMS Core
Topic: UDT validation bugs?
Replies: 5
Views: 1474

Re: UDT validation bugs?

Dr.CSS wrote:You don't have the code wrapped in <? php code code code ?> do you?...
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.
by zygote
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:

Code: Select all

$shortvar1=1;
seems to work for me,

Code: Select all

$shortvar1= 1;
fails! But
$shortvar1a= 1;
works!?
by zygote
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.
by zygote
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...
by zygote
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...
by zygote
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. :(
by zygote
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.
by zygote
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="...

Go to advanced search