This is a discussion on osCAdminID generated and not letting the admin search within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; I have heavily modded my site and its done in php5 and everything works well. When i log into admin ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I have heavily modded my site and its done in php5 and everything works well. When i log into admin section there is no osCAdminId is not created and so i can search for customer(which i added) because i have more than 1000 and i need to look at them... Now the problem is when i uploaded this site into web server which has php4 , when i enter the admin, automatically oscAdminID is generated and that goes with me wherever i go in admin area, but when i search for customers using the text field above it goes to the login page of admin .. search for product model mod in the admin/categories setion dont work either Wht should i do to fix this, as search capability is very must in admin ... |
|
#2
| |||
| |||
| this was an issue with oscadminid ..not any problem with versions of php as suspected first doing the following should fix this problem comment out the following from admin/includes/application_top.php tep_session_name('osCAdminID'); tep_session_save_path(SESSION_WRITE_DIRECTORY); /* comment following out // set the session cookie parameters if (function_exists('session_set_cookie_params')) { session_set_cookie_params(0, DIR_WS_ADMIN); } elseif (function_exists('ini_set')) { ini_set('session.cookie_lifetime', '0'); ini_set('session.cookie_path', DIR_WS_ADMIN); }*/ |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with admin panel search function | taol | osCMax v2 Features Discussion | 0 | 12-13-2006 04:15 PM |
| 1064 - error in your SQL syntax admin customer search | webwolfe | osCMax v1.7 Discussion | 0 | 11-10-2006 07:13 AM |
| Affiliate Banner Codes not being generated | fatbloke | osCMax v2 Features Discussion | 0 | 04-11-2006 06:21 AM |
| Search Feature on Admin for catalog Crashes Server!! | HollyRidge | osCMax v2 Features Discussion | 3 | 10-03-2005 07:27 AM |
| Full text search in advanced search | Anonymous | osCMax v1.7 Discussion | 0 | 04-15-2004 02:00 PM |