Search found 53 matches

by JaymeNYC
Sat May 30, 2009 8:02 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrading from 1.4.1 to 1.5.4
Replies: 1
Views: 1011

Upgrading from 1.4.1 to 1.5.4

Will I run into any problems doing this upgrade? and what would be the best way for me to backup my information and what would be the best way to upgrade my website?

Thanks!
by JaymeNYC
Mon Nov 24, 2008 11:43 pm
Forum: General Discussion
Topic: Importing Database = "Not Found..The requested URL was not found"
Replies: 1
Views: 1434

Importing Database = "Not Found..The requested URL was not found"

I'm not sure what I'm doing wrong it should work fine.. I moved my website from an addon domain in my account to its on acocunt and I'm getting "Not Found The requested URL was not found on this server." I went in to MySQL, clicked the database..Export..then saved it to a .sql file. On the...
by JaymeNYC
Thu Nov 13, 2008 1:58 am
Forum: Modules/Add-Ons
Topic: Uploads Module: Download Link
Replies: 2
Views: 816

Re: Uploads Module: Download Link

It says "Pre-existing file" because you uploaded via FTP instead of through Uploads.  Just go into the Uploads admin and edit the file summary/description. what about to do <a href="{$entry->unknown_variable_here}">{$entry->name}</a> How would I do this?
by JaymeNYC
Wed Nov 12, 2008 6:23 am
Forum: Modules/Add-Ons
Topic: Uploads Module: Download Link
Replies: 2
Views: 816

Uploads Module: Download Link

I'm creating an area where files can be downloaded, But the Download links name is "Pre-existing file".  I believe I know why it says this, but I would want the default to be "Download". Or if possible, since the "Pre-existing file" text actuallly works when I click to ...
by JaymeNYC
Wed Nov 12, 2008 5:40 am
Forum: Modules/Add-Ons
Topic: Form Builder: Email Form info to an email address
Replies: 1
Views: 749

Form Builder: Email Form info to an email address

I set up the fields correctly before so I don't know what I'm missing.  All I'm trying to do is set up ALL the fields so they are sent to the email that I provide.  Some of the fields work, but I just don't remember how to set up the rest of the fields so they get emailed also.  Heres an image http:...
by JaymeNYC
Sun Nov 09, 2008 5:51 am
Forum: Modules/Add-Ons
Topic: Uploads: "Error: Category not found!"
Replies: 2
Views: 877

Re: Uploads: "Error: Category not found!"

jmcgin51 wrote: try capitalizing the category name in your module call.  It's capitalized in the Admin section.
Tried that and it didnt work.. even tried renaming the category section from "Downloads" to "downloads" and even that doesnt work.. is there anything else I can do ??
by JaymeNYC
Fri Nov 07, 2008 6:53 pm
Forum: Modules/Add-Ons
Topic: Form Builder: Move Error/Thank you to another Div
Replies: 1
Views: 827

Re: Form Builder: Move Error/Thank you to another Div

I got it to work by placing the whole section of html that the form is in INTO the form template.  The problem I'm having now is that when the submission is successful, the thank you message displays ABOVE my "contact" div.  How do I have it replace everything in my contact div but the hea...
by JaymeNYC
Fri Nov 07, 2008 7:39 am
Forum: Modules/Add-Ons
Topic: Form Builder: Move Error/Thank you to another Div
Replies: 1
Views: 827

Form Builder: Move Error/Thank you to another Div

What I'm trying to do is move the part that will display the error above the form display in another div.  Also the same thing for the thakn you text. {* DEFAULT FORM LAYOUT / pure CSS *} {$fb_form_header} {if $fb_form_done == 1} {* This first section is for displaying submission errors *} {if $fb_s...
by JaymeNYC
Fri Nov 07, 2008 1:13 am
Forum: Modules/Add-Ons
Topic: Uploads: "Error: Category not found!"
Replies: 2
Views: 877

Uploads: "Error: Category not found!"

I'm not sure how to fix this! It seemed to be working before I'm not sure whats going on. I've tried both of these: { if $ccuser->loggedin() } {cms_module module="Uploads" category="downloads" mode="summary" sortorder="date_desc" detailtemplate="default&q...
by JaymeNYC
Sat Nov 01, 2008 10:31 am
Forum: General Discussion
Topic: Moved from site.net to site.com..still have site.net links
Replies: 1
Views: 1170

Moved from site.net to site.com..still have site.net links

I moved my site from site.net and after moving it to site.com and changing the htaccess and config.php file it still has .net URLs.. what do i do? need help fast!!!
by JaymeNYC
Thu Oct 30, 2008 10:13 pm
Forum: Modules/Add-Ons
Topic: Uploads Module Template Help
Replies: 8
Views: 2218

Re: Uploads Module Template Help

What do you mean by put out? and I don't currently have a logout link.. I made another thread about it here For example: {cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="$page_alias"} { if $ccuser->loggedin() } {cms_module module="Uploads"...
by JaymeNYC
Wed Oct 29, 2008 9:48 pm
Forum: CMSMS Core
Topic: Cant login after .htaccess redirect
Replies: 6
Views: 2192

Re: Cant login after .htaccess redirect

Thx 4 the help Pierre! I changed it to what you suggested and still doesn't work..  :(  Is there something else other than the htaccess I should change that will help me with this? Maybe an admin file or something in the config.php file?  I've tried logging in with computers that never accessed my s...
by JaymeNYC
Wed Oct 29, 2008 5:56 pm
Forum: CMSMS Core
Topic: Cant login after .htaccess redirect
Replies: 6
Views: 2192

Re: Cant login after .htaccess redirect

I tried clearing cookies and also the cache and it still doesn't work. My htaccess file Options -Indexes Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteEngine On   RewriteCond %{HTTP_HOST} ^site\.net$ [NC]   RewriteRule ^(.*)$ http://www.site.net/$1 [L,R=301] # Rewrites urls in the fo...
by JaymeNYC
Wed Oct 29, 2008 6:14 am
Forum: CMSMS Core
Topic: Cant login after .htaccess redirect
Replies: 6
Views: 2192

Cant login after .htaccess redirect

I redirected "site.com" to "www.site.com" and now It won't let me log in.. is there anyway to fix this?
by JaymeNYC
Tue Oct 28, 2008 9:22 pm
Forum: General Discussion
Topic: Move site from www.site1.com to www.site2.com [SOLVED]
Replies: 2
Views: 1737

Re: Move site from www.site1.com to www.site2.com

Only config.php changes are necessary, nothing else. Oh, and some modules sometimes keep information about the paths to needed files in the database table that contains properties of modules. For example if you use Captcha module - you will have to login to your mysql and change the value of path t...

Go to advanced search