Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
help needed urgently please
Old 03-01-2009, 04:54 PM help needed urgently please
Skilled Talker

Posts: 58
Trades: 0
hi guys basically i has an oscommerce ebook store running perfectly until i changed my hosting i transferred all the data over to another hosting company presuming it will be ok ive had a few errors which ive managed to figure but being a novice in coding im a bit puzzled with these ive managed to get the site running smooth but im getting these errors in the admin panel

Error: Catalog images directory does not exist: /home/latestme/public_html/justwebbook.c*mimages/
i notice there is no slash between .com and images ?

Module Directory: /home/latestme/public_html/justwebbook.c*mincludes/modules/payment/

the same here .c*mincludes?

are these causing the problem?

here is one of the config.php files please see if you can see something that needs changing ive edited my user name and pass for obvious reasons


Code:
<?php /* Big Fat Ebook Webstore anewshop*/
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 
// add your database and website details to the variables below
define('DB_SERVER_USERNAME', 'xxxxxx');
// your username that you use to log into your web server
define('DB_SERVER_PASSWORD', 'xxxxxxx');
// your password that you use to log into your web server
define('DB_DATABASE', 'latestme_justwebbook');
// your database
define('DIR_FS_CATALOG', '/home/latestme/public_html/justwebbook.c*m/');
define('HTTP_SERVER', '3w.justwebbook.c*m'); 
define('HTTP_COOKIE_DOMAIN', '.justwebbook.c*m');
// do not include the www
define('DB_SERVER', 'localhost'); 
 
// you do not need to change anything below
 
define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
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('HTTPS_SERVER', ''); 
define('ENABLE_SSL', false); 
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('USE_PCONNECT', 'false'); 
define('STORE_SESSIONS', 'mysql'); 
?>
i dont have a catalogues folder its the images folder and alway has been never been a problem before just with this hosting company im geting these few glitches
my images folder is in this order
home/lateste/public_html/webbooks.c*m/images
__________________
Want to make money online are you from the UK if so join or Team FREE
Please login or register to view this content. Registration is FREE
JSENIOR is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-01-2009, 05:03 PM Re: help needed urgently please
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
PHP Code:
<?php /* Big Fat Ebook Webstore anewshop*/
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 
// add your database and website details to the variables below
define('DB_SERVER_USERNAME''xxxxxx');
// your username that you use to log into your web server
define('DB_SERVER_PASSWORD''xxxxxxx');
// your password that you use to log into your web server
define('DB_DATABASE''latestme_justwebbook');
// your database
define('DIR_FS_CATALOG''/home/latestme/public_html/justwebbook.com/'); // this line
define('HTTP_SERVER''3w.justwebbook.com'); // this line
define('HTTP_COOKIE_DOMAIN''.justwebbook.com'); // this line
// do not include the www
define('DB_SERVER''localhost'); 
 
// you do not need to change anything below
 
define('DIR_WS_DOWNLOAD_PUBLIC''pub/');
define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
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('HTTPS_SERVER'''); 
define('ENABLE_SSL'false); 
define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/');
define('USE_PCONNECT''false'); 
define('STORE_SESSIONS''mysql'); 
?>
I've commented the lines I changed.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 03-01-2009 at 05:05 PM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 03-01-2009, 06:00 PM Re: help needed urgently please
Skilled Talker

Posts: 58
Trades: 0
thanks you very much sir will this work for both config files as they did look the same to me ?
__________________
Want to make money online are you from the UK if so join or Team FREE
Please login or register to view this content. Registration is FREE
JSENIOR is offline
Reply With Quote
View Public Profile
 
Old 03-01-2009, 06:09 PM Re: help needed urgently please
Skilled Talker

Posts: 58
Trades: 0
i forgot to mention the reason why http:// was missing and *in com i had to modify them as i also posted this another forum but it would'nt allow me to insert url's im a total novice when it come to coding what was te actual problem just for general knowledge please
__________________
Want to make money online are you from the UK if so join or Team FREE
Please login or register to view this content. Registration is FREE
JSENIOR is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to help needed urgently please
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.14025 seconds with 12 queries