File Manager Issue - reposting question here

Permalink
Hi -
I just took a site live & now i have items that are not showing on the site.

I'm on version 5.3.3.1

I created the site in root/c5 directory on the server... to swap the site i-
1. disabled pretty urls
2. moved all the files to the root directory
3. edited my config/site.php file top read define('BASE_URL', 'http://websitename.com');
define('DIR_REL', '');
and uploaded it
4. deleted all the cache files from root/files/cache & cache_objects
5. re-enabled pretty urls

Now I have images that are missing & when i try to upload new files through the file manager instead of putting them in root/files on the server they are going into the old directory root/c5/files...

is there a setting or a config file i missed? how do i get file manager to put the files in the right spot???

pleasse help!!! Thanks!!!

 
chameleon replied on at Permalink Reply
ok -
i have come across another issue... my customer wants to be able to receive an email with the information that is submitted in the form that i added.

at the moment, i am the admin, and i get a email saying that a form was submitted ... but, i
A) don't see any options for formatting the text on the form page itself
B) Don't see an option for sending the information to the email address
C)also when i add my clients email using the options tab from the edit section, nothing goes through and i get an error.

error
Fatal error: Uncaught exception 'Exception' with message 'Unable to send mail' in /home/p142rqec/public_html/concrete/helpers/mail.php:183 Stack trace: #0 /home/p142rqec/public_html/concrete/blocks/form/controller.php(329): MailHelper->sendMail() #1 /home/p142rqec/public_html/concrete/models/block.php(262): FormBlockController->action_submit_form() #2 /home/p142rqec/public_html/concrete/startup/process.php(199): Block->passThruBlock(Array, Array) #3 /home/p142rqec/public_html/concrete/dispatcher.php(204): require('/home/p142rqec/...') #4 /home/p142rqec/public_html/index.php(2): require('/home/p142rqec/...') #5 {main} thrown in /home/p142rqec/public_html/concrete/helpers/mail.php on line 183


I currently have "Default PHP Mail Function" set in the dashboard.

Please help!
Thanks!!!
chunksmurray replied on at Permalink Reply
chunksmurray
Regarding the form email issues, check out this post:http://www.concrete5.org/community/forums/usage/form-w-multiple-ema...

Have you tried clearing your cache since making the site live?
chameleon replied on at Permalink Reply
Yah, I have definitely cleared my cache.
chameleon replied on at Permalink Reply
Ok - I figured out my own problem ...

for anyone else that ever has this issue, don't forget the following setting when moving a site

from dashboard
>> file manager
>> access
- down where it says "Standard File Location" edit that path


Its a very easy fix, if you know that it's there... just took me 2 days to find it :(

oh well, life is good now.