0
Welcome Guest! Login
0 items Join Now

SOLVED Switch templates question

    • remibeni's Avatar
    • remibeni
    • Hero Rocketeer
    • Posts: 416
    • Thanks: 0
    • Often Confused

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • Yes, I checked that. It was already set to 128M
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • what does the php error log say?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • so what does your apache error log say then?

      I'd also increase to 256M and restart all services - then verify it did get changed in joomla backend.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • remibeni's Avatar
    • remibeni
    • Hero Rocketeer
    • Posts: 416
    • Thanks: 0
    • Often Confused

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • I feel like a fish out of water. Looking for the php error log but can't seem to find.
    • remibeni's Avatar
    • remibeni
    • Hero Rocketeer
    • Posts: 416
    • Thanks: 0
    • Often Confused

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • This is what the php reads:
      ; This directive controls whether or not and where PHP will output errors,
      ; notices and warnings too. Error output is very useful during development, but
      ; it could be very dangerous in production environments. Depending on the code
      ; which is triggering the error, sensitive information could potentially leak
      ; out of your application such as database usernames and passwords or worse.
      ; It's recommended that errors be logged on production servers rather than
      ; having the errors sent to STDOUT.
      ; Possible Values:
      ; Off = Do not display any errors
      ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
      ; On or stdout = Display errors to STDOUT
      ; Default Value: On
      ; Development Value: On
      ; Production Value: Off
      ; php.net/display-errors
      display_errors = Off
    • remibeni's Avatar
    • remibeni
    • Hero Rocketeer
    • Posts: 416
    • Thanks: 0
    • Often Confused

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • This is from the localhost root directory where the site lives. This if from file 500.php. Is this what I am looking for?

      <!-- PHP Wrapper - 500 Server Error -->
      <html><head><title>500 Server Error</title></head>
      <body bgcolor=white>
      <h1>500 Server Error</h1>

      A misconfiguration on the server caused a hiccup.
      Check the server logs, fix the problem, then try again.
      <hr>

      <?
      echo "URL: http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>\n";
      $fixer = "checksuexec ".escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]);
      echo `$fixer`;
      ?>

      </body></html>
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • huh? that's not the apache error log

      you should have a folder in your MAMP installation for logs in there you should find one called apache_error.log (look at last few entries in there).

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • remibeni's Avatar
    • remibeni
    • Hero Rocketeer
    • Posts: 416
    • Thanks: 0
    • Often Confused

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • Ok, I'm catching on: Here is the php.error.log

      This attachment is hidden for guests. Please log in or register to see it.
    • remibeni's Avatar
    • remibeni
    • Hero Rocketeer
    • Posts: 416
    • Thanks: 0
    • Often Confused

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • and the apache error log:
      [Tue Nov 12 08:35:13 2013] [notice] Digest: generating secret for digest authentication ...
      [Tue Nov 12 08:35:13 2013] [notice] Digest: done
      [Tue Nov 12 08:35:13 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8y DAV/2 PHP/5.5.3 configured -- resuming normal operations
      [Tue Nov 12 08:35:33 2013] [notice] caught SIGTERM, shutting down
      [Tue Nov 12 08:35:42 2013] [notice] Digest: generating secret for digest authentication ...
      [Tue Nov 12 08:35:42 2013] [notice] Digest: done
      [Tue Nov 12 08:35:42 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8y DAV/2 PHP/5.5.3 configured -- resuming normal operations
      [Tue Nov 12 08:41:04 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:04 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:05 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:05 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:06 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:06 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:06 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:06 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:07 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:07 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:07 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:07 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:07 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/jquery.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:41:07 2013] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/Printfinishing/json2.min.js, referer: http://localhost/Printfinishing/kickstart.php
      [Tue Nov 12 08:49:34 2013] [error] [client ::1] script '/Applications/MAMP/htdocs/index.php' not found or unable to stat, referer: http://localhost/Printfinishing/installation/index.php?view=finalise
      [Tue Nov 12 09:34:08 2013] [notice] caught SIGTERM, shutting down
      [Tue Nov 12 09:34:10 2013] [notice] Digest: generating secret for digest authentication ...
      [Tue Nov 12 09:34:10 2013] [notice] Digest: done
      [Tue Nov 12 09:34:10 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8y DAV/2 PHP/5.5.3 configured -- resuming normal operations
      [Tue Nov 12 09:48:58 2013] [notice] caught SIGTERM, shutting down
      [Tue Nov 12 09:49:14 2013] [notice] Digest: generating secret for digest authentication ...
      [Tue Nov 12 09:49:14 2013] [notice] Digest: done
      [Tue Nov 12 09:49:14 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8y DAV/2 PHP/5.5.3 configured -- resuming normal operations
      [Tue Nov 12 09:49:29 2013] [notice] caught SIGTERM, shutting down
      [Tue Nov 12 09:49:31 2013] [notice] Digest: generating secret for digest authentication ...
      [Tue Nov 12 09:49:31 2013] [notice] Digest: done
      [Tue Nov 12 09:49:31 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8y DAV/2 PHP/5.5.3 configured -- resuming normal operations
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED Switch templates question

    Posted 11 years 2 weeks ago
    • there is no 500 error showing in that apache error log? do the times look correct to you for the last entry in the log (I don't know what time zone you are in?).

      Try stopping all services
      start services again
      recreate error (server 500)
      stop all services again and then look again at apache error log.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.058 seconds