Jump to content

Yessin

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Yessin

  1. Hello,

    I want to change the background from the login and registration page. I found in login_form.php this code:

    <body class="hold-transition login-page" style="background-color: #222222;">

    And change it to:

    <body class="hold-transition login-page" style="background-image: url("background.jpg");">

    But that wouldn't work, the backgroundcolor changes to grey (code #D2D6DF). Where in the css can I find the line to change te background to a image?

  2. 2 minutes ago, PaintSplasher said:

    Hm,

    there must be an other issue, no script or class needs one gigabyte of memory. And you try to do a clean install of phpvms 5.5? (https://github.com/DavidJClark/phpvms_5.5.x)

    Not yet, I already installed phpvms and the installation was smoothly. But after it finished, this showed up. Maybe if I try to do a clean install now, with the new setting to 256M? I will let you guys know if that works.

  3. 10 minutes ago, PaintSplasher said:

    256M should be enough. Have you reboot your apache after you have changed the limit?

    And check the file again, to make sure the new memory limit is active.

    Hmm ok! I have it set on 256M now, checked it on the file and is says: "memory_limit: 256" but the error is stil active. So weird..

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1936942488 bytes) in /public_html/crewcenter/core/classes/ezdb/ezdb_mysqli.class.php on line 274

     

  4. 43 minutes ago, PaintSplasher said:

    It is not the disk space, it is the memory_limit what php can use.

    1. Create a file with the follow content:

    
    <?php
    phpinfo();
    ?>

    2. Save this file on your webspace an open it in your browser

    3. Search for "memory_limit".

    I am going to check this in a few minutes! :)

    EDIT:

    128m.png

    And I found a way to upgrade the memory limit to 512M but it still keeps saying it isn't anough <_<

  5. Hello!

    When I try to install phpVMS 5 I keep gettin this error:

    Quote

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1667182680 bytes) in /public_html/crewcenter/core/classes/ezdb/ezdb_mysqli.class.php on line 274

    Can some one help me with this?

    Thanks alot!

×
×
  • Create New...