Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • yourwillbedone Friend
    #174939

    Please Help!

    I was failed to install a new quickstart jatc_teline_iv_j25, and any kind of versions and templates form Jomlart.com. Whereas there was no problem in joomla.org installation. Whats wrong with Jomlaart, or with me?

    I used XAMPP 1.7.7 with PHP: 5.3.8.

    At the Back-end page, i found this error messages at the top of Administration page:

    Strict Standards: Declaration of fancyboxClass::getHeaderLibrary() should be compatible with that of JAPopupHelper::getHeaderLibrary() in C:xampphtdocssnpluginssystemjapopupfancyboxfancybox.php on line 18

    Strict Standards: Only variables should be assigned by reference in C:xampphtdocssnpluginssystemjat3jat3.php on line 41

    Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in C:xampphtdocssnlibrariesjoomlahtmlparameter.php on line 512

    Strict Standards: Non-static method T3Common::get_active_template() should not be called statically in C:xampphtdocssnpluginssystemjat3jat3coredefine.php on line 16

    Strict Standards: Non-static method JAT3_AdminUtil::get_active_template() should not be called statically in C:xampphtdocssnpluginssystemjat3jat3corecommon.php on line 82

    Strict Standards: Non-static method JAT3_AdminUtil::checkPermission() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3.php on line 161

    Strict Standards: Non-static method T3Common::detect() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3.php on line 85

    Strict Standards: Non-static method T3Path::path() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3corecommon.php on line 68

    At the front-end page i found only error messages: (i just copy several lines)

    Strict Standards: Declaration of fancyboxClass::getHeaderLibrary() should be compatible with that of JAPopupHelper::getHeaderLibrary() in C:xampphtdocssnpluginssystemjapopupfancyboxfancybox.php on line 18

    Strict Standards: Only variables should be assigned by reference in C:xampphtdocssnpluginssystemjat3jat3.php on line 41

    Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in C:xampphtdocssnlibrariesjoomlahtmlparameter.php on line 512

    Strict Standards: Non-static method T3Common::get_active_template() should not be called statically in C:xampphtdocssnpluginssystemjat3jat3coredefine.php on line 16

    Strict Standards: Non-static method T3Common::detect() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3.php on line 200

    Strict Standards: Non-static method T3Path::path() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3corecommon.php on line 68

    Strict Standards: Non-static method T3Framework::t3_init() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3.php on line 212

    Strict Standards: Non-static method T3Common::get_template_based_params() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3coreframework.php on line 44

    Strict Standards: Non-static method T3Path::path() should not be called statically, assuming $this from incompatible context in C:xampphtdocssnpluginssystemjat3jat3corecommon.php on line 806

    Strict Standards: Only variables should be assigned by reference in C:xampphtdocssnpluginssystemjat3jat3corecache.php on line 43

    Strict Standards: Only variables should be assigned by reference in C:xampphtdocssnpluginssystemjat3jat3coreframework.php on line 55

    pavit Moderator
    #443428

    Hi

    As new method for testing all

    have you tried to reinstall again your xampp ? because i have installed xampp on my localhost and i have never discovered errors like yours, with joomlart quickstarts, so i think the problem must be searched in xampp installation.

    Blaine Friend
    #443429

    Quickstart should NOT be performed over an existing Joomla install as Joomla is included.
    Wipe databases and try again please!

    gilljhonson Friend
    #443603

    this problem is related with the xampp may be its not configured perfectly i have also some errors while running xampp on my local host but i which to apache and its working great up till now

    yourwillbedone Friend
    #443715

    <em>@pavit 307191 wrote:</em><blockquote>Hi

    As new method for testing all

    have you tried to reinstall again your xampp ? because i have installed xampp on my localhost and i have never discovered errors like yours, with joomlart quickstarts, so i think the problem must be searched in xampp installation.</blockquote>
    <em>@gilljhonson 307422 wrote:</em><blockquote>this problem is related with the xampp may be its not configured perfectly i have also some errors while running xampp on my local host but i which to apache and its working great up till now</blockquote>

    I have tried to re-install my xampp for many times, but the results were failed.

    <em>@Blaine 307192 wrote:</em><blockquote>Quickstart should NOT be performed over an existing Joomla install as Joomla is included.
    Wipe databases and try again please!</blockquote>
    Failed again sir 🙁

    Surprisingly, there is no problem when I install joomla installation from joomla.org. What happen?

    pavit Moderator
    #443743

    I’m sorry but your issue cannot be replicated on my localhost installation.

    I’m asking to you to try a new installation on another pc or on a hosted space, in this way you can verify that the issue is not related to the Joomlart quickstart file but to a wrong configuration of xampp.

    Regards

    hotsd101 Friend
    #451665

    since nobidy give accurate answer for this question, i will.

    reason for those errors due to the way php report error and some strictly sloppy code, no Ja but joomla itself.

    while running xampp simply edit “public $error_reporting = ‘default’ in your conf.php and change to, public $error_reporting = ‘6135’;

    this reduce reporting and no error on local conf. restart xampp services and it will be good

    Blaine Friend
    #451731

    Thanks for clarifying the error for us all hostd101!

    potatojoom Friend
    #463016

    <em>@hotsd101 317963 wrote:</em><blockquote>since nobidy give accurate answer for this question, i will.

    reason for those errors due to the way php report error and some strictly sloppy code, no Ja but joomla itself.

    while running xampp simply edit “public $error_reporting = ‘default’ in your conf.php and change to, public $error_reporting = ‘6135’;

    this reduce reporting and no error on local conf. restart xampp services and it will be good</blockquote>

    where is this conf.php located?

    am i just too stupid to know where it is in xampp? or are you too superior in knowledge and understanding? smh

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 6 voices, and was last updated by  potatojoom 12 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum