Help with upgrading..
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.
Help with upgrading..
by Busby » Fri May 15, 2009 11:32 pm
Hi, my present site is Joomla 1 running JEvents 1.4.2-1 and I am in the process of upgrading to Joomla! 1.5.
I presently have J1.5 installed in a sub-folder where I am trying to replicate the old site.
My question is, can I export all my events from the old site to the new one and have them running side by side? I understand I will have to maintain both sites after the import until I go live..
Thanks for your help..
I presently have J1.5 installed in a sub-folder where I am trying to replicate the old site.
My question is, can I export all my events from the old site to the new one and have them running side by side? I understand I will have to maintain both sites after the import until I go live..
Thanks for your help..
-

Busby - Posts: 41
- Joined: Fri May 15, 2009 11:22 pm
Re: Help with upgrading..
by Geraint » Sat May 16, 2009 7:31 am
Copy the old Events tables from the old database to the new and then install JEvents 1.5. You can then migrate the events from 1.4 to 1.5.
If you want to compare 1.4 and 1.5 on Joomla 1.5 follow the guidance in the getting started with JEvents 1.5 article (link from frontpage)
If you want to compare 1.4 and 1.5 on Joomla 1.5 follow the guidance in the getting started with JEvents 1.5 article (link from frontpage)
------------
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: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Help with upgrading..
by Busby » Sat May 16, 2009 11:54 am
Geraint wrote:Copy the old Events tables from the old database to the new and then install JEvents 1.5. You can then migrate the events from 1.4 to 1.5.
If you want to compare 1.4 and 1.5 on Joomla 1.5 follow the guidance in the getting started with JEvents 1.5 article (link from frontpage)
Hi Geraint, thanks for the propt reply..
I take it that I should copy 'com_events' folder from the old site to the new? or are the tables in MSQL - if they are, how do I copy them please and import them into the new site..
I don't wat to do a full merge from Joomla 1 to 1.5 as I can't get it to work..
Sorry, I'm a bit of a noob at this
-

Busby - Posts: 41
- Joined: Fri May 15, 2009 11:22 pm
Re: Help with upgrading..
by Geraint » Sat May 16, 2009 4:25 pm
See viewtopic.php?f=17&t=1805#p5791
You don't have to install 1.4.3 in Joomla 1.5 so you can skip steps 3 & 6.
You don't have to install 1.4.3 in Joomla 1.5 so you can skip steps 3 & 6.
------------
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: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Help with upgrading..
by Busby » Sat May 16, 2009 4:44 pm
Hi Geriant, thanks for the reply..
I don't want to use the migrator as it will overwrite the files in my new 1.5 install..
Is there another way of doing this?
Many thanks
I don't want to use the migrator as it will overwrite the files in my new 1.5 install..
Is there another way of doing this?
Many thanks
-

Busby - Posts: 41
- Joined: Fri May 15, 2009 11:22 pm
Re: Help with upgrading..
by Geraint » Sat May 16, 2009 5:38 pm
phpmyadmin or similar - export the #__events #__events_categories tables and the rows from #__categories that match the ids from #__events_categories. The import this data into your Joomla 1.5 installation.
------------
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: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Help with upgrading..
by Busby » Fri May 22, 2009 12:04 am
Geraint wrote:phpmyadmin or similar - export the #__events #__events_categories tables and the rows from #__categories that match the ids from #__events_categories. The import this data into your Joomla 1.5 installation.
Hi Geraint
Thanks for the reply..
I'm afraid I don't have PHPMyAdmin installed on my webspace, so I suppose there is no other way of extracting the data, other than creating it all manually?
-

Busby - Posts: 41
- Joined: Fri May 15, 2009 11:22 pm
Re: Help with upgrading..
by Geraint » Fri May 22, 2009 6:45 am
I am thinking of writing a dedicated migration script - so watch this space.
Geraint
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: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Help with upgrading..
by Geraint » Fri May 22, 2009 8:52 am
See the new sticky posting
------------
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: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Help with upgrading..
by Busby » Sat May 23, 2009 1:30 pm
Hi Geraint - thanks for your help..
I wish I could say it worked for me, but this is what I get:
Can you take a look please?
Thanks again..
I wish I could say it worked for me, but this is what I get:
- Code: Select all
Warning: main(gwindex_start.php) [function.main]: failed to open stream: No such file or directory in /home/sites/mydomain.co.uk/public_html/jeventsmigrator_export.php on line 14
Fatal error: main() [function.require]: Failed opening required 'gwindex_start.php' (include_path='.:/usr/share/pear') in /home/sites/mydomain.co.uk/public_html/jeventsmigrator_export.php on line 14
Can you take a look please?
Thanks again..
-

Busby - Posts: 41
- Joined: Fri May 15, 2009 11:22 pm
26 posts
• Page 1 of 3 • 1, 2, 3
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: No registered users


