0
Welcome Guest! Login
0 items Join Now

SOLVED Fatal error runing Maelstorm

    • Gabriel Ortiz's Avatar
    • Gabriel Ortiz
    • Sr. Rocketeer
    • Posts: 158
    • Thanks: 0
    • Photographer, Web Designer

    SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • Hi!
      Did an installation of Maelstorm and I'm runing locally with MAMP. I'm getting this:
      Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77263 bytes) in /Applications/MAMP/htdocs/lnj/components/com_gantry/core/gantry.class.php on line 1190

      Any ideas why?

      Thanx!
    • Gabriel Ortiz
      Santo Domingo, RD
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • This error is caused by insufficient memory allocation to your MAMP server.
      If your using an .htaccess file on your site root add this to it:
      php_value memory_limit 24M
      Or in your MAMP's php.ini file, find “memory_limit = xxM” and change it to “memory_limit = 24M
    • Gabriel Ortiz's Avatar
    • Gabriel Ortiz
    • Sr. Rocketeer
    • Posts: 158
    • Thanks: 0
    • Photographer, Web Designer

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • Nope... the error just changed from (tried to allocate 77263 bytes) to (tried to allocate 44125 bytes)...
    • Gabriel Ortiz
      Santo Domingo, RD
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • Gabriel Ortiz wrote:
      Nope... the error just changed from (tried to allocate 77263 bytes) to (tried to allocate 44125 bytes)...
      This is the important part "Fatal error: Allowed memory size of 8388608 bytes exhausted".
      This means that the servers PHP memory has been exhausted so technically it will fail even if you try to load 1 more byte.
      Since 8388608 bytes = 8MB, in your php.ini you would be looking for “memory_limit = 8M
    • Gabriel Ortiz's Avatar
    • Gabriel Ortiz
    • Sr. Rocketeer
    • Posts: 158
    • Thanks: 0
    • Photographer, Web Designer

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • yes sir, I did, I changed it to 24mb. For some reason continues that the maximum memory is 8mb ... that's where I'm confused ...
    • Gabriel Ortiz
      Santo Domingo, RD
    • Gabriel Ortiz's Avatar
    • Gabriel Ortiz
    • Sr. Rocketeer
    • Posts: 158
    • Thanks: 0
    • Photographer, Web Designer

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • Just did a fresh-rocketlauncher installation of maelstorm on the server and I'm getting this:

      Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/20/d217212024/htdocs/lnj/new/components/com_gantry/core/gantry.class.php on line 31

      any ideas?
    • Gabriel Ortiz
      Santo Domingo, RD
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • Looks like you have an old php version running. You need 5.2 or higher.
      Ask your host how to use php5
    • Gabriel Ortiz's Avatar
    • Gabriel Ortiz
    • Sr. Rocketeer
    • Posts: 158
    • Thanks: 0
    • Photographer, Web Designer

    Re: SOLVED Fatal error runing Maelstorm

    Posted 13 years 11 months ago
    • yep, that was it.
      thanx!
    • Gabriel Ortiz
      Santo Domingo, RD

Time to create page: 0.067 seconds