Youjoomla Support Forums (https://www.youjoomla.com/joomla_support/index.php)
-   Joomla Help (https://www.youjoomla.com/joomla_support/forumdisplay.php?f=29)
-   -   [SOLVED] Installation Error (https://www.youjoomla.com/joomla_support/showthread.php?t=4334)

Bar2aYunie 09-11-2009 03:47 PM

[SOLVED] Installation Error
 
Hello,
I am trying to install Joomla 1.5. I have uploaded the files but when I tried to continue the installation by going to my site I get this error:

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'));

I have deleted all of the files, donwloaded the package again and uploaded them again, same message. Then I tried to install the files manually, but after completing all of the steps (before creating an admin to check the site), I still see the same message.

Can anyone help me here please? I don't know what I did wrong or how to fix it!
Thank you!!

Yunie

neo 09-11-2009 04:07 PM

where did you get the installation, and what version is it ?

Bar2aYunie 09-11-2009 04:09 PM

I downloaded it from joomla.org and it's version 1.5.14

neo 09-11-2009 04:12 PM

post link to your site please and advise mysql and php versions, I would
re download install again

http://joomlacode.org/gf/download/fr...ll_Package.zip

Bar2aYunie 09-11-2009 04:14 PM

I have downloaded, installed, deleted, redownloaded, re-installed and so on, for like the past 8 hours..... I'd be happy to try again with your link though.

(edit: though it's the same package, but if you think it might help?)

I downloaded it from: Download Joomla (full package)

neo 09-11-2009 04:28 PM

post info I asked for please

Bar2aYunie 09-11-2009 04:36 PM

Oh I'm totally sorry, I misread your post I thought you wanted the link of my download.

my site is: www.care4style.nl
PHP = 3.0.0.1
My Sql= 5.0.32

edit:
Sorry Php version is 3.2.0.1

neo 09-11-2009 04:52 PM

there you go

PHP = 3.0.0.1

MIN 4.3 , I suggest upgrade to 5

Technical Requirements

Bar2aYunie 09-11-2009 04:54 PM

that's weird, cos I've already talked to my host and he says that joomla should work perfectly. I found this version in the phpmyadmin. Is that the same as php? if not, where can I find that version?

neo 09-11-2009 04:57 PM

ask host what php version you have


All times are GMT -4. The time now is 06:50 PM.

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.