Price package problem

This topic contains 6 replies, has 3 voices, and was last updated by  Kerrin Sampson 5 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #462494

    Kerrin Sampson
    Expired Member
    Post count: 95

    I have an issue with the price package function. It was working fine up until recently. As a customer, when I toggle between price packages it isn’t loading the correct package information.

    #462509

    Kerrin Sampson
    Expired Member
    Post count: 95
    This reply has been marked as private.
    #462513

    Kerrin Sampson
    Expired Member
    Post count: 95
    This reply has been marked as private.
    #462539

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #462624

    Kerrin Sampson
    Expired Member
    Post count: 95
    This reply has been marked as private.
    #462669

    Kiran
    Moderator
    Post count: 7069

    Hello Kerrin,

    This could be PHP session issue, here is similar issue resolved in part https://wpgeodirectory.com/support/topic/listings-disappear-3/#post-448398

    Please add following lines in wp-config.php file in your WordPress root directory. If adding these lines fix the issue then it is sure that problem due to PHP session not supported. To fix session ask your server admin to enable PHP session support.

    
    
    /* PHP SESSION TEMPORARY FIX */
    if ( !defined( 'GEODIR_USE_PHP_SESSIONS' ) ) {
       define( 'GEODIR_USE_PHP_SESSIONS', false );
    }
    if ( !defined( 'WPINV_USE_PHP_SESSIONS' ) ) {
       define( 'WPINV_USE_PHP_SESSIONS', false );
    }
    /* PHP SESSION TEMPORARY FIX */

    If this not resolves issue then provides us FTP credentials to look into more.

    Thanks,
    Kiran

    #464077

    Kerrin Sampson
    Expired Member
    Post count: 95
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket