Jevents Errors
Discuss JEvents 2.x for Joomla 1.5-2.5 here - club members can use the special club forum for faster response times.
Forum rules
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
Jevents Errors
by NEOBAHAMUT » Mon Nov 19, 2012 9:13 pm
Hi guys,
I've been asked by my company to do our website.
I have decided that I want to create it all locally first before uploading it to our webhost as I don't want to alter our current site whilst im making the new one.
I have downloaded and installed Xampp. This is version 1.8.1 and has PHP 5.4.7 integrated with it. I have also downloaded the latest version of joomla 2.5. The site is working fine and there is no problems etc.
I now am trying to install Jevents on to this site. I have installed it plenty of times on to my own websites (that are already hosted) and it installs and works perfectly and never had any issues.
However im installing it on to the website hosted by Xampp and im getting loads of errors.
==========================
trict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 40
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 58
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 64
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 74
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\helper.php on line 1671
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 137
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\abstract\abstract.php on line 24
Strict Standards: Non-static method JEV_CommonFunctions::getJEventsViewName() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\abstract\abstract.php on line 25
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in C:\xampp\htdocs\bradfieldschool\libraries\joomla\html\parameter.php on line 512
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\libraries\config.php on line 34
Strict Standards: Non-static method JEV_CommonFunctions::getJEventsViewList() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\commonfunctions.php on line 33
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\controllers\params.php on line 51
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\models\params.php on line 19
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\controllers\params.php on line 54
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\controllers\params.php on line 56
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\view.html.php on line 25
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\helper.php on line 1791
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\helper.php on line 1791
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\view.html.php on line 37
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\models\params.php on line 41
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\models\params.php on line 43
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\view.html.php on line 55
Strict Standards: Non-static method JEventsVersion::getInstance() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\tmpl\edit16.php on line 12
=====================
Now i'm guessing that this could be a .php error? - Perhaps im not up to date or even using a too old a version. I'm not too sure.
Can anyone help me with this as I would really like to get this working on my test site.
Regards
I've been asked by my company to do our website.
I have decided that I want to create it all locally first before uploading it to our webhost as I don't want to alter our current site whilst im making the new one.
I have downloaded and installed Xampp. This is version 1.8.1 and has PHP 5.4.7 integrated with it. I have also downloaded the latest version of joomla 2.5. The site is working fine and there is no problems etc.
I now am trying to install Jevents on to this site. I have installed it plenty of times on to my own websites (that are already hosted) and it installs and works perfectly and never had any issues.
However im installing it on to the website hosted by Xampp and im getting loads of errors.
==========================
trict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 40
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 58
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 64
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 74
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\helper.php on line 1671
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\jevents.php on line 137
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\abstract\abstract.php on line 24
Strict Standards: Non-static method JEV_CommonFunctions::getJEventsViewName() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\abstract\abstract.php on line 25
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in C:\xampp\htdocs\bradfieldschool\libraries\joomla\html\parameter.php on line 512
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\libraries\config.php on line 34
Strict Standards: Non-static method JEV_CommonFunctions::getJEventsViewList() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\commonfunctions.php on line 33
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\controllers\params.php on line 51
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\models\params.php on line 19
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\controllers\params.php on line 54
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\controllers\params.php on line 56
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\view.html.php on line 25
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\helper.php on line 1791
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically in C:\xampp\htdocs\bradfieldschool\components\com_jevents\libraries\helper.php on line 1791
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\view.html.php on line 37
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\models\params.php on line 41
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\models\params.php on line 43
Strict Standards: Non-static method JVersion::isCompatible() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\view.html.php on line 55
Strict Standards: Non-static method JEventsVersion::getInstance() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\bradfieldschool\administrator\components\com_jevents\views\params\tmpl\edit16.php on line 12
=====================
Now i'm guessing that this could be a .php error? - Perhaps im not up to date or even using a too old a version. I'm not too sure.
Can anyone help me with this as I would really like to get this working on my test site.
Regards
- NEOBAHAMUT
- Posts: 1
- Joined: Mon Nov 19, 2012 2:54 pm
Re: Jevents Errors
by Tonyp » Mon Nov 19, 2012 10:04 pm
Hello,
You need to disable strict standards in your local xampp installation.
Google:
how to disable strict standards, xampp.
Regards
Tony
You need to disable strict standards in your local xampp installation.
Google:
how to disable strict standards, xampp.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8725
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
2 posts
• Page 1 of 1
Return to Jevents 2.x (Free Access)
Who is online
Users browsing this forum: No registered users

