Search found 10 matches
- Thu May 23, 2013 6:37 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
Are there core files that might not have been replaced by the upgrade package? Did you upload the files by FTP? If so, then possibly. (I have seen examples of FTP looking like it worked OK but ending up with 0 byte length files.) Hi Paul, I uploaded them as gzip files and unpacked them on the serve...
- Wed May 22, 2013 5:53 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
I have read the whole thread and seen you have loads of modules. You might well of done the upgrade exactly right, but if they are a new client to you, you don't know what happened to their installation up until you took it over. I bet your issues are due to a dodgy file somewhere; and finding the ...
- Wed May 22, 2013 5:49 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
If the template you pasted is not the exact template you use then we won't be able to help you, it doesn't matter how long it is we still need to see it... Hi Dr. CSS. The problem is identical, regardless of which template I enable. I've tested it with both and it fails with both. So, I chose to po...
- Sat May 18, 2013 7:59 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
This may help... http://docs.cmsmadesimple.org/troubleshooting/tips Thanks again, Dr. CSS. I'd already tried that. But I tried it again. Enabling debugging didn't produce any results on the page where I included the {FrontEndUsers} tag, presumably because the page fails at the point of the tag's in...
- Sat May 18, 2013 5:26 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
The CMSMS Admin log != http error log. If CMSMS is dying, then something, somewhere is generating an error. You need to find it to get a hint as to what is wrong. Thanks calguy. I realize that the CMSMS admin log is different than the http error log. I must not have been clear with my response rega...
- Sat May 18, 2013 5:18 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
At this point we may need to see your template, paste here please... Thanks for the suggestion. We've got a custom template which is quite long. But I've also tried the page with this much shorter template which also fails exactly the same way. So, I don't think it's the template, but here goes. {p...
- Fri May 17, 2013 3:01 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
CMS Made Simple processes page templates by blocks: outside BODY and HEAD tags; Between BODY tags; Between HEAD tags; That means that the HEAD tag is the last to be processed (which is quite handy in most cmsms situations). So the page brakes on the smarty tag calling the module/s. Maybe a peek at ...
- Thu May 16, 2013 4:08 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
check your template and stylesheet. a) Open the template of the theme; b) Search for {stylesheet}; c) Replace {stylesheet} with {cms_stylesheet}; d) Save template; e) Open style sheets and change image calls: old url(uploads/folder/image.jpg) new url([[root_url]]/uploads/folder/image.jpg Thanks Sta...
- Thu May 16, 2013 3:59 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
Re: FrontEndUsers & SelfRegistration tags - break my page
Error logs are good for this, also check your system info page for any yellow ! or red X, it would help to paste system info here... There's nothing in the error logs at all. The only caution is for E_DEPRECATED being enabled. I've removed identifying information. CMS Install Information CMS Versio...
- Wed May 15, 2013 10:09 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers & SelfRegistration tags - break my page
- Replies: 32
- Views: 9303
FrontEndUsers & SelfRegistration tags - break my page
Hi everyone, I'm an experienced web master, but a relatively new CMSMS user. My client had an out-of-date installation and I upgraded them from 1.9.4 to 1.11.6. I followed the recommended path of incremental upgrades through 1.10.2 -> 1.11.2 - 1.11.5 - 1.11.6. The server is Linux, Apache 2.2.24, wit...