41 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
2
answers
115
views
Laravel images not showing on Hostinger, returning 404 after upload
I have a Laravel project deployed on Hostinger shared hosting. In local development, images upload and display correctly using Storage::disk('public').
Here is my upload method in a trait:
public ...
-2
votes
1
answer
62
views
GitHub Actions + Hostinger deployment fails with FTPError: 530 Login incorrect
Failed to connect, are you sure your server works via FTP or FTPS?
FTPError: 530 Login incorrect.
name: Deploy Website to Hostinger
on:
push:
branches:
- main
jobs:
deploy:
runs-...
3
votes
0
answers
48
views
Integrating CookieBot via GTM on Hostinger AI builder
I've implemented CookieBot in GTM by the official guides: https://support.cookiebot.com/hc/en-us/articles/360003793854-Google-Tag-Manager-deployment
No matter what I do, Google Consent Mode scanner ...
0
votes
1
answer
222
views
WordPress Admin Bar Not Showing on Frontend When Logged In (After Enabling LiteSpeed Plugin and Hostinger CDN)
I'm having an issue with my WordPress site where the admin bar no longer appears when I'm logged in and viewing the frontend of the website. The space where the bar should be is still there (you can ...
1
vote
1
answer
76
views
SMTPUser in the Email config and setFrom can be different in Codeigniter 4 application?
I am working on a CodeIgniter application and trying to send emails with different from addresses for different purposes:
Below is one of the controller codes for email sending:
$email = \Config\...
0
votes
1
answer
57
views
I want to redirect to public folder (url/test/public) without showing the public in the url and .htaccess code is not working
I have hostinger shared hosting plan.
working on laravel project.
For a domain my current file structure is this :
Public_html/
Test/
Public/
.htaccess
Index.html
...
1
vote
1
answer
183
views
Verifying that you are not a robot... Laravel API
I got an error on one of my Laravel Projects
I have it hosted on Hostinger for the first time
On local it's fine but once put it on production I got this page
https://i.sstatic.net/BoPB6tzu.png
My ...
1
vote
0
answers
51
views
How to make my custom gallery work at full size on my Hostinger Page Builder site?
The gallery only opens in the section area and does not occupy the entire screen. You can continue scrolling through the page even if it is in full screen mode.
<!DOCTYPE html>
<html lang="es"...
0
votes
0
answers
26
views
Is VPS a keyword for Nginx conf?
In my Hostinger VPS, I found this in the default pre-configured Nginx, in sites-available :
server{
listen 80;
vps xxxxxx.hstgr.cloud;
The VPS keyword seems to replace the server_name but I ...
-5
votes
1
answer
80
views
How to store images in MySQL hosted in Hostinger thorough Nodejs?
I want to store images in Database. My database is hosted in hostinger and my whole website is hosted in hostinger.
I have tried with this code.
const express = require("express");
const ...
0
votes
1
answer
39
views
Multiple instances of same jar, creating when starts the service (ubuntu server)
I hosted springboot .jar file on hostinger vps server and start the app as a service
this is my service file
when starting the service multiple instances of jar files are created and multiple mysqld ...
1
vote
0
answers
36
views
Updating failed. The response is not a valid JSON response when adding a style property to a block in wordpress on hostinger
I am using wordpress on hostinger. I have registered new custom post types. I am using the twentytwentyfive theme and gutenburg editor. I get this error when I add a style property to a element:
...
0
votes
1
answer
218
views
Laravel on Hostinger: "Missing Storage Symlink" & symlink() Not Working – Alternative Solutions?
I installed the JustFans script from CodeCanyon on Hostinger hosting, but when trying to upload images, they do not appear on the website, even though they exist in the public/uploads folder.
I also ...
2
votes
0
answers
57
views
Code embedded in Iframe timing out at payment on Hostinger website
I have code from an external booking calendar (leadconnector) I have embedded it in my hostinger website and the first few steps work fine. Once it gets to the payment part it times out. I have tested ...
1
vote
1
answer
398
views
Supabase /auth/v1/token Being Flooded with Requests
I’m experiencing an unusual issue with my Supabase project where my logs show an excessive number of requests to the /auth/v1/token?grant_type=refresh_token endpoint, even when my website is not ...