[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 |
where did you get the installation, and what version is it ?
|
I downloaded it from joomla.org and it's version 1.5.14
|
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 |
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) |
post info I asked for please
|
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 |
|
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?
|
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.