Results 1 to 4 of 4

Thread: Problem With Admincp

  1. #1
    Junior Member DamienDarwick's Avatar
    Join Date
    Apr 2010
    Posts
    17
    Thanks
    2
    Thanked 94 Times in 17 Posts

    Default Problem With Admincp

    Hello, I just purchased this and there is a problem with the admincp. When I login to the admincp panel my admin folder is not named admincp for security reasons. So after clicking the "Shop Administration" link in the drop down I can see the first page, but the links within the page like "My Store, Catalog, etc do not go to my real admin addresses, instead it goes to the admincp address which is not found since I have my admincp folder renamed for security. I get this:

    Code:
    404 Not Found
    The requested URL /admincp/oscadmin_configuration.php?gID=3&osCAdminID=3a81028ed080d55607376fc594ed3ab7 does not exist.
    Please correct this issue.

  2. The Following 5 Users Say Thank You to DamienDarwick For This Useful Post:

    ciojennacgalac (18-11-2012),hersamuchpeich (13-08-2013),itojessosaspos (10-10-2013),kescotekosek (21-06-2013),nbrregiordthor (27-11-2012)

  3. #2
    Junior Member DamienDarwick's Avatar
    Join Date
    Apr 2010
    Posts
    17
    Thanks
    2
    Thanked 94 Times in 17 Posts

    Default

    Anyone? An answer of some sort would be nice.

  4. The Following 5 Users Say Thank You to DamienDarwick For This Useful Post:

    ciojennacgalac (18-11-2012),hersamuchpeich (13-08-2013),itojessosaspos (10-10-2013),kescotekosek (21-06-2013),nbrregiordthor (27-11-2012)

  5. #3
    Developer Greystoke's Avatar
    Join Date
    Mar 2010
    Posts
    187
    Thanks
    2
    Thanked 499 Times in 113 Posts

    Default

    Quote Originally Posted by DamienDarwick View Post
    Hello, I just purchased this and there is a problem with the admincp. When I login to the admincp panel my admin folder is not named admincp for security reasons. So after clicking the "Shop Administration" link in the drop down I can see the first page, but the links within the page like "My Store, Catalog, etc do not go to my real admin addresses, instead it goes to the admincp address which is not found since I have my admincp folder renamed for security. I get this:

    Code:
    404 Not Found
    The requested URL /admincp/oscadmin_configuration.php?gID=3&osCAdminID=3a81028ed080d55607376fc594ed3ab7 does not exist.
    Please correct this issue.
    This is not a problem with the software.

    osCommerce has 2 configure.php files, 1 in for the shop and 1 for the shop admin.

    You need to edit the configure.php in the admin/includes/ and change this line to what ever you have renamed your vbulletin admincp folder to,

    PHP Code:
    define('DIR_WS_ADMIN''/admincp/'); 
    E.g.

    PHP Code:
    define('DIR_WS_ADMIN''/admincp1/'); 
    Also if you are using a different admincp folder for vBulletin you will need to put the files that you copied from the upload/admincp into your renamed admincp folder.

    Quote Originally Posted by DamienDarwick View Post
    Anyone? An answer of some sort would be nice.
    Sorry for the delay, as support is limited as it is a weekend here.

  6. The Following 5 Users Say Thank You to Greystoke For This Useful Post:

    ciojennacgalac (18-11-2012),hersamuchpeich (13-08-2013),itojessosaspos (10-10-2013),kescotekosek (21-06-2013),nbrregiordthor (27-11-2012)

  7. #4
    Junior Member DamienDarwick's Avatar
    Join Date
    Apr 2010
    Posts
    17
    Thanks
    2
    Thanked 94 Times in 17 Posts

    Default

    Ah ok I did not even think about that second configure file in the admin directory. I always forget about it. I've worked with OSC for quite a bit of time too.

    EDIT: Awesome it worked thanks
    Last edited by DamienDarwick; 18-04-2010 at 21:54.

  8. The Following 5 Users Say Thank You to DamienDarwick For This Useful Post:

    ciojennacgalac (18-11-2012),hersamuchpeich (13-08-2013),itojessosaspos (10-10-2013),kescotekosek (21-06-2013),nbrregiordthor (27-11-2012)

Posting Permissions

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