Artisteer don`t display Contact form correctly...


Author Message
Marco

Posted: 5/27/2009
Quote message 

Hi Joomla Users!
Artisteer is a very nice Program! But when I Upload my Template, Contact _Form will be not correctly displayed in to the Content-Place (Form dont respect Margins, Borders especified in Template). I thing is the same case for all Components at Linked-Menus.
I hope somebody has a nice Tip!

Best Regards

Marco
 
Ulrike

Posted: 5/27/2009
Quote message 

Hi Marco,

just put an .htacces with the following code in your root

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

and problem is solved. I had the same problem. Now all components are displayed properly.

 
Marco

Posted: 5/27/2009
Quote message 

You mean thePHP version should change to 5 or Higher??, Can, be At server run at the moment 4.3.11 .

Must I upload a .htacces file on the Joomla-Root or Main Root?

Danke Ulrike


Quote Ulrike:

Hi Marco,

just put an .htacces with the following code in your root

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

and problem is solved. I had the same problem. Now all components are displayed properly.



 
Marco

Posted: 5/27/2009
Quote message 

:-( Habe getan was du gesagt hast Ulrike, aber die Seite komm im Absturz, folgendes kann man lesen:
"mark( 'afterLoad' ) : null; /** * CREATE THE APPLICATION * * NOTE : */ $mainframe =& JFactory::getApplication('site'); /** * INITIALISE THE APPLICATION * * NOTE : */ // set the language $mainframe->initialise(); JPluginHelper::importPlugin('system'); // trigger the onAfterInitialise events JDEBUG ? $_PROFILER->mark('afterInitialise') : null; $mainframe->triggerEvent('onAfterInitialise'); /** * ROUTE THE APPLICATION * * NOTE : */ $mainframe->route(); // authorization $Itemid = JRequest::getInt( 'Itemid'); $mainframe->authorize($Itemid); // trigger the onAfterRoute events JDEBUG ? $_PROFILER->mark('afterRoute') : null; $mainframe->triggerEvent('onAfterRoute'); /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JRequest::getCmd('option'); $mainframe->dispatch($option); // trigger the onAfterDispatch events JDEBUG ? $_PROFILER->mark('afterDispatch') : null; $mainframe->triggerEvent('onAfterDispatch'); /** * RENDER THE APPLICATION * * NOTE : */ $mainframe->render(); // trigger the onAfterRender events JDEBUG ? $_PROFILER->mark('afterRender') : null; $mainframe->triggerEvent('onAfterRender'); /** * RETURN THE RESPONSE */ echo JResponse::toString($mainframe->getCfg('gzip'));

Was ist los??
 
Ulrike

Posted: 5/27/2009
Quote message 

Hallo Marco,

ups, das war nicht mein Ziel. Ich hatte dass Problem, dass bei mir auf localhost alles einwandfrei lief, sobald ich das gesamte Projekt aber online hatte, war die Formatierung der Components futsch. Durch die .htaccess im Main Root konnte ich das lösen.

Weitere Fragen wären: Welcher Provider? Schick mir doch mal den Link. Gerne auch per Mail, da ich nicht ständig hier reinschaue. info@medija.de
 
Marco

Posted: 5/28/2009
Quote message 

Hallo Ulrike,

Wie in der Forum du gesagt hast, sende ich dir die Angaben

Die seite ist beim Hoststar.ch, Paket Starentry und das Domain ist.

http://www.ursula-metzger.ch/

diese Code (.htaccess) kenne ich auch. Habe bei der FAQs von 1und1 gefunden, den habe ich irgendwann hochgeladen sogar in 2 Seiten und hats geklappt, verstehe nicht warum dieses mal schift geht.

Danke fuer deine Zeit,

Marco

 
Marco

Posted: 5/29/2009
Quote message 

Solution!

Componentes Layouts without ERRORs displays run only under PHP5.0.0 or higher. Action, update PHP Handler on Server to PHP5.

I dont really know wich Code can you help, I thing is depending from Server Setups, for everyone you must use an diferent code.

this Code under Hoststar (may be Confixx) was my Solution:

Action php /cgi-php5/php
AddHandler php5 .php

Put this code in your .htaccess file and upload. No existing .htaccess file? Just create the File with Windows Notepad und save as "all type" with the name ".htaccess", upload in your Root,

I hope you get this,

Thanks all the Answers here.

Marco

 
PDGWeb

Posted: 5/29/2009
Quote message 

If the .htaccess file doesn't work for you - check your host's settings... on 2 of my hosts there was a setting in the control panel for handling PHP.. whatever that setting was overrode any .htaccess
 

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *