Results 1 to 2 of 2

osCAdminID generated and not letting the admin search

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 ...

      
  1. #1
    New Member
    Join Date
    Apr 2006
    Posts
    6
    Rep Power
    0


    Default osCAdminID generated and not letting the admin search

    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. #2
    New Member
    Join Date
    Apr 2006
    Posts
    6
    Rep Power
    0


    Default session id issue

    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);
    }*/

Similar Threads

  1. problem with admin panel search function
    By taol in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 12-13-2006, 04:15 PM
  2. 1064 - error in your SQL syntax admin customer search
    By webwolfe in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-10-2006, 07:13 AM
  3. Affiliate Banner Codes not being generated
    By fatbloke in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 04-11-2006, 07:21 AM
  4. Search Feature on Admin for catalog Crashes Server!!
    By HollyRidge in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 10-03-2005, 08:27 AM
  5. Full text search in advanced search
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 04-15-2004, 03:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •