osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

attributes bug in MAX 1.5?

This is a discussion on attributes bug in MAX 1.5? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; howdy all i downloaded apache2triad: 37 meg!!!...only to find it a bit confusing to install actually, as my localhost wouldnt ...


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
  #11  
Old 09-20-2003, 04:57 AM
Anonymous
Guest
 
Posts: n/a
Default

howdy all

i downloaded apache2triad: 37 meg!!!...only to find it a bit confusing to install actually, as my localhost wouldnt work, and i couldn't figure out how to configure it. So i uninstalled it, and went back to my original set up. i'm just doing the attribute stuff on my remote server - not a huge pain, but a pain none the less.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #12  
Old 09-20-2003, 05:17 AM
Member
 
Join Date: Dec 2002
Location: Byron Bay, Australia
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
starchild
Default

sorry - the guest is me. tim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #13  
Old 12-19-2003, 01:57 PM
Lurker
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
bgarts
Default

I am also having this problem. Windows 2000 server running PHP 4.3.1. I have the stock version of OSCommerce running on another website and not having trouble.

It happens through Attribute Manager and through the "Edit Attributes" under Categories/Products. Product Attributes works ok, but I never liked how that page was designed.

I am also going to try this on the production server and see if it goes away.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #14  
Old 04-18-2004, 04:20 PM
Lurker
 
Join Date: Apr 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fifthcolumn
Default

Hi everybody, congrats on a great release, It certainly helps to further the cause of ecommerce and I hope to become highly involved with Open Source now I have discovered it.

To add to this post, I too have been having this problem. I am running:

Win2k SP4
MySQL 4.0.16
PHP Version 4.3.1

The force cookies is set to false, the temp directory is writable.

I have also tried this on a Netscape browser just in case it was an IE problem, but its just the same.

I have tried many many configuration settings, all to no avail.

However, I did find a short term workaround which may help someone more skilled than I to work out what the actual problem is, here's hoping anyway....

1. If you open Admin/Includes/application_top.php and find the two blocks of code:

//Admin begin
require(DIR_WS_FUNCTIONS . 'password_funcs.php');
//Admin end

and

//Admin begin
if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN) {
tep_admin_check_login();
}
//Admin end

and you take them out temporarily, upload the file to the server, and go directly to www.yourdomain.com/admin/new_attributes.php it is working although your left navigation bar with all the links in it has dissapeared.

This also leaves your admin section open to anyone so is not a good solution.

2. The next natural step is to reverse the deletions above and put the //Admin code BACK IN, reupload the application_top.php file, and the very next click you make in www.yourdomain.com/admin/ (providing you are in the very same browser session as step1) , it will bring you to the login page (because the request login function is back in all your admin page), whereupon you can login as normal and still, everything is working, i.e. if you try to use attribute manager it lets you, if you try to use the edit attributes button next to a product it lets you. Hurrah you think, its fixed....

3. The only problem then, is when you close down your browser, open up a new browser, and go back to the admin panel, you go back to square 1, i.e. being forwarded to the login page EVERY time you click to use attribute manager, no matter what you do, its drivin me nuts

I hope this helps someone track it down, if you would like to msasek you can message me and i will allow you access to this setup so you can try to see whats going wrong.

Ben.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #15  
Old 04-18-2004, 07:10 PM
Lurker
 
Join Date: Apr 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fifthcolumn
Default

FURTHER: The same problem seems to affect the Easy Populate Function, with the same workaround working, so hopefully any cure will also cure that.

Thanks in advance,

Ben.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #16  
Old 04-19-2004, 06:18 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

Just a though ... in MS2-MAX did you setup your login user name to be able to access new_attributes.php in the ADMIN level access?
__________________
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!
  #17  
Old 04-24-2004, 03:22 PM
Anonymous
Guest
 
Posts: n/a
Default

Hi there, thanks for replying and yes i did, i was under the impression though that whatever users you set, the Top Administrator's permissions cannot be changed so therefore should be able to access the new_attributes.php always.

I have also tried this on a stock install, so i am guessing is some sort of problem associated with windows servers, thats usually the case when i have problems!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #18  
Old 04-28-2004, 10:42 AM
Anonymous
Guest
 
Posts: n/a
Default

I also got the "edit attributes" bug,
when clicking the attributes option in the admin menu, i get an option to select a product to edit, but there is no product there to edit.
properties work fine, but if i try to edit a product from categories directly (edit attributes), it tells me:
"Edit Attributes -> Something isn't right"
hoped this helps you solve this bug....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #19  
Old 04-28-2004, 10:54 AM
Member
 
Join Date: Mar 2004
Posts: 78
Thanks: 38
Thanked 0 Times in 0 Posts
Rep Power: 0
altenter
Default

that guest is me
and i am running php 4.34, apache 1.3.29 on winxp sp1a
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #20  
Old 05-09-2004, 03:25 PM
Anonymous
Guest
 
Posts: n/a
Default

Hi all, Ben here again, I have definately sorted this on my server by upgrading PHP to the latest current stable version 4.3.6, the minute I upgraded, all problems stopped. Hurrah!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
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
attributes how to use them jcomputers osCMax v2 Customization/Mods 1 02-09-2006 12:12 PM
Too Many Attributes? the_error_king osCMax v1.7 Discussion 1 01-09-2006 09:08 PM
Can I have sub attributes? Studio143 osCMax v1.7 Discussion 2 02-23-2005 05:05 AM
Two Different Attributes jgkiefer osCMax v1.7 Discussion 0 10-26-2004 05:32 PM
Optional Attributes??? JesseJ osCommerce 2.2 Modification Help 1 07-09-2004 08:31 AM


All times are GMT -8. The time now is 06:29 AM.


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