Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Imajica

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Real Name
    John

Imajica's Achievements

  1. for me the answer was to switch to file based sessions and do this:
  2. when you setup OSC did you set it for file based sessions?
  3. did you try the disable register globals contrib? http://www.oscommerce.com/community/contributions,2097
  4. I've been working on this on and off for a while now and I can't figure it out... so I am open to suggestions Issue: You place an order in the main store and it shows up in the database and on the admin console (orders.php) if you place an order in store 2 it shows in the database but not on the admin console (orders.php) if you put the missing order number in the order ID field it does show up, so I know the data is there the admin account does have full access to all stores (This administrator has full access to all STORES (present & future). is checked) any ideas? John
  5. Nico, thanks for taking the time to answer :) I checked thru all the modifications that I made for CCGV and there were none to orders.php so I am using the one that came with the multi-stores download. in the admin area the admin login as rights to all and future stores
  6. Evening folks... have my main and one sub store up and running with CCGV (that was fun.. remind me to do it again soon) anyways... if I place a test order in the main store it shows up in the admin/orders if I place a test order in the second store the order itself does not show up, but if I input the order number the order is there... so what thing did I miss? I know it's something, but my head is ready to explode from looking at php any ideas?
  7. in a fit I deleted my demo store, database, and all files reloaded everything and reinstalled I chose to use filebased sessions this time around and uncommented the define in admin/includes/application_top.php now it works...
  8. ok I am completely fustrated running on php 5.0.4 and mysql 4.1.14 I have tried every suggestion made in this thread but I can still not get the admin login to come up
  9. hobbzilla: I did look thru all the posts but I did not see a resolution for this. Fresh OSC install and fresh install of multi-stores 1.9 I do in with admin/admin and the login.php just cycles thru I attempted to add another login via phpmyadmin and changing the admin password the same way any suggestions?
  10. well here is what I am going to use it for... my wife and her friend are opening a papercrafting store. They want to maintain one catalog between them but have their own store front so essientally xyz.com/store1 and xyz.com/store2 I'm hoping this does it for me
  11. can't edit a post.. so for clarification DEFAULT '0' was the issue so I removed DEFAULT '0' and it executed fine
  12. all righty... I was able to get installed with php5 by adding this to .htaccess php_flag register_globals on php_flag register_long_arrays on and this: CREATE TABLE administrators ( administrators_id int(11) DEFAULT '0' NOT NULL auto_increment, administrators_username varchar(20) NOT NULL, administrators_password varchar(40) NOT NULL, administrators_allowed_pages varchar(255) DEFAULT '*' NOT NULL, PRIMARY KEY (administrators_id) ); generated a mysql error referenceing an invalid value for DEFAULT so I removed that value and now it's running now to figure out how it works :)
  13. I attempted to install this tonight but can't get past screen 2 on the install. Looking around the forum I'm guessing I need to apply some patching for php5, but the patch contrib that I was looking at has some files that conflict with virtual mall... or am I missing something much more obvious? It wouldn't be the first time ;)
×
×
  • Create New...