Forum Replies Created

Viewing 15 replies - 286 through 300 (of 935 total)
  • in reply to: Image upload and display failure #2377

    Please provide your website URL and cPanel URL in a private reply, I will check.

    Best Regards

    in reply to: GDPR ThemeqxEstate #2376

    Hi

    you need to implement GDPR by customization, it’s a feature. Please hire a laravel developer to do this.

    BTW: it’s not an issue or bug from the application, and support will be not cover for implement GDPR feature.

    Best Regards

    in reply to: Installation! #2375

    Hi

    You have installed it correctly, please find the website at your public directory, your website URL will be https://vaquinha.org/public/

    However, if you want to remove public from URL, please follow the doc https://www.themeqx.com/docs/getfund-a-professional-laravel-crowdfunding-platform/installation/remove-public-from-url-laravel-5/

    Best Regards

    in reply to: Installation #2366

    Thank you very much, we just back today for regular operation. feel free ask any question if you face any issue.

    Best Regards

    in reply to: Installation #2350

    Hi

    Please Provide your cPanel user password and URL in a private reply, I will do this.

    Best Regards

    in reply to: Parse error in oClassified #2341

    Hello

    We are not ignoring any of our customers, please don’t get otherwise.

    I’ve fixed the issue, please check your website at http://www.hhz20.co/classy/public/

    Best Regards

    in reply to: Parse error in oClassified #2338
    This reply has been marked as private and you are not authorised to see.
    in reply to: Parse error in oClassified #2333

    Hi

    Please provide your website URL with cPanel access in a private reply, I will check and fix it.

    Best Regards

    in reply to: Parse error in oClassified #2331

    You need to upgrade PHP version, it shows you are running PHP version 5.6.30
    Required version min 5.6.4

    Best Regards

    in reply to: Parse error in oClassified #2323

    Hi

    Please make sure your PHP version is greater than or equal 5.6.4

    Best Regards

    in reply to: Idiot's Guide – HelpUs installation. #2299

    Hi

    Please provide me a live server login info in a private question, I will help you to install it.

    Best Regards

    in reply to: I cant get install to work #2298

    Hi

    Thank you for your question, could you please list all of your issues in a thread, it will be help me to answer all in one time.

    Best Regards

    in reply to: Urgent Website errors #2287

    Dear UsMixs

    Please find the answer below.

    At UserController.php
    Line number 375, I had to change a piece of code, full code below

    
        public function replyByEmailPost(Request $request){
            $data = $request->all();
            $data['email'];
            $ad_id = $request->ad_id;
            $ad = Ad::find($ad_id);
            if ($ad){
                $to_email = $ad->user->email;
                if ($to_email){
                    try{
                        Mail::send('emails.reply_by_email', ['data' => $data], function ($m) use ($data, $ad) {
                            $m->from(get_option('email_address'), get_option('site_name'));
                            $m->to($ad->user->email, $ad->user->name)->subject('query from '.$ad->title);
                            $m->replyTo($data['email'], $data['name']);
                        });
                    }catch (\Exception $e){
                        return ['status'=>0, $e->getMessage()];
                    }
                    return ['status'=>1, 'msg'=> trans('app.email_has_been_sent')];
                }
            }
            return ['status'=>0, 'msg'=> trans('app.error_msg')];
        }
    

    Location path /root/app/Http/Controllers/UserController.php

    4. Private is a personal ad, Business is for a shop or like that.

    as we said we will remove google map, so let us check this for you, our developer will check above two point

    Best Regards

    in reply to: Please help me with the installation of the script #2284

    Hi

    Seems your FTP is not working anymore, Please fix password reset URL by following below.

    Change APP_URL value with your root domain URL located at .env the file which you will find in the root directory.

    Best Regards

    in reply to: Please help me with the installation of the script #2272

    Hello

    Thank you for clarified it, I’ve fixed the issues, but last time I couldn’t connect it with FTP, maybe the server was down.

    However, it’s now working perfectly.

    Please don’t hesitate to ask the question if you have any more.

    BTW: You can place a 5-star rating with your thought about this product and support at CodeCanyon (if you have time for it), you can do it from https://codecanyon.net/downloads

    It’s really encouraging and support us for a lot.

    Best Regards

Viewing 15 replies - 286 through 300 (of 935 total)