Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
8 replies
80 views

I just got quoted $149 for a one-paged website in Los Angeles. Is this a fair price? I found this company when I searched for web design near me and they seemed to provide the cheapest price. I have ...
Robert M's user avatar
0 votes
0 answers
67 views

I'm facing a "404 Not Found" issue with my images in a PHP project running on Laragon (Apache) and shared via Ngrok. C:/laragon/www/IAKA_Tickets/ ├── app/ │ └── Views/ │ └── checkout....
2 votes
1 answer
88 views

First, I retrieve data from the database using PHP oop and store it in a variable named $details. The result in $details is an array of several objects, usually about 7 in total. Each object within ...
rick_8040's user avatar
Advice
0 votes
4 replies
51 views

I know that seasoned PHP would do this easily. My background is more from Obj-C/Swift, and I haven't been able to come up with an elegant/optimal solution to this issue without iterating three times ...
nomad_cool's user avatar
Advice
0 votes
1 replies
29 views

I get notification in my blog: Action Scheduler: 22 [past-due actions] found; something may be wrong How can I stop this information action without using an additional plugin?
Aam Holilurrohman's user avatar
2 votes
0 answers
58 views

I'm using code that displays top-level product categories on all pages of the site. /* Adding top-level product category */ add_action('woodmart_after_header', 'show_top_level_categories', 30);...
Dmitry's user avatar
  • 143
3 votes
1 answer
91 views

Here is my code (fake data of course): <?php error_reporting(E_ALL); ini_set('display_errors', '1'); $curl = curl_init(); $file = fopen("x.x", 'w'); curl_setopt($curl, CURLOPT_URL, &...
Cristian Veronesi's user avatar
Advice
0 votes
3 replies
103 views

I have an apache webserver and a browser plugin. The Plugin does check form which website something is downloaded from and checks if it is downloaded from a specific domain. If so it fetches some data ...
user avatar
1 vote
0 answers
65 views

After payment is successful, the paystack payload doesn't reach my server. These are the things I have done so far to narrow down the issue. I pointed the webhook url to webhook.site and I received ...
Mohammed Awal's user avatar
1 vote
2 answers
76 views

I have a simple endpoint which has optional query parameters used for filtration. In my controller I use MapQueryString to map them to a DTO and validate inside. The problem is when I call the ...
vesmihaylov's user avatar
Advice
2 votes
1 replies
128 views

We recently set up a new server on RunCloud with PHP 8.4.16 (NTS) + Zend OPcache v8.4.16, JIT disabled. We're running a Yii2 application. Since the setup, we're experiencing random TypeError and ...
Arthur's user avatar
  • 1
3 votes
1 answer
106 views

Apparently CORS just works with Laravel 12, but it doesn't work for me. Starting from scratch, then install/api config:publish cors 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' =...
Phil. P.'s user avatar
Best practices
1 vote
3 replies
80 views

I'm working on a GTM implementation to track successful login and account registration conversions on a client's customer peprod portal. One important constraint I discovered after joining the project:...
Ir_Cem's user avatar
  • 1
1 vote
1 answer
68 views

I'm building a website in Wordpress. To resume, I would like to load posts (from my custom post type 'project') dynamically with AJAX inside the div .js-panel-content, by clicking a button with the ...
Mathieu Préaud's user avatar
3 votes
0 answers
148 views

I've made a clean build of NativePHP (https://github.com/lyskouski/app-game-fantasyland) composer create-project laravel/laravel . composer require nativephp/mobile php artisan native:install php ...
FieryCat's user avatar
  • 2,001

15 30 50 per page
1
2 3 4 5
…
97596