Theme changes cause blank page, premature end of file.

Permalink
Hi gang, noob.

Dedicated VPS client Linux server. installation email verification OK.

Concrete5 5.7.5.8
Apache Version 2.4.18
PHP Version 5.4.45
MySQL Version 5.5.50-cll

Same behaviour on seamonkey/google chrome. Elemental theme if modified heavily for style or purchased HIvis theme behave same. When happens is you try to get rid of a background color from white to clear in style editor for header in elemental or just installing a plain template from new HiVis package. Everything goes white, nothing to click. Deleting databases and installations and starting a new install results in same.

Changing certain elements of a theme or installing purchased theme on clean install results in white blank page with premature end of file. Its been a while since I have worked servers, be gentle. In my day I wrote http-push gif animations in perl for use in minivend. Times are a changed :)

Premature end of file found here snipped for brevity view source in google chrome:

<style type="text/css">div.ccm-page {padding-top: 48px !important;} </style>

<script type="text/javascript">
var CCM_SECURITY_TOKEN = '1467978609:4fdab1f4583e3043fe0317b4292452ef';</script>

<!--ccm:assets:H//-->
<!-- Mobile viewport optimizationhttp://goo.gl/b9SaQ -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">

<link rel="stylesheet" type="text/css" href="



ending with the line above and a mouse over note "premature end of file aborting"

Brand new install, unadulterated, nothing modified.

Sql server is listed as "localhost" in ? maybe? I was not able to spot config file home...

I found this link :

http://www.concrete5.org/community/forums/installation/getting-a-bl...

and this one:

http://www.concrete5.org/community/forums/installation/blank-screen...

but these are six year old references on other platforms.

Thanks for any help, getting ready to move on to another tool.

conc56

------------------------------------------------------

ENV info posted below for reference:

# concrete5 Version
Core Version - 5.7.5.8
Version Installed - 5.7.5.8
Database Version - 20160412000000

# concrete5 Packages
Hi-Vis (1.0.1).

# concrete5 Overrides
languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/cs_CZ/LC_MESSAGES/messages.mo, languages/cs_CZ/LC_MESSAGES, languages/cs_CZ, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/cs_CZ/LC_MESSAGES/messages.mo, languages/cs_CZ/LC_MESSAGES, languages/cs_CZ, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache/2.4.18 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4

# Server API
cgi-fcgi

# PHP Version
5.4.45

# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, enchant, ereg, exif, filter, ftp, gd, gettext, hash, iconv, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 32M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

 
hutman replied on at Permalink Reply
hutman
When I've had this problem in the past I have had to set memory_limit = 256M and that seems to solve the issue.
conc56 replied on at Permalink Reply
That might be helpful actually.

The other day when I gave up on another issue, when I loaded the elemental image slider with one image I had a out of ram limit (33Meg) warning, pink box.

My host charges for increments above 32 meg ram virtual and it ram limited.

I will ask them to bump me up. if a temporary bump to 256 fixes it, I will see if they will drop in increments to see what is lowest and advise. Any advise if you know maybe 64/128 meg is conc minimum requirements? I will go look otherwise. I ask because if my host is offering me a script that won't run on the configuration they provide, that's kinda a bait situation to keep spending $.

Best regards,

conc56

Heh: lazy bone off:

http://documentation.concrete5.org/developers/installation/system-r...

need 64 meg min php it sez xxoo will sleuth provider with lumpy steek, ciao tks for help
hutman replied on at Permalink Reply
hutman
I'm not sure if this would work for you or not since you're using Elemental, but when I have purchased a theme I just add these lines into the package's controller.php and that seems to resolve it for me.

public function on_start()
{
    ini_set('memory_limit', '256M');
}


I know there is a theme called Cloneamental -http://www.concrete5.org/marketplace/themes/cloneamental... that is basically a clone of the Elemental theme that is provided as a package if you wanted to try that too.
conc56 replied on at Permalink Reply
You rock, good fix :)

I purchased HiVis previously to see what the issues were, with elemental or my system.

Applying your fix was the fix. I will address with the host to bump me up if I have any other issues.

Best regards,

Conc56

edit:added: the push to buy hivis was for errors with white blank page on elemental when editing background colors. Problem migrated to HiVis so folks having probs with this issue might check similar files w/code snippet.