osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

'Build' to 'Live' Directory Change, but missed "Account

This is a discussion on 'Build' to 'Live' Directory Change, but missed "Account within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Newbie - can ya tell.... PLEASE HELP - SITE LAUNCH HINGES So, here we are about to launch and I ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 06-18-2004, 08:51 AM
New Member
 
Join Date: Jun 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xoomxoomang
Default 'Build' to 'Live' Directory Change, but missed "Account

Newbie - can ya tell.... PLEASE HELP - SITE LAUNCH HINGES

So, here we are about to launch and I am trying to figure all this out now on my own. We had a site developer, but well... So, here's my last little thing that is preventing us from launching -

When "Create New Account" is clicked, instead of create_account.php returning with content it returns blank. I think I know why, but I'm not sure where to fix.

Our site master made the appropriate directory changes from our build location to our live site location, but I think he forgot to redirect a one of the functions, that being the Account Page.

When trying to access an account, before logging in, we're taken to the default login.php page, but when Create Account is clicked, we're taken to the create_account.php page, but in the wrong directory (thus the blank page). How do I change where the function location calls to? Does this make any sense??


I have checked the header and footer for directory references and all that is found is php scripting calling to the correct page, so there has to be some place where that page's directory settings are entered... Please help - I know this has to be so simple, but I am at a loss...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 06-18-2004, 09:59 AM
red_fraggle's Avatar
Active Member
 
Join Date: Feb 2004
Location: wilmington, NC
Posts: 319
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
red_fraggle
Default

the only paths needing to change are /catalog/includes/configure.php and /catalog/admin/includes/configure.php

If you migrated from one server type to another i.e. from cpanel to plesk for instance.

If you are clicking into an SSL portion of your store such as create account or checkout and you go to a blank page or back to the page you were at, it usually means SSL is disabled by your hosting provider. You can test this by changing the references in the two files above i mentioned for SSL from True to false. If it works after that point SSL is disabled on your hosting account.

Contact us directly for specific information if you need to.
__________________
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 06-18-2004, 11:56 AM
New Member
 
Join Date: Jun 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xoomxoomang
Default

Thanks for the idea - I have changed Enable SSL from true to false and am still seeing the blank page. It isn't totally blank, however, if I view source, I see the basic html page setup without head/body... even though it is calling for create_account.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 06-21-2004, 06:53 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,568
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default

Have URL to look at?
Check the PATHs and URLs in your configure.php files.

Also please post your catalog's configure.php file (less the database info) and we might see as what is wrong.


(PS: I always setup my test sites to be the same as my live sites - then all that needs to be done is change the URL... Not including OS/Control panel/webserver - but everything else - paths/database/login etc...)
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 06-25-2004, 08:18 AM
New Member
 
Join Date: Jun 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xpressed
Default Still getting nothing when creating new account

Update: We have moved from our shared ssl location to our own IP and have our SSL service setup. I have modified the ssl server location to reflect what our host is declaring as accurate..

Please visit: http://www.cafeproducts.com/login.ph...4ae5a8762ede2f

and click on "Create New Account"

or... skip to the balnk page (html doc setup = view source)
http://www.cafeproducts.com/create_a...4ae5a8762ede2f

I'll attach the configure.php file here..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 06-28-2004, 06:49 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,568
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default

Removed file - you had your DB infor in there.....

The parts you have to work on are:

define('HTTP_SERVER', 'http://www.cafeproducts.com/'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://host200.ipowerweb.com/~cafeprod/'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?

If you bought/installed your own SSL then you have to change the HTTPS server name from your shared to your new SSL site.
And your cookie domains should be filled in too....

Good Luck
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 06-30-2004, 11:42 AM
New Member
 
Join Date: Jun 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xpressed
Default

Quote:
Originally Posted by jpf
Removed file - you had your DB infor in there.....

The parts you have to work on are:

define('HTTP_SERVER', 'http://www.cafeproducts.com/'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://host200.ipowerweb.com/~cafeprod/'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?

If you bought/installed your own SSL then you have to change the HTTPS server name from your shared to your new SSL site.
And your cookie domains should be filled in too....

Good Luck
Responding to last post.. "And your cookie domains should be filled in too..." can you please expound on that statement.. as this is the only thing not yet reviewed and thus perhaps the issue.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 06-30-2004, 12:19 PM
New Member
 
Join Date: Jun 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xpressed
Default

ok.. update... I have given up on the files and simply copied in the default OSC create_account.php and create_account_success.php files. Low and behold, it works.. My customizations/edits to form (wording, basically) are obvioulsy not present however.. SO that brings me to my next question.

WHERE (which directory) should I have made my edits in the first place..

Note: These edits, to which I am referring consist of
1) The simple wording found when an account is succuessfully created (the words in the middle of the page, as a message to the customer).
2) The email that is sent to the customer upon successful account creation (the "Welcome Email").

THANKS for any/all help.. I am familiar enough with php to make the edits, I just don't know whether those edits are to be made to the two php files in question at "public_html" root or the same files found at includes/languages/english, or both..


CHEERS!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 06-30-2004, 01:11 PM
New Member
 
Join Date: Jun 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xpressed
Default

ok.. um.. newbie learns..

so - I have obviously now found which set of files to edit.. that being those found in includes/languages/english.. and not those at public_html.

I do have two final questions... In my Email Text for example, I want to write a sentence similar to "Please don't hesistate to contact me." and obviously, when using the apostrophe in my string of text, it causes a parse error. What is the character used next to the apostrophe that fixes the parse error?

Second question: I want to edit the page look where I would insert information for a new product. Which php file is this?

Thanks so much - you have all been a huge help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 07-02-2004, 07:39 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,568
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default

In php you have to "escape" certain charaters like ' as they are control charater. To have "Your Site's Products" show up enter "Your Site\'s Products"


To edit the "look" depend on which version - if MS2-MAX then it would be in the templates (edit with any HTML editor - catalog/templates/content/products_new.tpl.php) else you have to pick though the PHP code....(ie: edit /catalog/products_new.php)


Good Luck!
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to change the "date" and "months" na oling osCMax v2 Installation issues 2 08-25-2006 09:09 AM
Change Create Order Text "Réduction" and "Li kelly34 osCMax v2 Customization/Mods 3 08-03-2005 10:55 AM
What is the best way to change server directory, chevyracn osCMax v1.7 Installation 2 04-21-2005 05:41 AM
Adding a link next to "My Account | Cart Contents" jb321 osCommerce 2.2 Modification Help 2 11-02-2004 05:40 AM
change location of some files in catalog directory yellowriver osCMax v1.7 Installation 0 10-22-2004 04:33 AM


All times are GMT -8. The time now is 02:21 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax