osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Taking a "break" from the headache?

This is a discussion on Taking a "break" from the headache? within the Off topic & Chit Chat forums, part of the Community category; osCMax Installation Manual - osCMax - osCommerce Maximized Mike... You follow these, and the other ones from over the weekend ...


Go Back   osCommerce and osCMax shopping cart software forums > Community > Off topic & Chit Chat

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 06-16-2008, 04:39 PM
New Member
 
Join Date: Jun 2008
Posts: 25
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
trochia is on a distinguished road
Default Taking a "break" from the headache?

osCMax Installation Manual - osCMax - osCommerce Maximized

Mike... You follow these, and the other ones from over the weekend I did on the xxxdox.xxx site.

10-4?

Jim

I can't wait to see the 500 page book, turn into 800+? < just teasing >
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #2  
Old 06-16-2008, 08:05 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,074
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Taking a "break" from the headache?

Your head hurts, does it? Sorry to hear that.

I don't need to follow instructions anymore, alas. I have installed osCMax thousands of times and it takes me about 4 minutes to install, start to finish.

The instructions work though
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-17-2008, 12:57 AM
New Member
 
Join Date: Jun 2008
Posts: 25
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
trochia is on a distinguished road
Default Re: Taking a "break" from the headache?

Getting "closer" yet?

Honestly? Walk in ths "OSCMax" like an "idiot" OAR?...


I really should KNOT call you that, but "my man" php7. Horizon? (sub-compiled)

VIA <c>

That's why?? A lot of "responses" R KNOT ans:sword: here?

EVERYDAY?

I "sniff" I{'s everyday for "chess players" ket "alone" a golen MEDAL shopping CART?

Now? Can you install? The WAY your "VERBATIM" speaks? WIKI??

DUDE, you run "too many tracks, unable to "track your own"

CaPAish?

SEW?

(IT) Was "written, SEW IT shall BE "done"

You need "more CHEESE" for you MOUSETRAP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-20-2008, 08:57 AM
New Member
 
Join Date: Jun 2008
Posts: 25
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
trochia is on a distinguished road
Default Re: Taking a "break" from the headache?

Thx for "moving" the thread, let us do this here then? As Maybe it will help others Michael.

And then bits/pieces can be learned and added to possibly a new thread, for step-by-step.

Now, Over one week since initial "finding" of OSCMax (A better mousetrap)

There are at least (2) places with install instructions.

Here:> oscmax_docs [osCMax and osCommerce documentation] which for a person landing on this URL, the next step leads to here:> installation [osCMax and osCommerce documentation]

a) It seems to be outdated to me showing v1.7 For now, we'll continue using this.

The below, I have all of the following, as I have total control of this server...and for the sake of this post, I will post information of OS/PHP/MySQL versions first also.

OS => CentOS 4.6
PHP => 5.2.5
MySQL => 4.1.22

Server root path
Document root
MySql Database name, username and password

My next step has been goto=> installing_via_ftp [osCMax and osCommerce documentation]

My defaulted FTP mode in my FTP client "had been set" to AUTOMATIC in both my prior cases into (2) different "spaces" ( Domains ) One of them in which I uploaded the /catalog sub-dir (as discussed as an option)
http://www.parts4exotics.com/catalog/

which the initial resulted in
Quote:
FATAL ERROR: register_globals is disabled in php.ini, please enable it!
Therefore bring me back last week and posting to the forums regarding this.

After this error, (and my postings) is when I went thru the threads...etc...and installed the register_globals_v1.5 patch obtained from the OSCommerce Contribs. But?? To no avail, more time down the drain.

So then, this brings us to this:>
Can not run oscmax install script on php5 - here is the fix

My next step was to leave the above installed application ( and patch installed ) as it is for now, and let's try this on another site..in which I did but this time I installed into the DR (public_html) dir of the domain...Once again, using FTP and DEFAULTED mode of Automatic.

Results were the same, as expected...
FATAL ERROR: register_globals is disabled in php.ini, please enable it!

under main url and also /install dir.

but this time is when I modified the .htaccess included w/ OSCMax files to:

# 6/18/08 I added the below to his file here
# I did it, and it brought up the install screen
php_flag register_globals on
php_value register_long_arrays on

Now, phpinfo shows:
register_argc_argvOnOnregister_globalsOnOffregiste r_long_arraysOnOn



OK, Now we have:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/kingtaps/public_html/includes/functions/database.php on line 19
Unable to connect to database server!

AS EXPECTED !! As we have not ran the install program as of yet.

But at this time, I must also mention that I have
a) Created a database
b) Created a user & password
c) Added this User, the the database with FULL permissions.

OK, back to the above, I now proceed to enter the /install dir of where I have UPLOADED OSCMax, this time (today...repeating the steps) I used ASCII mode as described in the intructions..in which prior I did not check.

I am now at the "Welcome to osCMax v2.0!" screen, and proceeding to goto> INSTALL

Now, before I continue...I am going back to phpMyAdmin and verify everything is there for sure.

Upon opening phpMyAdmin, it shows (1) database called:

kingtaps_kotcat

I then proceed to MySQL Databases link in cPanel and it reflects (1) database of kingtaps_kotcat with a user attached of kingtaps_kotcat in which I created yesterday, giving full permissions.

For "giggles" I am now deleting the user, and will recreate it again...giving full permissions.

DONE...and added w/FULL permissions...

At this point, I must also mention that I have given 777 permissions to the (2) configure files as mentioned...and I verified that they ARE showing...once written/changed for me, as I saw a post where for someone else...they were having this problem..

OK, all the "ducks in a row" at this point?

Well, here I go > (10:44am 6/20/08 over a week later)

I clicked INSTALL and check both, then Continue

Enter the domain name of the Database server ( I have also tried w/dedicated IP also)

Enter the username of: kingtaps_kotcat
(then the password)
Then Database name of: kingtaps_kotcat

I also have "checked radio button" for DB session storage.

I then click continue, and :>

Test connection unsuccessful
Access denied for user 'kingtaps_kotcat'@'xx.xxx.xxx.xx' (using password: YES)

IP Addressed removed, for security purposes, due to the fact of "register_globals" having to be open/on.

Thoughts Michael?

time 10:55am 6/20/08

Thx...Jim

(In search of a Better Mousetrap) and what really sold me on yours? Was the fact that I could easily just purchase templates from you, and save time ( which is money )...but trust me, I have a lot of time just trying to get this to install?



**********************
and here:>

HERE?? Meaning the install on oscmax link ( not oscdox)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
Reply

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
One more "how to remove" question re "also purchased" mrs_adm osCommerce 2.2 Modification Help 2 02-25-2007 12:39 PM
Remove "QTPRO" for "Option Type Feature" adam71o osCMax v2 Customization/Mods 3 01-10-2007 10:32 AM
How to change the "date" and "months" na oling osCMax v2 Installation issues 2 08-25-2006 10:09 AM
"Price" and "Add to Cart" button inside midwestwebsites osCMax v2 Customization/Mods 3 11-14-2005 05:13 AM
Taking out "Printable Catalog" fateimport osCMax v1.7 Discussion 1 03-07-2005 07:13 AM


All times are GMT -8. The time now is 09:18 PM.


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