• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Tagxi - Flutter Complete Taxi Booking Solution

Tagxi - Flutter Complete Taxi Booking Solution v2.10 Untouched

No permission to download
Everything works. Although there was a lot of errors will require some technical knowledge and patience.
As for email password admin panel it's :

[email protected]

123456789​

@jooohnnym please confirm if it's last update because yours says july 09​

and latest july 10​

Could you provide us with a detailed walkthrough of the steps you took and the problems and solutions you encountered? We will be happy with your help.
 
It's author bug looking for workaround
It's not just that even images doesn't work
@jooohnnym please contact author and tell them about these issues or tell us if you have a fix
The logo image was not showing, I removed the final /public from the APP_URL= in the .env file and the image reappeared. But the other images are still having problems.
 
Hello, can anyone help to fix this error in the installation

Sem título.jpg

There are basically two ways to setup your ownership and permissions. Either you give yourself ownership or you make the webserver the owner of all files.

Webserver as owner (the way most people do it, and the Laravel doc's way):

assuming www-data (it could be something else) is your webserver user.

Code:
sudo chown -R www-data:www-data /path/to/your/laravel/root/directory

if you do that, the webserver owns all the files, and is also the group, and you will have some problems uploading files or working with files via FTP, because your FTP client will be logged in as you, not your webserver, so add your user to the webserver user group:

Code:
sudo usermod -a -G www-data ubuntu

Of course, this assumes your webserver is running as www-data (the Homestead default), and your user is ubuntu (it's vagrant if you are using Homestead).

Then you set all your directories to 755 and your files to 644... SET file permissions

Code:
sudo find /path/to/your/laravel/root/directory -type f -exec chmod 644 {} \;

SET directory permissions

Code:
sudo find /path/to/your/laravel/root/directory -type d -exec chmod 755 {} \;

Your user as owner

I prefer to own all the directories and files (it makes working with everything much easier), so, go to your laravel root directory:

Code:
cd /var/www/html/laravel
>> assuming this is your current root directory

Code:
sudo chown -R $USER:www-data .

Then I give both myself and the webserver permissions:

Code:
sudo find . -type f -exec chmod 664 {} \;
Code:
sudo find . -type d -exec chmod 775 {} \;
Then give the webserver the rights to read and write to storage and cache

Whichever way you set it up, then you need to give read and write permissions to the webserver for storage, cache and any other directories the webserver needs to upload or write too (depending on your situation), so run the commands from bashy above :

Code:
sudo chgrp -R www-data storage bootstrap/cache
Code:
sudo chmod -R ug+rwx storage bootstrap/cache
Now, you're secure and your website works, AND you can work with the files fairly easily.
 
yeah my bad forgot to configure here they didn't mention this in the documentation.

But heat map doesn't work public/map/heatmap 1658003939945.png
i'm having the same problem. The images don't work, the heat map has a problem and I haven't figured out how to enable real sms verification either.
 
Have any of you managed to enable phone number verification via true otp sms?
 
what's the correct url? we point to root project ? yourdomain.com or yourdomain.com/public
Add /public to your 000-default.conf file, on the line: DocumentRoot /var/www/html/yourdomain.com/public

And remove /public from the line: APP_URL=https://yourdomain.com
in the .env file.

Then use this command "sudo a2enmod rewrite" and then this "sudo systemctl restart apache2" mentioned by @jooohnnym
 
Last edited:
  • Like
Reactions: zakblack
Sem título.jpg


I tried this way, now the page looks like this
Add /public to your 000-default.conf file, on the line:
Code:
DocumentRoot /var/www/html/yourdomain.com/public

And remove /public from the line:
Code:
APP_URL=https://yourdomain.com
in the .env file.

Then use this command
Code:
sudo a2enmod rewrite
and then this
Code:
sudo systemctl restart apache2
mentioned by @jooohnnym
 
does your admin panel point as the entered domain? look what is missing /public etc ..
 
@jooohnnym
Does this thread and it's resource belong to you. No it does not.
This is @hina0909 thread and resource and they have put requirements of three resources on it.

Do not simply jump into this thread and add your own upload, if you want to have your own resource used on this thread, then provide proof of purchase to @Babak or another member of staff, which should be easy for you as you have mentioned that you have brought it yourself.

Any updates here should go through the thread owner @hina0909, or they should be added with the same requirements as the thread owner has done themselves.

Verify your resource and you can upload here with the same requirements of three resources needed.
Simply upload freely again and then you will removed.
 
@jooohnnym
Does this thread and it's resource belong to you. No it does not.
This is @hina0909 thread and resource and they have put requirements of three resources on it.

Do not simply jump into this thread and add your own upload, if you want to have your own resource used on this thread, then provide proof of purchase to @Babak or another member of staff, which should be easy for you as you have mentioned that you have brought it yourself.

Any updates here should go through the thread owner @hina0909, or they should be added with the same requirements as the thread owner has done themselves.

Verify your resource and you can upload here with the same requirements of three resources needed.
Simply upload freely again and then you will removed.

I strongly disagree at least this person was decent enough to give us an updated version maybe he didn't know enough to make his own resource.
unfortunately @hina0909 seem to be unresponsive and considering this product popularity anyone helping should be more than welcome..
 
  • Like
Reactions: Eddie Sousa
I strongly disagree at least this person was decent enough to give us an updated version maybe he didn't know enough to make his own resource.
unfortunately @hina0909 seem to be unresponsive and considering this product popularity anyone helping should be more than welcome..

Did you not read my post or are you trying to defend @jooohnnym bypassing existing thread requirements and uploading here all because you could then grab it free without having to try and meet any requirements yourself.

In simple words, you wanted it all for free and didn't want to try to contribute and so very happy when somebody else bypasses thread requirements.


All they need to do is get their uploaded resource verified with their own proof of purchase, which they themselves had said they had purchased it, so this will be an easy thing for them to do.

Untitled.png

Once that is done and dusted then they can upload here again with the same requirement that the thread owner has originally posted.


So, @zakblack to make it clear, nobody is stopping this @jooohnnym member upload the resource that they claimed to have purchased themselves.

They simply get it verified and post with same requirement and all good, everybody is just waiting for this @jooohnnym member to act now.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock