Re: [gentoo-user] Joomla

2010-06-09 Thread Mick
On 9 June 2010 00:06, sean tech.j...@myfairpoint.net wrote:
 Is anyone able to point me at a definitive write-up of Joomla on Gentoo
 (amd64)?

 Any recommend use flags or other tips from those who have set this up to
 get the best from this package?

I can't answer directly your question, but unless you have a
particular reason to use Joomla, I would strongly recommend to give
Drupal a try.  It is a more powerful CMS with more modules than
Joomla.
-- 
Regards,
Mick



Re: [gentoo-user] Joomla

2010-06-09 Thread Matthias Fechner

Hi Mick,

Am 09.06.10 08:05, schrieb Mick:

I can't answer directly your question, but unless you have a
particular reason to use Joomla, I would strongly recommend to give
Drupal a try.  It is a more powerful CMS with more modules than
Joomla.
   


yes you are right with your comment, I currently use joomla and tried to 
switch to drupal, but an essential modul, docman, is not available for 
drupal.
If you do not need a tool that manages you download I would recommend 
drupal too.


Matthias

--
Programming today is a race between software engineers striving to build bigger and 
better idiot-proof programs, and the universe trying to produce bigger and better idiots. 
So far, the universe is winning. -- Rich Cook




Re: [gentoo-user] Joomla

2010-06-09 Thread sean
On 06/09/2010 02:14 AM, Matthias Fechner wrote:
 Hi Mick,
 
 Am 09.06.10 08:05, schrieb Mick:
 I can't answer directly your question, but unless you have a
 particular reason to use Joomla, I would strongly recommend to give
 Drupal a try.  It is a more powerful CMS with more modules than
 Joomla.

 
 yes you are right with your comment, I currently use joomla and tried to
 switch to drupal, but an essential modul, docman, is not available for
 drupal.
 If you do not need a tool that manages you download I would recommend
 drupal too.
 
 Matthias
 

I am only interested because it is being implemented where I work and
want to try to become familiar with Joomla a bit.



[gentoo-user] Joomla

2010-06-08 Thread sean
Is anyone able to point me at a definitive write-up of Joomla on Gentoo
(amd64)?

Any recommend use flags or other tips from those who have set this up to
get the best from this package?


Thanks
Sean





[gentoo-user] joomla

2006-01-24 Thread Uwe Thiem
Hi folks,

any joomla or mambo experts here?

I have got joomla-1.0.7 and php-5.1.1.

When I try to log into the site as admin after configuring it, I get this:
Fatal error: Call to undefined function session_name() 
in /var/www/localhost/htdocs/joomla/administrator/index.php on line 83

I just synced and pretended to emerge joomla but it would not emerge a newer 
version.

What am I doing wrong? :-(

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem wrote:
 Hi folks,
 
 any joomla or mambo experts here?
 
 I have got joomla-1.0.7 and php-5.1.1.
 
 When I try to log into the site as admin after configuring it, I get this:
 Fatal error: Call to undefined function session_name() 
 in /var/www/localhost/htdocs/joomla/administrator/index.php on line 83
 
 I just synced and pretended to emerge joomla but it would not emerge a newer 
 version.
 
 What am I doing wrong? :-(
 
 Uwe
 

You've to emerge php with session USE enabled.

# USE=session emerge -v dev-lang/php

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD1o089RRlaicc3IERAoMNAJ408TuqnQ1lHXO+lG24gtLgLWvmHQCfWw5b
2/p6nzX1hQEt52NT1OD1Xao=
=Wqv3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Uwe Thiem
On 24 January 2006 22:25, Rafael Fernández López wrote:
 Uwe Thiem wrote:
  Hi folks,
 
  any joomla or mambo experts here?
 
  I have got joomla-1.0.7 and php-5.1.1.
 
  When I try to log into the site as admin after configuring it, I get
  this: Fatal error: Call to undefined function session_name()
  in /var/www/localhost/htdocs/joomla/administrator/index.php on line 83
 
  I just synced and pretended to emerge joomla but it would not emerge a
  newer version.
 
  What am I doing wrong? :-(
 
  Uwe

 You've to emerge php with session USE enabled.

 # USE=session emerge -v dev-lang/php

Thanks! That did it. :-)

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Robin
Arrghhh Bad Habits...
Add:

dev-lang/php session

to your package.use file

:- )

On 1/24/06, Uwe Thiem [EMAIL PROTECTED] wrote:
 On 24 January 2006 22:25, Rafael Fernández López wrote:
  Uwe Thiem wrote:
   Hi folks,
  
   any joomla or mambo experts here?
  
   I have got joomla-1.0.7 and php-5.1.1.
  
   When I try to log into the site as admin after configuring it, I get
   this: Fatal error: Call to undefined function session_name()
   in /var/www/localhost/htdocs/joomla/administrator/index.php on line 83
  
   I just synced and pretended to emerge joomla but it would not emerge a
   newer version.
  
   What am I doing wrong? :-(
  
   Uwe
 
  You've to emerge php with session USE enabled.
 
  # USE=session emerge -v dev-lang/php

 Thanks! That did it. :-)

 Uwe

 --
 Unix is sexy:
 who | grep -i blonde | date
 cd ~; unzip; touch; strip; finger
 mount; gasp; yes; uptime; umount
 sleep

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Rafael Fernández López
It was only a quick replying... of course if you want to upgrade php
you'll have to add for example session to your make.conf USE variable.

Bye,
Rafael Fernández López.

 Arrghhh Bad Habits...
 Add:

 dev-lang/php session

 to your package.use file

 :- )

 On 1/24/06, Uwe Thiem [EMAIL PROTECTED] wrote:
 On 24 January 2006 22:25, Rafael Fernández López wrote:
  Uwe Thiem wrote:
   Hi folks,
  
   any joomla or mambo experts here?
  
   I have got joomla-1.0.7 and php-5.1.1.
  
   When I try to log into the site as admin after configuring it, I get
   this: Fatal error: Call to undefined function session_name()
   in /var/www/localhost/htdocs/joomla/administrator/index.php on line
 83
  
   I just synced and pretended to emerge joomla but it would not emerge
 a
   newer version.
  
   What am I doing wrong? :-(
  
   Uwe
 
  You've to emerge php with session USE enabled.
 
  # USE=session emerge -v dev-lang/php

 Thanks! That did it. :-)

 Uwe

 --
 Unix is sexy:
 who | grep -i blonde | date
 cd ~; unzip; touch; strip; finger
 mount; gasp; yes; uptime; umount
 sleep

 --
 gentoo-user@gentoo.org mailing list



 --
 gentoo-user@gentoo.org mailing list




-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] joomla

2006-01-24 Thread Uwe Thiem
On 25 January 2006 00:22, Robin wrote:
 Arrghhh Bad Habits...
 Add:

 dev-lang/php session

 to your package.use file

That's what I actually did. ;-)

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list