mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#php8

1 Beitrag1 Beteiligte*r0 Beiträge heute

Qualitativ hochwertige Programmierung gibt es nicht zum Discount-Preis, und ich mag auch nimmer. Bei mir gibt's durchdachte Qualität, und ich nehme mir auch die Zeit meine Arbeit zu testen und zu dokumentieren. Das kostet Zeit, und damit auch Geld. Wer das nicht möchte, bitte weiter gehen.

#Entwicklung#PHP8#developer

Hi, I'm looking for help with #server and #php again.

My server settings are in the attached image.

The issue I'm having is php error warnings filling up the logs located at /logs/. There are thousands of entries, and it's taking up masses of space, plus, I think, overloading the server and slowing it down.

I want to turn off the reporting of warnings, and only have actual errors reported.

My server guy is trying to help, kinda, but he just doesn't seem to understand #php8 error reporting.

🚀 What is PSR-6? A Beginner’s Guide to PHP Caching Standards
Caching is an essential part of optimizing PHP applications, and PSR-6 is here to set the standard for it! 💡

Discover how this caching standard works and how you can implement it to boost your project’s performance.

👉 Read the full guide here: qirolab.com/posts/what-is-psr-

Qirolab · What is PSR-6? A Beginner’s Guide to PHP Caching Standards | QirolabIs your PHP application slowing down because of repeated database queries or inefficient caching? Do you wish switching between caching libraries was simpler? That’s where PSR-6 (...)

This is where I am w/ the github repo @zombiewarrior

It's really close to being "right", so to speak.

compare that to e.g.
statecollegeguitarlessons.com/

Note: my server is #LiteSpeed and i don'[t mess w/ it. But, that should not have the /public/ in the URL. If you've ever worked w/ #laravel it's like the ./index.php of the proj dir there. where there's ./index.php "reditrecting" to ./public/index.php
but you need to mod the #NGINX server {} location {} stuff for the... mod_rewrite type stuff.
i.e. the URL should be .com/giterator/ , accomplished in nginx w/ "@alias"
(sans the ./public part). you see the same thing either way. pet peeves.

EDIT: ALSO! CORRECTION -do NOT see the same! ARGGH! w/out that #mod_rewrite bit #htaccess whatever!~ the #CSS #asset paths mess up as well. Prob explains the missing SVG (masthead.php) forgot about that. oh well. hey. gimme a damn break! brain damage!
SEE "new" version here, ( i can fix that path thing. i forget the quick path top of my head momentarily. i prefer to be correct instead, anyway!)
this is NOT correct! statecollegeguitarlessons.com/

first time w/ the #namespace #php8 #composer #autoloader #PSR4 #MVC #refactoring.

i must admit, it was more challenging that i expected.

but yea. feel free to hop in there at any time, and help me polish that old turd already!
Sheesh!