-
AuthorPosts
-
el patron Friend
el patron
- Join date:
- October 2009
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
December 8, 2010 at 12:45 pm #157210Based on the title of this forum I thought I’d see similar guides on installation and setup…suppose I might be ahead of the ball.
There isn’t anything different about installment of IV with quickstart from anyother JA release is there?
We really are excited to see this up and running on our test system before converting our large news site over from III.
robert vining Friendrobert vining
- Join date:
- November 2006
- Posts:
- 33
- Downloads:
- 35
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 15 times in 7 posts
December 8, 2010 at 1:53 pm #365808I actually installed the quickstart last night and it was as simple as downloading the quickstart package, unzipped it, uploaded it to my server via FTP and went through the normal Joomla installation. To make sure you get the actual look and layout, you will want to install the sample data when it asks you.
It looks exactly like the demo. 🙂
Robert Vining
www.joompro.comDecember 8, 2010 at 2:17 pm #365809Actually I have this issue while installing the quickstart :
Fatal error: Call to undefined function curl_init() in /mydirectory/www/modules/mod_jatwitter/jatwitter.php on line 332
What have I might done wrong?
robert vining Friendrobert vining
- Join date:
- November 2006
- Posts:
- 33
- Downloads:
- 35
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 15 times in 7 posts
December 8, 2010 at 2:31 pm #365810<em>@wkodrat 207341 wrote:</em><blockquote>Actually I have this issue while installing the quickstart :
Fatal error: Call to undefined function curl_init() in /mydirectory/www/modules/mod_jatwitter/jatwitter.php on line 332
What have I might done wrong?</blockquote>
It sounds as though your server is not configured with Curl support.
2 options… ask your host to compile your PHP with Curl, or turn off the JA Twitter Module until you can have it compiled.
To verify if your site has Curl support, you can login to the Joomla Admin, click on Help menu, select System Info and click PHP Information from the links.
Now scroll down through and find the Curl heading and see if it says enabled. If not, contact your host.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 8, 2010 at 2:40 pm #365813Thanks for that Robert.
Yes, the script does indeed use cURL. If you were trying the quickstart on your localhost as many do using XXamp, Wamp or Mamp etc then you can simply enable cURL in the php settings tabs these tools provide.
As Robert says, if this problem is on your live server you can still logon to the back end of Joomla and disable the twitter plugin until you can get cURL setup on your host.
December 8, 2010 at 4:58 pm #365826I have disabled the twitter module for now and the quickstart runs fine now. Thank you.
jersonjunior Friendjersonjunior
- Join date:
- November 2010
- Posts:
- 79
- Downloads:
- 2
- Uploads:
- 8
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
December 10, 2010 at 12:09 am #366055I installed php5-curl and twiter dont work
pkg_add -r php5-curl
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/php5-curl.tbz… Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/php5-5.3.2_1.tbz… Done.
pkg_add: warning: package ‘php5-5.3.2_1’ requires ‘pkg-config-0.23_1’, but ‘pkg-config-0.25_1’ is installed
pkg_add: warning: package ‘php5-5.3.2_1’ requires ‘pcre-8.02’, but ‘pcre-8.10’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘ca_root_nss-3.12.4’, but ‘ca_root_nss-3.12.6’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘curl-7.20.1’, but ‘curl-7.21.1’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘pkg-config-0.23_1’, but ‘pkg-config-0.25_1’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘pcre-8.02’, but ‘pcre-8.10’ is installed
3047# rehash
3047# apachectl restartDecember 10, 2010 at 4:24 am #366093<em>@jersonjunior 207656 wrote:</em><blockquote>I installed php5-curl and twiter dont work
pkg_add -r php5-curl
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/php5-curl.tbz… Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/php5-5.3.2_1.tbz… Done.
pkg_add: warning: package ‘php5-5.3.2_1’ requires ‘pkg-config-0.23_1’, but ‘pkg-config-0.25_1’ is installed
pkg_add: warning: package ‘php5-5.3.2_1’ requires ‘pcre-8.02’, but ‘pcre-8.10’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘ca_root_nss-3.12.4’, but ‘ca_root_nss-3.12.6’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘curl-7.20.1’, but ‘curl-7.21.1’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘pkg-config-0.23_1’, but ‘pkg-config-0.25_1’ is installed
pkg_add: warning: package ‘php5-curl-5.3.2_1’ requires ‘pcre-8.02’, but ‘pcre-8.10’ is installed
3047# rehash
3047# apachectl restart</blockquote>
I think it can help you http://forum.joomla.org/viewtopic.php?f=428&t=426456
Remember Joomla! does not currently work with PHP5.3Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 10, 2010 at 7:55 am #366123<em>@jersonjunior 207656 wrote:</em><blockquote>I installed php5-curl and twiter dont work
</blockquote>
Have you checked phpinfo to make sure it is installed correctly?
What error are you getting?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 10, 2010 at 7:59 am #366125<em>@an2803 207699 wrote:</em><blockquote>I think it can help you http://forum.joomla.org/viewtopic.php?f=428&t=426456
Remember Joomla! does not currently work with PHP5.3</blockquote>Joomla does work with PHP5.3. The thread you are referring to was from 2009. Since Joomla 1.5.15 Joomla has been 5.3.x compatible.
http://www.joomla.org/announcements/release-news/5249-joomla-1515-released.html
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 6 voices, and was last updated by Phill 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Install Teline IV with quickstart?
Viewing 10 posts - 1 through 10 (of 10 total)