home.social

#laragon — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #laragon, aggregated by home.social.

fetched live
  1. Come celebrate with me! After < 2 years waiting - to finish up 'work' projects, finally got my localhost Bookstacks up and running. This has been a long time coming. But now Im kind of done with a lot of academic grind, I return to my tech google hacker self, and begin to regain my problem solving skills. Yehey, Its on portable Laragon/Laravel, tho requires node & python installed on C. Some of what I did was a mess and unnecessary, but cleaning up comes later

    #bookstack #laravel #wamp #laragon

  2. Come celebrate with me! After < 2 years waiting - to finish up 'work' projects, finally got my localhost Bookstacks up and running. This has been a long time coming. But now Im kind of done with a lot of academic grind, I return to my tech google hacker self, and begin to regain my problem solving skills. Yehey, Its on portable Laragon/Laravel, tho requires node & python installed on C. Some of what I did was a mess and unnecessary, but cleaning up comes later

    #bookstack #laravel #wamp #laragon

  3. Mini celebration. Taking first baby steps into Laravel. I installed on ext drive with portable Laragon, and hoping to get Bookstack going .
    #laragon #laravel #portable #bookstack

  4. Mini celebration. Taking first baby steps into Laravel. I installed on ext drive with portable Laragon, and hoping to get Bookstack going .
    #laragon #laravel #portable #bookstack

  5. CW: PHP Crash

    PHP 7.4 / apache2 (mpm) was crashing without logging anything on one of my PHP projects. PHP 7.2 worked fine.
    Apparently I had a very long concatenated string which caused the thread stack to overflow.
    Solved it by increasing `ThreadStackSize` in apache2.

    Had to use the php debug-pack to find the cause of the crash. From there I searched the web for keywords and stumbed upon this old similar issue.
    bugs.php.net/bug.php?id=71910

    #php #apache #laragon #windows #debugging