Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: version 3.0.5.2.1 certain links goto error 401

  1. #1
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Question version 3.0.5.2.1 certain links goto error 401

    hi guys, firstly thanks to you guys who suggested ways to add another sidebar to the home page. I have achieved this. Should you require the code let me know.
    secondly, when i uploaded to latest classipress ClassiPress 3.0.5.2 I have lost use of certain links on my site.

    I WENT TO MY THEME-FUNCTION files:Removed the following.....

    // set global path variables
    define('CP_DASHBOARD_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_dashboard_url').'/');
    define('CP_PROFILE_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_profile_url').'/');
    define('CP_EDIT_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_edit_item_url').'/');
    define('CP_ADD_NEW_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_add_new_url').'/');
    define('CP_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_add_new_confirm_url').'/');
    // define('CP_AUTHOR_PATH', get_bloginfo('url').'/'.get_option($app_abbr.'_author_url').'/'); // deprecated since 3.0.5


    ......... AND REPLACED THE VARIBLES WITH THE FOLLOWING : (the following was from an earlier release of classipress 3.0.3) It works !

    // set global path variables
    define('CP_DASHBOARD_URL', get_bloginfo('url').'/index.php/dashboard/');
    define('CP_PROFILE_URL', get_bloginfo('url').'/index.php/profile/');
    define('CP_EDIT_URL', get_bloginfo('url').'/index.php/edit-item/');
    define('CP_ADD_NEW_URL', get_bloginfo('url').'/index.php/add-new/');
    define('CP_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/index.php/add-new-confirm/');
    define('CP_BLOG_URL', cp_detect_blog_path());
    define('CP_BLOG_CAT_ID', cp_get_blog_catid());
    define('TIMTHUMB', get_bloginfo('template_url').'/includes/timthumb.php');
    define('CP_AUTHOR_PATH', get_bloginfo('url').'/index.php/author/');

    I have got a 401 error on certan links ie "Catergories" and the link on my AD-Posts.
    Can you assist me and let me know what I have to do.

    The website is JobVacancyLondon.co.uk
    the site is purley for experimenting purposes only. Once I have mastered the functions and am familiar with 3.0.5.2 I shall develop and finish the project.

    I have been using classipress version 3.0.3 until today. I think im gonna like this version !

    Please help me correct links.
    Thanks

  2. #2
    Veteran bluecafe's Avatar
    Join Date
    Apr 2010
    Location
    Berlin
    Posts
    1,563
    Thanks
    58
    Thanked 359 Times in 273 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Veteran cloudybright's Avatar
    Join Date
    Sep 2010
    Location
    Code Hell
    Posts
    590
    Thanks
    14
    Thanked 53 Times in 50 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Veteran bluecafe's Avatar
    Join Date
    Apr 2010
    Location
    Berlin
    Posts
    1,563
    Thanks
    58
    Thanked 359 Times in 273 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Veteran bluecafe's Avatar
    Join Date
    Apr 2010
    Location
    Berlin
    Posts
    1,563
    Thanks
    58
    Thanked 359 Times in 273 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Translation Error Version 3.0.5.2
    By barukar in forum Help Using ClassiPress
    Replies: 6
    Last Post: November 5th, 2011, 11:17 AM
  2. v3.0.1 Twitter/Facebook Links on Profile page no links
    By Bidge in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: January 30th, 2011, 09:41 AM
  3. Cant post new Media/image, Error: Http Error
    By gagaukon in forum Report JobRoller Bugs
    Replies: 2
    Last Post: October 5th, 2010, 10:45 PM