Skip to main content
0 votes
1 answer
52 views

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 ...
INFINIENDER 's user avatar
0 votes
1 answer
87 views

My website is on shared hosting, and the host has decided to standardize on UTC. All my code (crontab, SSI, etc) is based on it being a different timezone. It appears setting CRON_TZ = America/...
T G's user avatar
  • 530
0 votes
0 answers
44 views

PostgreSQL version (14.17) I have a PostgreSQL setup where I want to restrict a role, user1_db, to only see and connect to specific databases it has been granted access to. I've tried with the ...
include's user avatar
0 votes
0 answers
117 views

I am working on a Laravel-based e-commerce website and storing product images in storage/products/. The images load fine on my local development server, but on the live server, I get a 403 Forbidden ...
mahtab.hossain's user avatar
0 votes
2 answers
156 views

I am using jobs in Laravel but do not know how to them in production on shared server I 'm not sure my shared server is able to handle the ubuntu supervisor script to handle queues Is there any other ...
user2955335's user avatar
0 votes
0 answers
28 views

I want to dynamically change meta tags on my SPA, but of course that was a challenge, react helmet works well, but crawlers only see the first loaded index.html before in JS, which results in an SEO ...
IZeM's user avatar
  • 1
0 votes
0 answers
63 views

Still learning am fearly new to The Dev world. Am Working on a personal project deploy the app and realize shared web hosting restrict CREATE DB for user from the web application context when dealing ...
Altiman Gordon's user avatar
2 votes
1 answer
166 views

LAST UPDATE with SOLUTION: It was me using have_posts() twice in a row in my if/while combo, deep in the docs it says not to do that. See the accepted answer for the solution. I should print ...
JimLohse's user avatar
  • 1,304
1 vote
1 answer
185 views

I get this error: production.INFO: Failed to authenticate on SMTP server with username "[email protected]" using the following authenticators: "LOGIN", "PLAIN". ...
Manny's user avatar
  • 25
1 vote
1 answer
151 views

I developed Laravel 11 website. I have subdomain for admin panel this is my routes/web.php file: Route::domain('admin.domain')->name('admin.')->group( function () { Route::get('/', '...
Ahmed Laggoun's user avatar
0 votes
1 answer
149 views

This issue sounds kind of ridiculous, but I’ve pinned it down as best I can and ruled out anything obvious. When I’ve been logged in as admin and working on my site in a browser for a while (“a while” ...
Avery's user avatar
  • 15
1 vote
0 answers
26 views

I'm on a shared hosting environment and trying to get a basic pspell to run with PHP. When I put this code: <?php error_reporting(E_ALL); @ini_set('display_errors', 1); $pSpell = pspell_new(&...
azoundria's user avatar
  • 1,025
0 votes
1 answer
83 views

I am using ionos shared hosting and pointing my subdomain to laravel and react public folder but only / homepage is working all else is showing 404. I tried to dd on /welcome route but i see it's not ...
Ali Hyder's user avatar
  • 109
0 votes
1 answer
87 views

I have an application developed by reactjs and php laravel. I want to deploy deploy this in a shared hosting with each subfolders not submitted domain. Example Folder Structure: ReactApp -> /...
Gnanadurai Asudoss's user avatar
-3 votes
1 answer
150 views

I am new to laravel but when I coded in vscode everything worked fine, now when I uploaded it to shared server like hostinger now it does not work It says controller does not exist ...I am using ...
Lukas Juckevičius's user avatar

15 30 50 per page
1
2 3 4 5
107