|
First of all What happens if you go off the Medifast Diet? Hoping for any response. Another question... Today is a challenge for me. It's only been 1 week, and I did really well this first week, but Fridays (weekends in general) will take some getting used to. I'm so used to 'relaxing' with the family after a busy week and eating all sorts of fatty/carby things and going into a food coma.. |
|
|
|
Hmm... I need to find out myself. I don't know what is the answer to your question. I'll do some research in Google and get back to you if I discover an decent answer. You should email the people at Medifast as they probably can help you..
|
|
So that means I have to put a new path? if so, how would I do that?..
|
|
Hi jm82much, good for you..
I know exactly what you mean. My husband doesn't have the same problem as me, but like you I have to cook for him so it's hard at times. I just make sure I only eat the protein and veggies. What I do on the weekends is really try to do the stuff I can't get done during the week because of work (cleaning, vacuuming, laundry, etc.), that way I'm busy and don't think about eating. For years we have been putting ourselves second and it's time we move to the front of the line.. Good for you!!!.. |
|
OMG that is amazing! You go girl! You have so much strength! You will have great success with that attitude!..
|
|
Would it have anything to do with this ....
Define('DIR_WS_CATALOG', '/'); // absolute path required.. |
|
Much easier if you post the files so they can be checked for you..
Nothing wrong with / if osc is set up in the root directory. What permissions are set on the images directory is it set CHMOD 777 along with the sub directories of images directory and the image files. CHMOD 777 is all rights to all things. This post has been edited by. 241. : 23 July 2004, 17:53.. |
|
Wow. Congratulations! What you've accomplished today is SO important. Now you have set a precedent for yourself. Next Friday, you'll know how strong you are and just what you can do when you set your mind to it. You should be proud! (((applause))).
JanM.. |
|
Good job! I know it may seem small, but that is a huge step, congrats!..
|
|
Great job! You will have to look for cauliflower pizza by Kurz.....I make one of those on Friday nite when the family orders pizza...
|
|
This is the catalog/includes/ file.
<?php. /*. osCommerce, Open Source E-Commerce Solutions. http://www.oscommerce.com. Copyright (c) 2003 osCommerce. Released under the GNU General Public License. */. // Define the webserver and path parameters. // * DIR_FS_* = Filesystem directories (local/physical). // * DIR_WS_* = Webserver directories (virtual/URL). define('HTTP_SERVER', 'http://pnkhny.com'); // eg, http://localhost - should not be empty for productive servers. define('HTTPS_SERVER', 'https://'); // eg, https://localhost - should not be empty for productive servers. define('ENABLE_SSL', false); // secure webserver for checkout procedure?. define('HTTP_COOKIE_DOMAIN', 'pnkhny.com');. define('HTTPS_COOKIE_DOMAIN', '');. define('HTTP_COOKIE_PATH', '/');. define('HTTPS_COOKIE_PATH', '/');. define('DIR_WS_HTTP_CATALOG', '/');. define('DIR_WS_HTTPS_CATALOG', '/');. define('DIR_WS_IMAGES', 'images/');. define('DIR_WS_ICONS', DIR_WS_IMAGES'icons/');. define('DIR_WS_INCLUDES', 'includes/');. define('DIR_WS_BOXES', DIR_WS_INCLUDES'boxes/');. define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES'functions/');. define('DIR_WS_CLASSES', DIR_WS_INCLUDES'classes/');. define('DIR_WS_MODULES', DIR_WS_INCLUDES'modules/');. define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES'languages/');. define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');. define('DIR_FS_CATALOG', '/home/pnkhny/');. define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG'download/');. define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG'pub/');. // define our database connection. define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers. define('DB_SERVER_USERNAME', 'pnkhny_osc1');. define('DB_SERVER_PASSWORD', '*****');. define('DB_DATABASE', 'pnkhny_osc1');. define('USE_PCONNECT', 'false'); // use persistent connections?. define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'. ?>. And this is the admin/includes/ file. <?php. /*. osCommerce, Open Source E-Commerce Solutions. http://www.oscommerce.com. Copyright (c) 2003 osCommerce. Released under the GNU General Public License. */. // Define the webserver and path parameters. // * DIR_FS_* = Filesystem directories (local/physical). // * DIR_WS_* = Webserver directories (virtual/URL). define('HTTP_SERVER', 'http://pnkhny.com'); // eg, http://localhost - should not be empty for productive servers. define('HTTP_CATALOG_SERVER', 'http://pnkhny.com');. define('HTTPS_CATALOG_SERVER', 'https://');. define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module. define('DIR_FS_DOCUMENT_ROOT', '/home/pnkhny/public_html/'); // where the pages are located on the server. define('DIR_WS_ADMIN', '/admin/'); // absolute path required. define('DIR_FS_ADMIN', '/home/pnkhny/public_html/admin/'); // absolute pate required. define('DIR_WS_CATALOG', '/'); // absolute path required. define('DIR_FS_CATALOG', '/home/pnkhny//public_html/'); // absolute path required. define('DIR_WS_IMAGES', 'images/');. define('DIR_WS_ICONS', DIR_WS_IMAGES'icons/');. define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG'images/');. define('DIR_WS_INCLUDES', 'includes/');. define('DIR_WS_BOXES', DIR_WS_INCLUDES'boxes/');. define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES'functions/');. define('DIR_WS_CLASSES', DIR_WS_INCLUDES'classes/');. define('DIR_WS_MODULES', DIR_WS_INCLUDES'modules/');. define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES'languages/');. define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG'includes/languages/');. define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG'includes/languages/');. define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG'images/');. define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG'includes/modules/');. define('DIR_FS_BACKUP', DIR_FS_ADMIN'backups/');. // define our database connection. define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers. define('DB_SERVER_USERNAME', 'pnkhny_osc1');. define('DB_SERVER_PASSWORD', '******');. define('DB_DATABASE', 'pnkhny_osc1');. define('USE_PCONNECT', 'false'); // use persisstent connections?. define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'. ?>. And the CHMOD is set to 755.. |
|
It's the baby steps we take that pay off. I am proud of you.....think of how you will be feeling with each passing week. Know that you are now in control and have the ability to make the choices that are best for you.......
|
|
Ok CHMOD needs to be 777 for images directory sub directory and image files..
Are you sure that the absolute path is /home/pnkhny/public_html this seems a bit short.. CATALOG:. Define('HTTP_SERVER', 'http://www.pnkhny.com');. Added www.. Define('HTTPS_SERVER', '');. Left blank as SSL set false. Define('HTTP_COOKIE_DOMAIN', 'www.pnkhny.com');. Added www.. Define('DIR_FS_CATALOG', '/home/pnkhny/public_html/');. Added public_html/. ADMIN:. Define('HTTP_SERVER', 'http://www.pnkhny.com');. Added www.. Define('HTTP_CATALOG_SERVER', 'http://www.pnkhny.com');. Added www.. Define('HTTPS_CATALOG_SERVER', '');. Left blank as SSL set false. Define('DIR_FS_DOCUMENT_ROOT', '/home/pnkhny/public_html');. Took the / off the end. Define('DIR_FS_CATALOG', '/home/pnkhny/public_html/');. Took out the extra / between pnkhny and public. This post has been edited by. 241. : 23 July 2004, 18:16.. |
|
Oh that is awesome! And in your first week no less!.
You are off to a great start and I promise if you just follow the plan, it will get easier and easier. The more "practice" you have under your belt, the better you get when faced with challenges, such as "family weekends".. As with many things, it truly is one day at a time-but you will get there!.. |
|
Hmm that didnt seem to work ... could it be that I berly registerd my iPage site yesterday along with the hosting?..
|
|
Okay it works now, BUT now my admin page says.
Fatal error: Cannot re-assign $this in /home/pnkhny/public_html/admin/includes/classes/upload.php on line 31.. |
|
I have a question, would any body know the reason why my store would look like this ? .
Http://65.254.55.114/~pnkhny/.. |
|
Yes.
Post both catalog/includes/configure.php and admin/includes/configure.php xxx out the database info from the bottom of the files, you will have a path wrong in the configure.php files as no images are shown.. |
