C5 side crashed med en billed besked.
Permalink 1 user found helpful
En side som jeg har lavet i det nye conrete fra conrete5.org har virket og kørt. men i mandags chrasede den med følgende besked af sig selv ifølge brugeren af siden.
Fejl på siden:
An image could not be created from the given input
:koden i loggen:
Særtilfælde opstået:/var/www/aabergarkitekter.dk/public_html/concrete/vendor/imagine/imagine/lib/Imagine/Gd/Imagine.php:190 An image could not be created from the given input (0)
Jeg ved ikke helt hvordan jeg skal fejlfinde/rette fejlen på siden, er der nogen der har prøvet at stifte bekendtskab med følgende fejl?
Fejl på siden:
An image could not be created from the given input
:koden i loggen:
Særtilfælde opstået:/var/www/aabergarkitekter.dk/public_html/concrete/vendor/imagine/imagine/lib/Imagine/Gd/Imagine.php:190 An image could not be created from the given input (0)
Jeg ved ikke helt hvordan jeg skal fejlfinde/rette fejlen på siden, er der nogen der har prøvet at stifte bekendtskab med følgende fejl?
Hi Popcandy
Can you explain that in plain english maybe link to a guide or how do i enable these?
Have been searching for the exact problem byt nothing pops out, is it not a common issue?
Sorry i am not an expert in c5.
Can you explain that in plain english maybe link to a guide or how do i enable these?
Have been searching for the exact problem byt nothing pops out, is it not a common issue?
Sorry i am not an expert in c5.
Hi!
(This is not a concrete5 issue, it depends on your website hosting environment .)
You can use some little bit of php code to check your loaded php extensions:
Open a text editor and past the above code.
Save as phpinfo.php
Upload to your public_html.
The url would be than:
http://www.yourdomain.com/phpinfo.php...
Concrete5 System Requirements Page (5.6 and 5.7):
http://www.concrete5.org/documentation/background/system_requiremen...
---------------------------
Please Mark as "Best Answer" if so!
(This is not a concrete5 issue, it depends on your website hosting environment .)
You can use some little bit of php code to check your loaded php extensions:
<?php phpinfo(); ?>
Open a text editor and past the above code.
Save as phpinfo.php
Upload to your public_html.
The url would be than:
http://www.yourdomain.com/phpinfo.php...
Concrete5 System Requirements Page (5.6 and 5.7):
http://www.concrete5.org/documentation/background/system_requiremen...
---------------------------
Please Mark as "Best Answer" if so!
I am running into the same problem and all the 5.7 system requirements are met.
I am experiencing the exact same issue.
Other than completely re-installing my files on the server, I don't know what to do.
The problem does show up when my global header/navigation area are involved. If I use a blank page template, the content (not header/footer) shows up rather well.
Anyone else come across this?
Other than completely re-installing my files on the server, I don't know what to do.
The problem does show up when my global header/navigation area are involved. If I use a blank page template, the content (not header/footer) shows up rather well.
Anyone else come across this?
Are the following modules active:
PHP Modules: CURL, zip, mcrypt, openssl, GD (with freetype), mbstring, iconv (iconv needed for Zend Locale)
Specialty the GD an iconv can give this error you have.