Forum Replies Created

Viewing 15 replies - 76 through 90 (of 935 total)
  • in reply to: RTL support #3144

    Hi

    Support means we are helping by providing you information, Support does not mean that we will do change to your website unless it’s a fatal error / PHP error/ any error from our applications.

    To remove the bar, please edit your .env file and set APP_DEBUG=false

    You need to approve auctions from admin account > auctions > pending auctions

    It should be work Google API, please check your Google API properly if it’s work or not. It may be causing your google applications approval issues.

    Best Regards

    in reply to: After intallation script it does notwork? #3137

    Thank you very much, And I am sorry for that. The above replies come from frustration.
    1. We were on vacation so we couldn’t reply to your due time.
    2. We’ve received 4 1 star just after the update, whereas we have no fault at all.

    BTW: Great to hear that you are happy.

    Best Regards

    in reply to: RTL support #3136

    You need to add RTL language from settings and follow the instruction on how to complete your language.

    Set your only one country from Admin > menu > Countries
    Select the Only specific country from Country list usage.

    You need coding knowledge to change the map, or it will be great if you hire someone laravel expert.

    Best Regards

    in reply to: Update #3129

    Hello

    Thank you for your question, the version 2.0 is a major update and its core got update to Laravel 6.0

    To update, please follow the below steps.

    1. Backup your existing website
    2. Copy your uploads directory to a separate place, copy database info from .env file
    3. Replace all directory files with the new update, replace database info from previous .env
    4. Replace new uploads directory with previous uploads which you copied in step 2.

    Congratulation, your files have been updated.

    Best Regards

    in reply to: After intallation script it does notwork? #3128

    Hello

    You did wrong, you placed your database user name wrong, and for your mistake, you place 1star rating. We provided regular update users for you to get latest update, if after the update we get 1-star, how we can continue release update? should we stop provide an update?

    Why you guys don’t place a 5-star rating after receiving good support? and there is no time take to place 1-star if you guys found anything wrong.

    BTW: Please check, your website is running, we’ve fixed though we’ve no mistake from our application.

    Best Regards

    in reply to: service setup #3126

    Hello

    Please post your Server login info with domain in private reply, We will check it.

    Best Regards

    in reply to: I found three bugs #3119

    Please find and replace below code form the file root/app/Http/Controllers/AdsController.php Line number 683 and 684

    Find

    
    $user_id = Auth::user()->id;
    if ($user_id != $ad->user_id){
    

    Replace

    
    $user = Auth::user();
    if (! $user->is_admin() && $user->id != $ad->user_id){
    

    Pending ad view should fix. If you can’t, please provide us your cPanel login info, we will fix it to your server.

    The dashboard is not optimized for Mobile

    Best Regards

    in reply to: Not working script #3113

    Please check your website http://autosubasta.cl/

    It’s running and we’ve installed it perfectly

    best Regards

    in reply to: After intallation script it does notwork? #3106

    Please check now, everything is now working

    Best Regards

    in reply to: Setup Admin Account #3105

    Hello

    Default account will be right after installation

    E-Mail: [email protected]
    Pass: 123456

    Please let us know if it works.

    Best Regards

    in reply to: Not working script #3104

    Please provide your Domain URL and cPanel Login info, we will check.

    Best Regards

    in reply to: I found three bugs #3103

    Hello

    1. It seems admin can preview pending ads, I’ve checked in our version, please try with new ads and let us know.

    2. Dashboard menu does not show in the mobile version as it’s not required, Admin task should be done in desktop mode.

    Best Regards

    in reply to: After intallation script it does notwork? #3098

    Please find your website live https://xl24.one/public/index.php

    best Regards

    in reply to: After intallation script it does notwork? #3095

    Hello

    Please provide your cPanel login info in a private reply, we will check it.

    Best Regards

    in reply to: 500 Erro on Index page of go fund me s #3093

    Hello

    If your server can server https well, then you no need to place the code in boot method. but sometimes server can’t do it for technical issue, then it’s Ok to add this code. That means you are right

    Best Regards

Viewing 15 replies - 76 through 90 (of 935 total)