Welcome Guest, Not a member yet? Register   Sign In
Exception details in log
#2

well depends on your dev setup but mine is apache on Arch Linux in /var/log/httpd i have :
Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /srv/http/joesoapdev/app/Views/navbar.php on line 1


I enabled that in a vhost file located /etc/httpd/conf/vhosts with entries
Code:
<VirtualHost 127.0.0.3:80>
    ServerAdmin webmaster@joesoapdev
    DocumentRoot "/srv/http/joesoapdev/public"
    ServerName joesoapdev
    ServerAlias joesoapdev
    ErrorLog "/var/log/httpd/joesoapdev-error_log"
    CustomLog "/var/log/httpd/joesoapdev-access_log" common

    <Directory "/srv/http/joesoapdev/public">
       Order allow,deny
    Allow from All
    AllowOverride All
    Require all granted
    </Directory>
</VirtualHost>
CMS CI4     I use Arch Linux by the way 

Reply


Messages In This Thread
Exception details in log - by CIDave - 10-25-2023, 03:38 AM
RE: Exception details in log - by captain-sensible - 10-25-2023, 06:09 AM
RE: Exception details in log - by CIDave - 10-25-2023, 09:03 AM
RE: Exception details in log - by CIDave - 10-25-2023, 01:08 PM
RE: Exception details in log - by CIDave - 10-26-2023, 01:10 AM
RE: Exception details in log - by CIDave - 10-26-2023, 01:54 AM
RE: Exception details in log - by CIDave - 10-26-2023, 02:22 AM
RE: Exception details in log - by InsiteFX - 10-26-2023, 09:31 PM
RE: Exception details in log - by CIDave - 10-27-2023, 12:20 AM
RE: Exception details in log - by kenjis - 10-27-2023, 01:05 AM
RE: Exception details in log - by CIDave - 10-27-2023, 01:50 AM
RE: Exception details in log - by kenjis - 10-27-2023, 02:25 PM
RE: Exception details in log - by CIDave - 10-28-2023, 12:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB