installation error, blank screen, messed-up backend [solved]

Support forum for Featured Item

installation error, blank screen, messed-up backend [solved]

Postby rexkramer on Sat Mar 22, 2008 8:32 pm

Hello again,
i was looking for a simple module, which pulls a content item on the frontpage... Thought that simple task whould be a build-in function in Joomla :-( (I hate to setup Custom Modules and enter Text and Grafix there, BTW how should someone change that content in the frontend anyway?)

So, i was happy to find "FeaturedItem"... it pulls Intro, Image etc. Exactly what i need.

BUT i can´t install it into J! 1.0.13 !? After uploading the ZIP Archive – the screen goes blank.
Manual install from folder messes up the backend-Module-install. Don´t know why.
:shock:

Is there something wrong with the file?Does it conflict with something else? :?:
Please, could you give some advice or is there an alternative module for this task?

TIA!!!

Local Config:
Joomla 1.0.13 | PHP5 | MAMP 1.7.1
rexkramer
 
Posts: 16
Joined: Fri Mar 21, 2008 4:51 pm

Re: installation error, blank screen, messed-up backend

Postby rexkramer on Sat Mar 22, 2008 8:57 pm

Maybe a partial success?!

Changed my MAMP config to PHP4 ... did a fresh Module install. No error!
After installation i can enter the backend-module-install as ususal.

I switched back to PHP5...
guess what: I reload the backend-module-install screen and it goes blank again! Almost – i can only see the glossy black header graphic. Everything else is white.

What the... is this? Any clues?

TIA!!!
rexkramer
 
Posts: 16
Joined: Fri Mar 21, 2008 4:51 pm

Re: installation error, blank screen, messed-up backend

Postby david on Sat Mar 22, 2008 10:37 pm

can you check your php error log
david
Site Admin
 
Posts: 123
Joined: Sat Dec 15, 2007 12:20 pm
Location: New Zealand

Re: installation error, blank screen, messed-up backend

Postby rexkramer on Sun Mar 23, 2008 11:51 am

PHP5 | MAMP 1.7.1 | another Joomla 1.0.12 | featured item installation:

i got this line in my PHP log after ZIP upload.

[22-Mär-2008 23:49:29] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /Applications/MAMP/htdocs/joomla/includes/domit/xml_domit_lite_parser.php on line 135


MEMORY??? 35 bytes ???
I am not that deep into APACHE and PHP config and variables, but this reminds me to the good ol' Spectrum and TI99 days ;-)

Do you know what to do now?
rexkramer
 
Posts: 16
Joined: Fri Mar 21, 2008 4:51 pm

Re: installation error, blank screen, messed-up backend

Postby david on Sun Mar 23, 2008 12:02 pm

It sounds like an issue with your server config, not the featured item module

anyway, try adding this to your .htaccess file:

Code: Select all
php_value memory_limit 12M


DT
david
Site Admin
 
Posts: 123
Joined: Sat Dec 15, 2007 12:20 pm
Location: New Zealand

Re: installation error, blank screen, messed-up backend

Postby rexkramer on Sun Mar 23, 2008 12:03 pm

Now, since you pointed me to the PHP log... i remember a template, which caused the same blank screen!
I tried that again, and got almost the same message:

[22-Mär-2008 23:59:11] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 16 bytes) in /Applications/MAMP/htdocs/joomla/includes/domit/xml_domit_lite_parser.php on line 135

If it would only concern the install process... no big deal, but i got the messed-up backend, when i switch from PHP4 to PHP5 after the installation. And i can´t add/remove any other extensions.

Please, can you help me, to solve this problem?
TIA!!!
rexkramer
 
Posts: 16
Joined: Fri Mar 21, 2008 4:51 pm

Re: installation error, blank screen, messed-up backend

Postby rexkramer on Sun Mar 23, 2008 12:12 pm

david wrote:It sounds like an issue with your server config, not the featured item module
anyway, try adding this to your .htaccess file:
Code: Select all
php_value memory_limit 12M

DT


Many thanx for quick answers...
i am on my local MAMP server (i guess, one of the most used environment on the MAC platform)
simple to get it running, but it seems to lack some important parameters. In the past it worked like a charm.

I don´t use the htaccess file at all (on my local machine!)
Can i alter this parameter value in the PHP.ini file , too?
rexkramer
 
Posts: 16
Joined: Fri Mar 21, 2008 4:51 pm

Re: installation error, blank screen, messed-up backend

Postby david on Sun Mar 23, 2008 12:25 pm

You can change the value or add this to php.ini

Code: Select all
memory_limit = 12M
david
Site Admin
 
Posts: 123
Joined: Sat Dec 15, 2007 12:20 pm
Location: New Zealand

Re: installation error, blank screen, messed-up backend

Postby rexkramer on Sun Mar 23, 2008 1:29 pm

SOLVED!
Thank you very much. You are my hero!!!
Even the template install went smooth.

PS:
Despite it seems solved... if you got some sparetime:
Could you explain why such little files and small memory sizes break the whole installation and execution of PHP files :?
The PHP4 ini had the same 8MB value... and all seems fine :?

Thanks again, and keep up that great support and development!
rexkramer
 
Posts: 16
Joined: Fri Mar 21, 2008 4:51 pm

Re: installation error, blank screen, messed-up backend [solved]

Postby kayanat on Sun Mar 08, 2009 10:25 pm

How do I install a Microsoft Word template that is a cab file? I downloaded a calendar template from the Microsoft Word website. I downloaded it manually as a cab file. How do I now install it so I can use it?
kayanat
 
Posts: 1
Joined: Sat Mar 07, 2009 8:15 pm

installation error, blank screen, messed-up backend

Postby leejohn on Fri Nov 13, 2009 8:14 am

An error occurred while connecting to the database on the server named <Servername> Could not connect to the component database on the Windows XP Embedded server, or the user selected a stand-alone configuration and installed MSDE, but not installed the actual database. Verify that the server name is correct and running MSDE , SQL Server 2000, or SQL Server 2005 and that the component database was installed.also get some medications care about youre health Online Pharmacy Your current MSDE/SQL Server installation is not configured for mixed-mode security. This product requires mixed-mode security. Would you like to attempt to change this setting? Current database engine security settings are not configured correctly for your installation. Choose Yes to try to change the setting.
leejohn
 
Posts: 3
Joined: Fri Oct 23, 2009 6:17 am

Re: installation error, blank screen, messed-up backend [solved]

Postby seraulu1 on Mon Feb 22, 2010 4:46 am

Thanks for that helpful advice!learn hypnosis
seraulu1
 
Posts: 1
Joined: Mon Feb 22, 2010 4:43 am

Re: installation error, blank screen, messed-up backend [solved]

Postby carlobabel on Mon Feb 22, 2010 11:01 pm

Thanks for that information
carlobabel
 
Posts: 1
Joined: Mon Feb 22, 2010 10:56 pm

Re: installation error, blank screen, messed-up backend [solved]

Postby linda11022 on Tue Apr 27, 2010 2:08 pm

I think that, This information is very useful and good fir me..thanks for sharing.
---------------
Koozies online
linda11022
 
Posts: 1
Joined: Tue Apr 27, 2010 1:58 pm

Re: installation error, blank screen, messed-up backend

Postby timiti1102 on Sat May 08, 2010 2:08 pm

david wrote:It sounds like an issue with your server config, not the featured item module

anyway, try adding this to your .htaccess file:

Code: Select all
php_value memory_limit 12M


DT

many thanks for this post!
---------------

Koozies
timiti1102
 
Posts: 1
Joined: Sat May 08, 2010 1:56 pm


Return to Featured Item

Who is online

Users browsing this forum: No registered users and 1 guest