Code

Discussion on Kartero

Discussion on Kartero

Cart 1,018 sales

2659 comments found.

we take the update from karenderia driver but app is crashing every minute in android 7 and 8. It seems it is gackground geolocation. Some update please??

ahhh ok i remember :)

actually this needs modification in app.js

i never tried to add it yet

the issue is that when you take a picture it will crash due to background plugin

i made a fixed in driver app but not yet in kartero

let me check the code and will do release an quick update

later this weekend

hope you can wait

cheers

thanks very much!

thanks mate cheers

batix are you going to support your script or not ?? i sent you many emails bro. please check

hi mate

very sorry for late reply i was working on my other item

you cannot add task or driver? usually the issue is if your mysql strict is enabled

send me your admin login and sample customer login and ftp access so i can check

cheers

Hi basti , email sent to you. Thanks mate

reply sent

Hello. The script is not installed! The installation page does not exist! More than two weeks ago I sent you ftp access. Did you found a bug?

i replied in your email

your db connection is not correct

Hi 1- I have problem with cron jobs , i tried everything curl and wget. every time i get this error /usr/local/cpanel/bin/jailshell: /usr/bin/wget: Permission denied

but when i do manually its work, can you help me please?

2- is there any update regarding offline payment bank transfare ?

Thanks in advanced

hi mate

1. you need to run the cron jobs as link not file

example t should be curl http://yourserevr.com/cron

2. sorry not yet available

Hi basti, i sent you email regarding others issues as you requested. Please check. Thanks

reply sent

When a task is assigned and the phone is on sleep/idle, the notification not working unless the phone is active which suppose not to be that. can you check on this, please?

i have fix this, thank you. you are the best.

i sent you private message, check,

reply sent

Hi Basti..is there anyway to show traffic info/alerts on map?

am not sure if those available in google api or in mapbox :(

Hi

I recently bought your app and have some issues 1. There is no default page under / ( error 500) 2. I can’t see any new tasks on the dashboard 3. as soon as I create a Team – the ”/app” does not seem to work anymore. I have to delete it to be able to see anything again 4. The services and language tabs in the admin panel do ( error 500 )

I’m new to the yii framework. Are there any logs I can check?

changing line 279 to ”$list=[];” makes the app at least usable again, but still many things do not work

hi mate

question what version of php is your server? cause if php 7.2 it will not work

kartero is stable in php 5.6 and will work in php 7.0

Dear Basti, Kindly assist with this issue: I am trying to create task using the new task api but I am having below error:

code services key is not valid”,details xxxxxx’\”,\email_address\”’xxxxxx@gmail.com’\”,\contact_number\ 01:16:07’\”,\delivery_address\ Boylston Street, Boston, MA, USA’\”,\task_lat\’\”}”})

hi mate

check your api service key it should be in your parameters

you need to generate keys first in admin -> api -> click here to generate keys and click save settings and copy those keys

and add it on the parameters keys=

Dear basti, we have done all those steps you mentioned before posting the issue here. So this reply will not help us. Have you tested this feature and it worked for you? Has any other person on this forum used the task API? Please let us know.

I want to add a Payment Gateway that can be used in my country? I am from Indonesia. Can you help me?

I want to insert the JavaScrip code of the CHAT tawl.to service into the HTML of the website, in the </ body> tag. What do I need to do with that file in your file? (See here: https://www.tawk.to/knowledgebase/getting-started/adding-a-widget-to-your-website/)

try to put it on admin -> Custom Code & Google Analytics

Please share ADD TASK API URL And parameter details—how can i make THIRD PARTY product interact with KARTERO… thanks

API—DOCUMENTATION IS NEEDED i guess as it has taken a day to deal with it which is just a one hour work…

Even your this code
$api_services_key=getOptionA(‘api_services_key’);
if(!empty($api_services_key)){
$keys = isset($this->data[‘keys’])?$this->data[‘keys’]:’’;
Is not generating any data….

hi mate

check your api service key it should be in your parameters

you need to generate keys first in admin -> api -> click here to generate keys and click save settings and copy those keys

and add it on the parameters keys=

the api is very straight forward you just need to pass all the parameters required to the api

phonegap was offline during a day, just they solved the issue. It seems they lost access to google repositories. (build.gradle) just is working now

yeah it seems that was happen :) its working back now :)

cheers

1. i sent you 2 private message. please get back to me now.

2. why not work from php 5.6 version to up? because i run other scripts on 7.2 but your script not working there. can you send an update?

3. can you add this bank deposit payment system http://joxi.ru/L21KQOYf81lqBr http://joxi.ru/VrwBXJ0iOLyJVA http://joxi.ru/KAgxeL3t4PMYJr to this script? look better than paypal not working in other countries

hi mate

1. reply sent

2. there is issue with php 7.2 with array variable declaration am not sure why php did this kmrs will work in php 7.0 but not php 7.2

3. noted

Hi, I had some issues trying to build the app at phonegap, can you help resolve the issue ?

the stuck in loading the issue is with your api

send me your www/js/config.js

so i can do a test

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

I correct something in the file. now is working. Thanks.

But I have a question with the address. I just send you the email.

glad to hear that mate

reply sent

Hi Basti, It seems the ability for customers to upload company logo is no more available after this update. Are you aware or I’m missing something?

hi mate

you are correct :( i forgot i remove it

anyways here is the quick fixed

open the file views/app/settings.php

before the timezone

add this

<div class="form-group"> <label class="col-sm-2 control-label"><?php echo Driver::t("Logo")?></label> <div class="col-sm-6"> <div class="company-logo" id="company-logo"> <?php if($logo_url=Driver::getCompanyLogoUrl( Driver::getUserId())):?> <img src="<?php echo $logo_url;?>" /> <?php else :?> <p><?php echo t("Upload your logo")?></p> <?php endif;?> </div> </div> </div>

and you need to change the assets/style.css

.company-logo to

.company-logo{ background: #ccc; border: 1px solid #666; height: 100px; position: relative; width: 120px; }

Thanks

Today phonegap return error FAILURE: Build failed with an exception.

  • Where: Build file ’/build.gradle’ line: 114

Something went wrong with grade repository, some idea of solution?

phonegap was offline during a day, just they solve the issue. It seems they lost access to google repositories.

yeah it seems that was happen :) its working back now :)

cheers

how file please?

change this line

$and= ” AND status IN (‘failed’,’cancelled’,’declined’,’successful’) ”;

to

$and= ” AND status IN (‘successful’) ”;

sorry it was on components/driver.php function getTaskByDriverIDWithAssigment

is it possible to make this same modification in App? Tks!!

this is the functions that i call in apicontroller.php so this is for the app

Hi, when i publish app on ios, it is rejected. Because of diagnostic switchToLocationSettings method. IOS review team want me to delete this method. How to i can solve that problem?

hmmm can you forward to me the exact message from apple?

i think i never use this switch to location in my code

and we cannot remove it on the plugin cause we are using it

cheers

the message from apple;

From Apple

2. 5 Performance: Software Requirements

Hello,

This app’s [Diagnostic switchToLocationSettings:] method contains the private API abuse. It would be appropriate to fully remove this method before resubmission for review.

Best regards,

App Store Review

try this

in your config.xml

update the version of diagnostic

<gap:plugin name="cordova.plugins.diagnostic" source="npm" spec="3.7.3" />

to

<gap:plugin name="cordova.plugins.diagnostic" source="npm" spec="4.0.0" />

fornt page is not showin 500 error, inside admin language is 500 error. Using godaddy host and http certificate. at first I had the problem of step two would also sho 500 error. and change databese. I have php 7.2. can you helpme I can give you ftp access. Also I think I need help with a httacces file I will post my example in coments

Thankyou it works now it was the php version I downgraded to 5.6

awesome! glad to hear that mate

cheers

jquery-1.10.2.min.js:6 POST https://tasktracker.biz/ajaxadmin/addPlans 500 (Internal Server Error)

must be your server mysql strict is enabled

if you have options to disabled this kindly do so

and let me know how it goes

Hi, Write me please how to enable the strict? What is the comand? Write about tgis mode in your FAQ

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey