[FIXED] always show "Published, but is Coming"
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
[FIXED] always show "Published, but is Coming"
by stockton133 » Sat Jan 17, 2009 8:38 am
Dear all~~~
I have some problem when I add iCAL events always show "Published, but is Coming";
What's wrong in my system?
Is it a bug in Jevents?
THX all
My system information is
PHP Built on:FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
Database Version:4.1.22-log
Database Collation:utf8_general_ci
PHP Version:5.2.1
Web Server:Apache/2.0.59 (FreeBSD) PHP/5.2.1 with Suhosin-Patch
Web Server to PHP interface: apache2handler
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Joomla! Version: Joomla! 1.5.9 Production/Stable [ Vatani ] 9-January-2009 23:00 GMT
Jevents Version:JEvents 1.5 alpha3
other components:Attachments 1.3.4 , Joom!Fish 2.0-RC1, JoomlaPack 2.01, PhocaDownload 1.0.5, MorfeoShow 1.2.0
I have two error occur flowing under two step
Step 1:
If I enable Joomla debug system,and use Jevents MVC.
I will show this Debug mesage:
500 - An error has occurred.
JDatabaseMySQL::query: 1061 - Duplicate key name 'eventid' SQL=ALTER TABLE `jos_jevents_rrule` ADD INDEX eventid (eventid)
Call stack
# Function Location
1 JAdministrator->dispatch() /usr/home/joomla/public_html/administrator/index.php:67
2 JComponentHelper->renderComponent() /usr/home/joomla/public_html/administrator/includes/application.php:136
3 require_once() /usr/home/joomla/public_html/libraries/joomla/application/component/helper.php:162
4 AdminCpanelController->__construct() /usr/home/joomla/public_html/administrator/components/com_jevents/jevents.php:54
5 AdminCpanelController->_checkDatabase() /usr/home/joomla/public_html/administrator/components/com_jevents/controllers/cpanel.php:22
6 JDatabaseMySQL->query() /usr/home/joomla/public_html/administrator/components/com_jevents/controllers/cpanel.php:221
7 JError->raiseError() /usr/home/joomla/public_html/libraries/joomla/database/database/mysql.php:231
8 JError->raise() /usr/home/joomla/public_html/libraries/joomla/error/error.php:171
9 JException->__construct() /usr/home/joomla/public_html/libraries/joomla/error/error.php:136
Step 2:
If I use the jevents tool that Check Locale configuration always show "500 - An error has occurred. Invalid Controller Class - Controller"
The Joomla Debug message:
Call stack
# Function Location
1 JAdministrator->dispatch() /usr/home/joomla/public_html/administrator/index.php:67
2 JComponentHelper->renderComponent() /usr/home/joomla/public_html/administrator/includes/application.php:136
3 require_once() /usr/home/joomla/public_html/libraries/joomla/application/component/helper.php:162
4 JError->raiseError() /usr/home/joomla/public_html/administrator/components/com_jevents/jevents.php:56
5 JError->raise() /usr/home/joomla/public_html/libraries/joomla/error/error.php:171
6 JException->__construct() /usr/home/joomla/public_html/libraries/joomla/error/error.php:136
I have some problem when I add iCAL events always show "Published, but is Coming";
What's wrong in my system?
Is it a bug in Jevents?
THX all
My system information is
PHP Built on:FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
Database Version:4.1.22-log
Database Collation:utf8_general_ci
PHP Version:5.2.1
Web Server:Apache/2.0.59 (FreeBSD) PHP/5.2.1 with Suhosin-Patch
Web Server to PHP interface: apache2handler
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Joomla! Version: Joomla! 1.5.9 Production/Stable [ Vatani ] 9-January-2009 23:00 GMT
Jevents Version:JEvents 1.5 alpha3
other components:Attachments 1.3.4 , Joom!Fish 2.0-RC1, JoomlaPack 2.01, PhocaDownload 1.0.5, MorfeoShow 1.2.0
I have two error occur flowing under two step
Step 1:
If I enable Joomla debug system,and use Jevents MVC.
I will show this Debug mesage:
500 - An error has occurred.
JDatabaseMySQL::query: 1061 - Duplicate key name 'eventid' SQL=ALTER TABLE `jos_jevents_rrule` ADD INDEX eventid (eventid)
Call stack
# Function Location
1 JAdministrator->dispatch() /usr/home/joomla/public_html/administrator/index.php:67
2 JComponentHelper->renderComponent() /usr/home/joomla/public_html/administrator/includes/application.php:136
3 require_once() /usr/home/joomla/public_html/libraries/joomla/application/component/helper.php:162
4 AdminCpanelController->__construct() /usr/home/joomla/public_html/administrator/components/com_jevents/jevents.php:54
5 AdminCpanelController->_checkDatabase() /usr/home/joomla/public_html/administrator/components/com_jevents/controllers/cpanel.php:22
6 JDatabaseMySQL->query() /usr/home/joomla/public_html/administrator/components/com_jevents/controllers/cpanel.php:221
7 JError->raiseError() /usr/home/joomla/public_html/libraries/joomla/database/database/mysql.php:231
8 JError->raise() /usr/home/joomla/public_html/libraries/joomla/error/error.php:171
9 JException->__construct() /usr/home/joomla/public_html/libraries/joomla/error/error.php:136
Step 2:
If I use the jevents tool that Check Locale configuration always show "500 - An error has occurred. Invalid Controller Class - Controller"
The Joomla Debug message:
Call stack
# Function Location
1 JAdministrator->dispatch() /usr/home/joomla/public_html/administrator/index.php:67
2 JComponentHelper->renderComponent() /usr/home/joomla/public_html/administrator/includes/application.php:136
3 require_once() /usr/home/joomla/public_html/libraries/joomla/application/component/helper.php:162
4 JError->raiseError() /usr/home/joomla/public_html/administrator/components/com_jevents/jevents.php:56
5 JError->raise() /usr/home/joomla/public_html/libraries/joomla/error/error.php:171
6 JException->__construct() /usr/home/joomla/public_html/libraries/joomla/error/error.php:136
- stockton133
- Posts: 3
- Joined: Fri Jan 16, 2009 7:48 am
Re: always show "Published, but is Coming"
by Geraint » Sat Jan 17, 2009 11:10 am
1. I fixed the current/pending/future icons in Subversion.
2. This is not a bug (I was just being lazy) - I have now moved the DB setup to a separate function on the control panel so this message should no longer appear
3. checklocale is no longer needed - I've now removed it.
If you have SVN please try out the latest version. If not I'll update the alpha package early next week
Geraint
2. This is not a bug (I was just being lazy) - I have now moved the DB setup to a separate function on the control panel so this message should no longer appear
3. checklocale is no longer needed - I've now removed it.
If you have SVN please try out the latest version. If not I'll update the alpha package early next week
Geraint
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
2 posts
• Page 1 of 1
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: No registered users

