From mkonop at gmail.com Wed Feb 1 16:03:56 2012 From: mkonop at gmail.com (M Konop) Date: Wed, 1 Feb 2012 16:03:56 -0500 Subject: [joomla] Two Reminders Message-ID: Two reminders: Our monthly Joomla NYC meeting will be held next week on Thursday, February 9th at 630. Check our website for directions. joomlanyc.org Chairperson: Laura Gordon* **Elin Waring: *Demo of Release 2.5, showing all of the different features in action. *Scott Wolpow*: Getting the most from Git And as always, the infamous *Lightning Round* - we provide answers to your Joomla questions * * *Plus: *One attendee will win a free admission to a Joomla ClassroomTraining class in March. Also, a reminder about *Joomla Camp,* which will be held* *on* *Sunday, March 11, 2012. For more information and to register, go to http://joomlanyc.org/index.php?option=com_content&view=article&id=124:joomla-camp-2012&catid=49:joomladay-next&Itemid=66 -- Marian Konop Gotham Websites www.gothamwebsites.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ted at schulman.net Wed Feb 1 18:50:02 2012 From: ted at schulman.net (Ted Schulman) Date: Wed, 1 Feb 2012 23:50:02 +0000 (GMT) Subject: [joomla] Typo3? Message-ID: <1589809109.295623.1328140202800.JavaMail.mail@webmail01> Hi all, I was just asked about Typo3 CMS - http://typo3.org Has anyone on the list used it or have any info about it? thanks, Ted From cjkettler at gmail.com Thu Feb 2 00:19:59 2012 From: cjkettler at gmail.com (cj kettler) Date: Thu, 2 Feb 2012 00:19:59 -0500 Subject: [joomla] Joomla Developers Needed In-Reply-To: References: Message-ID: Hello All, We are looking for an experienced NYC based Joomla team who can start work immediately on a robust community/content/commerce website with 250,000+ users and growing daily based on big media exposure in the US and abroad. References with comparable media sites required. Thanks! CJ -- *CJ Kettler* T: (917) 488-2266 | cjkettler at gmail.com | skype: cjkettler [image: LinkedIn] [image: Twitter] [image: Meetup] -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Fri Feb 3 16:03:53 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Fri, 3 Feb 2012 19:03:53 -0200 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: Message-ID: In your configuration.php file, write on the very first line ini_mem('memory_limit','12M'); If it doesn't work, try to increase it. G'luck! 2012/1/31 paul elliott > Hello, > I made a copy of my default template and assigned it to a menu item for > Hikashop categories. > At some point, after i go into the Template Manager, i now cannot get in > to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to > allocate 6859888 bytes) in * > /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Feb 3 16:09:33 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 3 Feb 2012 16:09:33 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: Message-ID: I handle memory limit increases for PHP in the php.ini file. Am I missing something by it being cone in the configuration.php file? Thanks! David Roth On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: > In your configuration.php file, write on the very first line > > ini_mem('memory_limit','12M'); > > If it doesn't work, try to increase it. > > G'luck! > > 2012/1/31 paul elliott > >> Hello, >> I made a copy of my default template and assigned it to a menu item for >> Hikashop categories. >> At some point, after i go into the Template Manager, i now cannot get in >> to edit either template. >> I get this: >> >> *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to >> allocate 6859888 bytes) in * >> /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >> line *121* >> * >> * >> Please help! >> Thanks, >> Paul >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Fri Feb 3 16:27:20 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 03 Feb 2012 16:27:20 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: Message-ID: <4F2C5138.9000005@wolpow.com> It is a MySql issue, not a Joomla issue. Not sure if the Joomla user has the rights. SW On 2/3/2012 4:09 PM, David Roth wrote: > I handle memory limit increases for PHP in the php.ini file. Am I > missing something by it being cone in the configuration.php file? Thanks! > > David Roth > > > On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva > > wrote: > > In your configuration.php file, write on the very first line > > ini_mem('memory_limit','12M'); > > If it doesn't work, try to increase it. > > G'luck! > > 2012/1/31 paul elliott > > > Hello, > I made a copy of my default template and assigned it to a menu > item for Hikashop categories. > At some point, after i go into the Template Manager, i now > cannot get in to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes exhausted > (tried to allocate 6859888 bytes) in > */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Fri Feb 3 16:41:09 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Fri, 3 Feb 2012 19:41:09 -0200 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F2C5138.9000005@wolpow.com> References: <4F2C5138.9000005@wolpow.com> Message-ID: I dont know wether it's a MySQL issue or Joomla issue. What I can say is when that happened to me I made the change in configuration.php and things started working fine. Check this post in the Joomla forum. Hope it helps. http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 2012/2/3 Scott Wolpow > It is a MySql issue, not a Joomla issue. > Not sure if the Joomla user has the rights. > > SW > > > On 2/3/2012 4:09 PM, David Roth wrote: > > I handle memory limit increases for PHP in the php.ini file. Am I missing > something by it being cone in the configuration.php file? Thanks! > > David Roth > > > On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: > >> In your configuration.php file, write on the very first line >> >> ini_mem('memory_limit','12M'); >> >> If it doesn't work, try to increase it. >> >> G'luck! >> >> 2012/1/31 paul elliott >> >>> Hello, >>> I made a copy of my default template and assigned it to a menu item for >>> Hikashop categories. >>> At some point, after i go into the Template Manager, i now cannot get in >>> to edit either template. >>> I get this: >>> >>> *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried >>> to allocate 6859888 bytes) in * >>> /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >>> line *121* >>> * >>> * >>> Please help! >>> Thanks, >>> Paul >>> >>> > > _______________________________________________ > New York PHP SIG: Joomla! Mailing Listhttp://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Onlinehttp://www.nyphpcon.com > > Show Your Participation in New York PHPhttp://www.nyphp.org/show_participation.php > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Fri Feb 3 16:44:49 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Fri, 3 Feb 2012 13:44:49 -0800 (PST) Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: <4F2C5138.9000005@wolpow.com> Message-ID: <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> That's not "configuration.php".? That's the php configuration, which is php.ini.? Has nothing to do with Joomla or MySQL "configuration.php" is a file in the Joomla installation. ________________________________ From: Helv?cio da Silva To: NYPHP SIG: Joomla Sent: Friday, February 3, 2012 4:41 PM Subject: Re: [joomla] fatal error: allowed memory size I dont know wether it's a MySQL issue or Joomla issue. What I can say is when that happened to me I made the change in configuration.php and things started working fine. Check this post in the Joomla forum. Hope it helps. http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 2012/2/3 Scott Wolpow It is a MySql issue, not a Joomla issue. >Not sure if the Joomla user has the rights. > >SW > > >On 2/3/2012 4:09 PM, David Roth wrote: >I handle memory limit increases for PHP in the php.ini file. Am I missing something by it being cone in the configuration.php file? Thanks! >> >> >>David Roth >> >> >> >>On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: >> >>In your configuration.php file, write on the very first line >>> >>>ini_mem('memory_limit','12M'); >>> >>>If it doesn't work, try to increase it. >>> >>>G'luck! >>> >>> >>>2012/1/31 paul elliott >>> >>>Hello, >>>>I made a copy of my default template and assigned it to a menu item for Hikashop categories. >>>>At some point, after i go into the Template Manager, i now cannot get in to edit either template. >>>>I get this: >>>> >>>> >>>>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in?/home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php?on line?121 >>>> >>>> >>>>Please help! >>>>Thanks, >>>>Paul >>>> >> >> >>_______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php >_______________________________________________ >New York PHP SIG: Joomla! Mailing List >http://lists.nyphp.org/mailman/listinfo/joomla > >NYPHPCon 2006 Presentations Online >http://www.nyphpcon.com > >Show Your Participation in New York PHP >http://www.nyphp.org/show_participation.php > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From contact at chrisfrench.me Fri Feb 3 16:49:50 2012 From: contact at chrisfrench.me (Chris French) Date: Fri, 3 Feb 2012 11:49:50 -1000 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> Message-ID: <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> You can also set the Memory limit inside of a php script, but the better place to do it is in the php.ini file as Donna pointed out. ini_set('memory_limit', '64M'); should in most servers give you the increase in memory this can be good for testing Chris On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: > That's not "configuration.php". That's the php configuration, which is php.ini. Has nothing to do with Joomla or MySQL > > "configuration.php" is a file in the Joomla installation. > > From: Helv?cio da Silva > To: NYPHP SIG: Joomla > Sent: Friday, February 3, 2012 4:41 PM > Subject: Re: [joomla] fatal error: allowed memory size > > I dont know wether it's a MySQL issue or Joomla issue. > > What I can say is when that happened to me I made the change in configuration.php and things started working fine. > > Check this post in the Joomla forum. Hope it helps. > > http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 > > 2012/2/3 Scott Wolpow > It is a MySql issue, not a Joomla issue. > Not sure if the Joomla user has the rights. > > SW > > > On 2/3/2012 4:09 PM, David Roth wrote: >> I handle memory limit increases for PHP in the php.ini file. Am I missing something by it being cone in the configuration.php file? Thanks! >> >> David Roth >> >> >> On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: >> In your configuration.php file, write on the very first line >> >> ini_mem('memory_limit','12M'); >> >> If it doesn't work, try to increase it. >> >> G'luck! >> >> 2012/1/31 paul elliott >> Hello, >> I made a copy of my default template and assigned it to a menu item for Hikashop categories. >> At some point, after i go into the Template Manager, i now cannot get in to edit either template. >> I get this: >> >> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 >> >> Please help! >> Thanks, >> Paul >> >> >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > > > -- > Helvecio "Elvis" da Silva > Rio de Janeiro - Brasil - helvecio.rj at gmail.com > http://www.helvecio.com - http://blog.helvecio.com > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Fri Feb 3 17:03:53 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 03 Feb 2012 17:03:53 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> Message-ID: <4F2C59C9.1000001@wolpow.com> Yes, for php mem limits, but that error can also be caused and cured by changing the my.cnf file. The mem limit is from the DB. SW On 2/3/2012 4:49 PM, Chris French wrote: > You can also set the Memory limit inside of a php script, but the > better place to do it is in the php.ini file as Donna pointed out. > > ini_set('memory_limit', '64M'); > > should in most servers give you the increase in memory this can be > good for testing > > Chris > On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: > >> That's not "configuration.php". That's the php configuration, which >> is php.ini. Has nothing to do with Joomla or MySQL >> >> "configuration.php" is a file in the Joomla installation. >> >> ------------------------------------------------------------------------ >> *From:* Helv?cio da Silva > > >> *To:* NYPHP SIG: Joomla > > >> *Sent:* Friday, February 3, 2012 4:41 PM >> *Subject:* Re: [joomla] fatal error: allowed memory size >> >> I dont know wether it's a MySQL issue or Joomla issue. >> >> What I can say is when that happened to me I made the change in >> configuration.php and things started working fine. >> >> Check this post in the Joomla forum. Hope it helps. >> >> http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 >> >> >> 2012/2/3 Scott Wolpow > >> >> It is a MySql issue, not a Joomla issue. >> Not sure if the Joomla user has the rights. >> >> SW >> >> >> On 2/3/2012 4:09 PM, David Roth wrote: >>> I handle memory limit increases for PHP in the php.ini file. Am >>> I missing something by it being cone in the configuration.php >>> file? Thanks! >>> >>> David Roth >>> >>> >>> On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva >>> > wrote: >>> >>> In your configuration.php file, write on the very first line >>> >>> ini_mem('memory_limit','12M'); >>> >>> If it doesn't work, try to increase it. >>> >>> G'luck! >>> >>> 2012/1/31 paul elliott >> > >>> >>> Hello, >>> I made a copy of my default template and assigned it to >>> a menu item for Hikashop categories. >>> At some point, after i go into the Template Manager, i >>> now cannot get in to edit either template. >>> I get this: >>> >>> *Fatal error*: Allowed memory size of 33554432 bytes >>> exhausted (tried to allocate 6859888 bytes) in >>> */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >>> line *121* >>> * >>> * >>> Please help! >>> Thanks, >>> Paul >>> >>> >>> >>> _______________________________________________ >>> New York PHP SIG: Joomla! Mailing List >>> http://lists.nyphp.org/mailman/listinfo/joomla >>> >>> NYPHPCon 2006 Presentations Online >>> http://www.nyphpcon.com >>> >>> Show Your Participation in New York PHP >>> http://www.nyphp.org/show_participation.php >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> >> >> >> >> -- >> Helvecio "Elvis" da Silva >> Rio de Janeiro - Brasil - helvecio.rj at gmail.com >> >> http://www.helvecio.com - http://blog.helvecio.com >> >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Feb 3 21:01:27 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 3 Feb 2012 21:01:27 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F2C59C9.1000001@wolpow.com> References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> Message-ID: Scott, I must be missing something. How do you know this error message could be database related and not just PHP? "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in * /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on line *121"* David Roth On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow wrote: > Yes, for php mem limits, but that error can also be caused and cured by > changing the my.cnf file. > The mem limit is from the DB. > > SW > > On 2/3/2012 4:49 PM, Chris French wrote: > > You can also set the Memory limit inside of a php script, but the better > place to do it is in the php.ini file as Donna pointed out. > > ini_set('memory_limit', '64M'); > > should in most servers give you the increase in memory this can be good > for testing > > Chris > On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: > > That's not "configuration.php". That's the php configuration, which is > php.ini. Has nothing to do with Joomla or MySQL > > "configuration.php" is a file in the Joomla installation. > > ------------------------------ > *From:* Helv?cio da Silva > *To:* NYPHP SIG: Joomla > *Sent:* Friday, February 3, 2012 4:41 PM > *Subject:* Re: [joomla] fatal error: allowed memory size > > I dont know wether it's a MySQL issue or Joomla issue. > > What I can say is when that happened to me I made the change in > configuration.php and things started working fine. > > Check this post in the Joomla forum. Hope it helps. > > > http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 > > 2012/2/3 Scott Wolpow > > It is a MySql issue, not a Joomla issue. > Not sure if the Joomla user has the rights. > > SW > > > On 2/3/2012 4:09 PM, David Roth wrote: > > I handle memory limit increases for PHP in the php.ini file. Am I > missing something by it being cone in the configuration.php file? Thanks! > > David Roth > > > On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: > > In your configuration.php file, write on the very first line > > ini_mem('memory_limit','12M'); > > If it doesn't work, try to increase it. > > G'luck! > > 2012/1/31 paul elliott > > Hello, > I made a copy of my default template and assigned it to a menu item for > Hikashop categories. > At some point, after i go into the Template Manager, i now cannot get in > to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to > allocate 6859888 bytes) in * > /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Fri Feb 3 21:11:02 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Fri, 3 Feb 2012 21:11:02 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> Message-ID: I'm fairly certain this is a PHP issue. See http://drupal.org/node/76156, for example. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Fri, Feb 3, 2012 at 9:01 PM, David Roth wrote: > Scott, I must be missing something. How do you know this error message > could be database related and not just PHP? > > "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried to > allocate 6859888 bytes) in * > /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121"* > > David Roth > > > > On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow wrote: > >> Yes, for php mem limits, but that error can also be caused and cured by >> changing the my.cnf file. >> The mem limit is from the DB. >> >> SW >> >> On 2/3/2012 4:49 PM, Chris French wrote: >> >> You can also set the Memory limit inside of a php script, but the better >> place to do it is in the php.ini file as Donna pointed out. >> >> ini_set('memory_limit', '64M'); >> >> should in most servers give you the increase in memory this can be good >> for testing >> >> Chris >> On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: >> >> That's not "configuration.php". That's the php configuration, which >> is php.ini. Has nothing to do with Joomla or MySQL >> >> "configuration.php" is a file in the Joomla installation. >> >> ------------------------------ >> *From:* Helv?cio da Silva >> *To:* NYPHP SIG: Joomla >> *Sent:* Friday, February 3, 2012 4:41 PM >> *Subject:* Re: [joomla] fatal error: allowed memory size >> >> I dont know wether it's a MySQL issue or Joomla issue. >> >> What I can say is when that happened to me I made the change in >> configuration.php and things started working fine. >> >> Check this post in the Joomla forum. Hope it helps. >> >> >> http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 >> >> 2012/2/3 Scott Wolpow >> >> It is a MySql issue, not a Joomla issue. >> Not sure if the Joomla user has the rights. >> >> SW >> >> >> On 2/3/2012 4:09 PM, David Roth wrote: >> >> I handle memory limit increases for PHP in the php.ini file. Am I >> missing something by it being cone in the configuration.php file? Thanks! >> >> David Roth >> >> >> On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: >> >> In your configuration.php file, write on the very first line >> >> ini_mem('memory_limit','12M'); >> >> If it doesn't work, try to increase it. >> >> G'luck! >> >> 2012/1/31 paul elliott >> >> Hello, >> I made a copy of my default template and assigned it to a menu item for >> Hikashop categories. >> At some point, after i go into the Template Manager, i now cannot get in >> to edit either template. >> I get this: >> >> *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried >> to allocate 6859888 bytes) in * >> /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >> line *121* >> * >> * >> Please help! >> Thanks, >> Paul >> >> > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Fri Feb 3 21:21:56 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 03 Feb 2012 21:21:56 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> Message-ID: <4F2C9644.1040805@wolpow.com> It is a php.ini issue, sorry have a bad cold. There is a similar error involving MySql. It comes from a search that has too many queries or joins. The MBString can cause that sometimes. Since you are on a shared platform, you must call support. The Apache server has to be restarted to take effect. On a dedicated server or VPS it is a simple service httpd restart In your environment you may have something in your cPanel. This is why shared is baaad. SW On 2/3/2012 9:01 PM, David Roth wrote: > Scott, I must be missing something. How do you know this error message > could be database related and not just PHP? > > "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried > to allocate 6859888 bytes) in > */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121"* > > David Roth > > > > On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow > wrote: > > Yes, for php mem limits, but that error can also be caused and > cured by changing the my.cnf file. > The mem limit is from the DB. > > SW > > On 2/3/2012 4:49 PM, Chris French wrote: >> You can also set the Memory limit inside of a php script, but the >> better place to do it is in the php.ini file as Donna pointed out. >> >> ini_set('memory_limit', '64M'); >> >> should in most servers give you the increase in memory this can >> be good for testing >> >> Chris >> On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: >> >>> That's not "configuration.php". That's the php configuration, >>> which is php.ini. Has nothing to do with Joomla or MySQL >>> >>> "configuration.php" is a file in the Joomla installation. >>> >>> ------------------------------------------------------------------------ >>> *From:* Helv?cio da Silva >> > >>> *To:* NYPHP SIG: Joomla >> > >>> *Sent:* Friday, February 3, 2012 4:41 PM >>> *Subject:* Re: [joomla] fatal error: allowed memory size >>> >>> I dont know wether it's a MySQL issue or Joomla issue. >>> >>> What I can say is when that happened to me I made the change in >>> configuration.php and things started working fine. >>> >>> Check this post in the Joomla forum. Hope it helps. >>> >>> http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 >>> >>> >>> 2012/2/3 Scott Wolpow > >>> >>> It is a MySql issue, not a Joomla issue. >>> Not sure if the Joomla user has the rights. >>> >>> SW >>> >>> >>> On 2/3/2012 4:09 PM, David Roth wrote: >>>> I handle memory limit increases for PHP in the php.ini >>>> file. Am I missing something by it being cone in the >>>> configuration.php file? Thanks! >>>> >>>> David Roth >>>> >>>> >>>> On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva >>>> > wrote: >>>> >>>> In your configuration.php file, write on the very first >>>> line >>>> >>>> ini_mem('memory_limit','12M'); >>>> >>>> If it doesn't work, try to increase it. >>>> >>>> G'luck! >>>> >>>> 2012/1/31 paul elliott >>> > >>>> >>>> Hello, >>>> I made a copy of my default template and assigned >>>> it to a menu item for Hikashop categories. >>>> At some point, after i go into the Template >>>> Manager, i now cannot get in to edit either template. >>>> I get this: >>>> >>>> *Fatal error*: Allowed memory size of 33554432 >>>> bytes exhausted (tried to allocate 6859888 bytes) >>>> in >>>> */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >>>> line *121* >>>> * >>>> * >>>> Please help! >>>> Thanks, >>>> Paul >>>> > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Feb 3 21:50:13 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 3 Feb 2012 21:50:13 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F2C9644.1040805@wolpow.com> References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> <4F2C9644.1040805@wolpow.com> Message-ID: Feel better and very soon, Scott! I've not run into a problem with memory issues on MySQL, thanks for explaining it. Something to certainly watch out for. The most daring change I've made to my.cnf file is to move the MySQL databases to an eSATA RAID. On shared hosting services, like Hostgator, you can copy the /etc/php.ini locally to your account and make whatever changes you need to make Joomla happy for installation and increase the memory limit. You can also use .htaccess to override those things as well. In the CPANEL there are additional options for PHP. The server on Hostgator doesn't need to be re-started for them to take effect. I forget what configuration of PHP they are using to achieve this. I know on my own CentOS server, I do have to restart httpd. I think it has to do with some option on PHP at compile time (of PHP itself) if you want things to take immediate effect or not. Shared hosting can have its limits, and often times you don't know what they might even be until you start doing production. There is usually a work around but sometimes the limits aren't even documented. David Roth On Fri, Feb 3, 2012 at 9:21 PM, Scott Wolpow wrote: > It is a php.ini issue, sorry have a bad cold. > > > There is a similar error involving MySql. > It comes from a search that has too many queries or joins. > The MBString can cause that sometimes. > > Since you are on a shared platform, you must call support. > > The Apache server has to be restarted to take effect. > > On a dedicated server or VPS it is a simple service httpd restart > In your environment you may have something in your cPanel. > > This is why shared is baaad. > > SW > On 2/3/2012 9:01 PM, David Roth wrote: > > Scott, I must be missing something. How do you know this error message > could be database related and not just PHP? > > "*Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried > to allocate 6859888 bytes) in * > /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121"* > > David Roth > > > > On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow wrote: > >> Yes, for php mem limits, but that error can also be caused and cured by >> changing the my.cnf file. >> The mem limit is from the DB. >> >> SW >> >> On 2/3/2012 4:49 PM, Chris French wrote: >> >> You can also set the Memory limit inside of a php script, but the better >> place to do it is in the php.ini file as Donna pointed out. >> >> ini_set('memory_limit', '64M'); >> >> should in most servers give you the increase in memory this can be good >> for testing >> >> Chris >> On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: >> >> That's not "configuration.php". That's the php configuration, which >> is php.ini. Has nothing to do with Joomla or MySQL >> >> "configuration.php" is a file in the Joomla installation. >> >> ------------------------------ >> *From:* Helv?cio da Silva >> *To:* NYPHP SIG: Joomla >> *Sent:* Friday, February 3, 2012 4:41 PM >> *Subject:* Re: [joomla] fatal error: allowed memory size >> >> I dont know wether it's a MySQL issue or Joomla issue. >> >> What I can say is when that happened to me I made the change in >> configuration.php and things started working fine. >> >> Check this post in the Joomla forum. Hope it helps. >> >> >> http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 >> >> 2012/2/3 Scott Wolpow >> >> It is a MySql issue, not a Joomla issue. >> Not sure if the Joomla user has the rights. >> >> SW >> >> >> On 2/3/2012 4:09 PM, David Roth wrote: >> >> I handle memory limit increases for PHP in the php.ini file. Am I >> missing something by it being cone in the configuration.php file? Thanks! >> >> David Roth >> >> >> On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: >> >> In your configuration.php file, write on the very first line >> >> ini_mem('memory_limit','12M'); >> >> If it doesn't work, try to increase it. >> >> G'luck! >> >> 2012/1/31 paul elliott >> >> Hello, >> I made a copy of my default template and assigned it to a menu item for >> Hikashop categories. >> At some point, after i go into the Template Manager, i now cannot get in >> to edit either template. >> I get this: >> >> *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried >> to allocate 6859888 bytes) in * >> /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >> line *121* >> * >> * >> Please help! >> Thanks, >> Paul >> >> > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing Listhttp://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Onlinehttp://www.nyphpcon.com > > Show Your Participation in New York PHPhttp://www.nyphp.org/show_participation.php > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Fri Feb 3 22:00:21 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 03 Feb 2012 22:00:21 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> <4F2C9644.1040805@wolpow.com> Message-ID: <4F2C9F45.8060601@wolpow.com> Thanks, feeling better already. When you save the change in Cpanel, it restarts the service. HostGator, GoDaddy and many others do not publish their real conflagrations. Even when you do a php info page. We have been playing with Varnish to speed up the sites and when there is a need, we will write a 'pressflow' like system for Joomla. It may be a Joomla Fork. It will depend on what direction a project goes in. I got tired of other peoples machines so I now have my own NOC in Tarrytown. Our hosting is by invite only. SW On 2/3/2012 9:50 PM, David Roth wrote: > Feel better and very soon, Scott! > > I've not run into a problem with memory issues on MySQL, thanks for > explaining it. Something to certainly watch out for. The most daring > change I've made to my.cnf file is to move the MySQL databases to an > eSATA RAID. > > On shared hosting services, like Hostgator, you can copy the > /etc/php.ini locally to your account and make whatever changes you > need to make Joomla happy for installation and increase the memory > limit. You can also use .htaccess to override those things as well. In > the CPANEL there are additional options for PHP. The server on > Hostgator doesn't need to be re-started for them to take effect. I > forget what configuration of PHP they are using to achieve this. I > know on my own CentOS server, I do have to restart httpd. I think it > has to do with some option on PHP at compile time (of PHP itself) if > you want things to take immediate effect or not. > > Shared hosting can have its limits, and often times you don't know > what they might even be until you start doing production. There is > usually a work around but sometimes the limits aren't even documented. > > David Roth > > On Fri, Feb 3, 2012 at 9:21 PM, Scott Wolpow > wrote: > > It is a php.ini issue, sorry have a bad cold. > > > There is a similar error involving MySql. > It comes from a search that has too many queries or joins. > The MBString can cause that sometimes. > > Since you are on a shared platform, you must call support. > > The Apache server has to be restarted to take effect. > > On a dedicated server or VPS it is a simple service httpd restart > In your environment you may have something in your cPanel. > > This is why shared is baaad. > > SW > On 2/3/2012 9:01 PM, David Roth wrote: >> Scott, I must be missing something. How do you know this error >> message could be database related and not just PHP? >> >> "*Fatal error*: Allowed memory size of 33554432 bytes exhausted >> (tried to allocate 6859888 bytes) in >> */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >> line *121"* >> >> David Roth >> >> >> >> On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow > > wrote: >> >> Yes, for php mem limits, but that error can also be caused >> and cured by changing the my.cnf file. >> The mem limit is from the DB. >> >> SW >> >> On 2/3/2012 4:49 PM, Chris French wrote: >>> You can also set the Memory limit inside of a php script, >>> but the better place to do it is in the php.ini file as >>> Donna pointed out. >>> >>> ini_set('memory_limit', '64M'); >>> >>> should in most servers give you the increase in memory this >>> can be good for testing >>> >>> Chris >>> On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: >>> >>>> That's not "configuration.php". That's the php >>>> configuration, which is php.ini. Has nothing to do with >>>> Joomla or MySQL >>>> >>>> "configuration.php" is a file in the Joomla installation. >>>> >>>> ------------------------------------------------------------------------ >>>> *From:* Helv?cio da Silva >>> > >>>> *To:* NYPHP SIG: Joomla >>> > >>>> *Sent:* Friday, February 3, 2012 4:41 PM >>>> *Subject:* Re: [joomla] fatal error: allowed memory size >>>> >>>> I dont know wether it's a MySQL issue or Joomla issue. >>>> >>>> What I can say is when that happened to me I made the >>>> change in configuration.php and things started working fine. >>>> >>>> Check this post in the Joomla forum. Hope it helps. >>>> >>>> http://forum.joomla.org/viewtopic.php?f=32&t=246541&p=1129624&hilit=increase+memory+limit#p1129457 >>>> >>>> >>>> 2012/2/3 Scott Wolpow >>> > >>>> >>>> It is a MySql issue, not a Joomla issue. >>>> Not sure if the Joomla user has the rights. >>>> >>>> SW >>>> >>>> >>>> On 2/3/2012 4:09 PM, David Roth wrote: >>>>> I handle memory limit increases for PHP in the php.ini >>>>> file. Am I missing something by it being cone in the >>>>> configuration.php file? Thanks! >>>>> >>>>> David Roth >>>>> >>>>> >>>>> On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva >>>>> > >>>>> wrote: >>>>> >>>>> In your configuration.php file, write on the very >>>>> first line >>>>> >>>>> ini_mem('memory_limit','12M'); >>>>> >>>>> If it doesn't work, try to increase it. >>>>> >>>>> G'luck! >>>>> >>>>> 2012/1/31 paul elliott >>>> > >>>>> >>>>> Hello, >>>>> I made a copy of my default template and >>>>> assigned it to a menu item for Hikashop >>>>> categories. >>>>> At some point, after i go into the Template >>>>> Manager, i now cannot get in to edit either >>>>> template. >>>>> I get this: >>>>> >>>>> *Fatal error*: Allowed memory size of 33554432 >>>>> bytes exhausted (tried to allocate 6859888 >>>>> bytes) in >>>>> */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on >>>>> line *121* >>>>> * >>>>> * >>>>> Please help! >>>>> Thanks, >>>>> Paul >>>>> >> >> >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From ralfalla at gmail.com Sat Feb 4 10:40:25 2012 From: ralfalla at gmail.com (Roberto A Alfalla) Date: Sat, 4 Feb 2012 10:40:25 -0500 Subject: [joomla] Hosting Question Message-ID: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> Hi, Im new to Joomla but I have a Site up already and Im learning the ropes. I'm not happy with Network Solutions as a hosting provider. Can anyone suggest a good provider for Joomla Sites? Best, Roberto From lfranklin88 at verizon.net Sat Feb 4 10:52:29 2012 From: lfranklin88 at verizon.net (lfranklin88 at verizon.net) Date: Sat, 4 Feb 2012 15:52:29 +0000 Subject: [joomla] Hosting Question Message-ID: <1167466628-1328370750-cardhu_decombobulator_blackberry.rim.net-1535999197-@b17.c4.bise6.blackberry> Just curious why you don't like Network Solutions-- I am also new to Joomla and use them also! ------Original Message------ From: Roberto A Alfalla Sender: joomla-bounces at lists.nyphp.org To: joomla at lists.nyphp.org ReplyTo: NYPHP SIG: Joomla Subject: [joomla] Hosting Question Sent: Feb 4, 2012 10:40 AM Hi, Im new to Joomla but I have a Site up already and Im learning the ropes. I'm not happy with Network Solutions as a hosting provider. Can anyone suggest a good provider for Joomla Sites? Best, Roberto _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php Sent from my Verizon Wireless BlackBerry From donnamarievincent at yahoo.com Sat Feb 4 10:54:49 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Sat, 4 Feb 2012 07:54:49 -0800 (PST) Subject: [joomla] Hosting Question In-Reply-To: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> References: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> Message-ID: <1328370889.15626.YahooMailNeo@web35605.mail.mud.yahoo.com> I have tried several different hosting companies over the years (since 2004) and the one I keep coming back to is Hostgator.? I have been disappointed by all the others.? The only other one I like is Imageleet if you need hosting that supports video processing.? Hostgator's support is very responsive and is available 24/7 via online chat and email.? And the pricing is excellent. ________________________________ From: Roberto A Alfalla To: joomla at lists.nyphp.org Sent: Saturday, February 4, 2012 10:40 AM Subject: [joomla] Hosting Question Hi, ??? Im new to Joomla but I have a Site up already and Im learning the ropes. I'm not happy with Network Solutions as a hosting provider. Can anyone suggest a good provider for Joomla Sites? Best, Roberto _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From tjasonis at gmail.com Sat Feb 4 10:56:14 2012 From: tjasonis at gmail.com (Thad Jasonis) Date: Sat, 4 Feb 2012 10:56:14 -0500 Subject: [joomla] Hosting Question In-Reply-To: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> References: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> Message-ID: Yes. I reccomend hostofthecentury.com. It is my godaddy reseller site and I'm hosting both Joomla and WordPress sites with it and have zero problems. Plus, if you need any help with it, I can take care of that. If you're interested let me know. Also, using Linux for CMS hosting is the best choice. Thanks, Thad Jasonis On Feb 4, 2012 10:40 AM, "Roberto A Alfalla" wrote: > Hi, > > Im new to Joomla but I have a Site up already and Im learning the > ropes. > I'm not happy with Network Solutions as a hosting provider. > > Can anyone suggest a good provider for Joomla Sites? > > Best, > > Roberto > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From oz.sutcliffe at gmail.com Sat Feb 4 10:59:18 2012 From: oz.sutcliffe at gmail.com (ozzie sutcliffe) Date: Sat, 4 Feb 2012 10:59:18 -0500 Subject: [joomla] Hosting Question In-Reply-To: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> References: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> Message-ID: I use JTL.net virtual servers , never down, and 24 x 7 tech support from Ohio so the folks speak english. I only every need support for thing i have screwed up ( on the linux side playing ) and always very responsive. oZ On Sat, Feb 4, 2012 at 10:40 AM, Roberto A Alfalla wrote: > Hi, > > ? ? ? ?Im new to Joomla but I have a Site up already and Im learning the ropes. > I'm not happy with Network Solutions as a hosting provider. > > Can anyone suggest a good provider for Joomla Sites? > > Best, > > Roberto > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From rolan at omnistep.com Sat Feb 4 11:43:37 2012 From: rolan at omnistep.com (Rolan Yang) Date: Sat, 04 Feb 2012 11:43:37 -0500 Subject: [joomla] Hosting Question In-Reply-To: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> References: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> Message-ID: <4F2D6039.3070309@omnistep.com> I was looking into phpfog.com a few weeks ago. Interesting concept. You don't pay by the server, but by the pre-configured website (they call it "apps"). First 3 apps/websites are free, but if you want you own custom domain name it is $5/mo. You click "create", then the "joomla" button, select a login/password, and a fresh blank joomla site is ready for you in 1 minute. It's sort of like a managed website hosting. You don't worry about keeping the server/ operating system up and running, just the Joomla. This seems like it would be good for testing Joomla or other popular apps for free, or simple cheap low traffic hosting. I haven't committed to buying anything from them yet, but found their whole "cloud hosting" concept was interesting. ~Rolan On 2/4/2012 10:40 AM, Roberto A Alfalla wrote: > Hi, > > Im new to Joomla but I have a Site up already and Im learning the ropes. > I'm not happy with Network Solutions as a hosting provider. > > Can anyone suggest a good provider for Joomla Sites? > > Best, > > Roberto > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From scott at wolpow.com Sat Feb 4 11:52:42 2012 From: scott at wolpow.com (scott at wolpow.com) Date: Sat, 4 Feb 2012 11:52:42 -0500 Subject: [joomla] Joomla Day Weekend Volunteers Needed In-Reply-To: References: <1971A5C8-C34C-4BAD-8208-DCF67AC92328@gmail.com> Message-ID: <88b4bc91e7f07399b209926eb09f3c40.squirrel@mail.prebilt.com> We need volunteers for our annual Joomla Day Weekend, in Sept./Oct 2012. (This is not for Joomla Camp) We are creating a list of venues and will visit them. Active volunteers will get a discount to the event and special swag. Please only volunteer if you will commit the time. Too many people mean well, but never do what they promise. This causes delays in planning as some one else now has to do your work. What is needed right now: 1) Finding and visiting venues 2) Site design Please concoct me off list, to cut down on emails. Thanks Scott Wolpow Tri-Chair Joomla Day Weekend From helvecio.rj at gmail.com Sun Feb 5 09:50:18 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Sun, 5 Feb 2012 12:50:18 -0200 Subject: [joomla] Master's degree Message-ID: Hi everyone! The reason I write is that I intend to start my Masters next year and I'd like to ask for information. I'd like to ask: - Is anyone researching academically Joomla? - Does anyone know someone who is researching content management systems and, more specifically, Joomla? I'll appreciate any information. Best regards! -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From blenkey at comcast.net Sun Feb 5 12:09:16 2012 From: blenkey at comcast.net (blenkey at comcast.net) Date: Sun, 5 Feb 2012 17:09:16 +0000 (UTC) Subject: [joomla] Hosting Question In-Reply-To: Message-ID: <938667946.967599.1328461756833.JavaMail.root@sz0017a.westchester.pa.mail.comcast.net> Rochen is great. Tech support is quick and great. Have only ever needed it to correct something where I screwed up! ----- Original Message ----- From: "ozzie sutcliffe" To: "NYPHP SIG: Joomla" Sent: Saturday, February 4, 2012 10:59:18 AM Subject: Re: [joomla] Hosting Question I use JTL.net virtual servers , never down, and 24 x 7 tech support from Ohio so the folks speak english. I only every need support for thing i have screwed up ( on the linux side playing ) and always very responsive. oZ On Sat, Feb 4, 2012 at 10:40 AM, Roberto A Alfalla wrote: > Hi, > > Im new to Joomla but I have a Site up already and Im learning the ropes. > I'm not happy with Network Solutions as a hosting provider. > > Can anyone suggest a good provider for Joomla Sites? > > Best, > > Roberto > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Sun Feb 5 12:46:04 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Sun, 5 Feb 2012 09:46:04 -0800 (PST) Subject: [joomla] Hosting Question In-Reply-To: <938667946.967599.1328461756833.JavaMail.root@sz0017a.westchester.pa.mail.comcast.net> References: <938667946.967599.1328461756833.JavaMail.root@sz0017a.westchester.pa.mail.comcast.net> Message-ID: <1328463964.44289.YahooMailNeo@web35607.mail.mud.yahoo.com> Maybe compared to some really bad hosts, but not compared to Hostgator. ________________________________ From: "blenkey at comcast.net" To: NYPHP SIG: Joomla Sent: Sunday, February 5, 2012 12:09 PM Subject: Re: [joomla] Hosting Question Rochen is great. Tech support is quick and great. Have only ever needed it to correct something where I screwed up! ________________________________ From: "ozzie sutcliffe" To: "NYPHP SIG: Joomla" Sent: Saturday, February 4, 2012 10:59:18 AM Subject: Re: [joomla] Hosting Question I use JTL.net virtual servers , never down, and 24 x 7 tech support from Ohio so the folks speak english. I only every need support for thing i have screwed up ( on the linux side playing ) and always very responsive. oZ On Sat, Feb 4, 2012 at 10:40 AM, Roberto A Alfalla wrote: > Hi, > > ? ? ? ?Im new to Joomla but I have a Site up already and Im learning the ropes. > I'm not happy with Network Solutions as a hosting provider. > > Can anyone suggest a good provider for Joomla Sites? > > Best, > > Roberto > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Mon Feb 6 13:19:10 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Mon, 6 Feb 2012 19:19:10 +0100 Subject: [joomla] Hosting Question In-Reply-To: <1167466628-1328370750-cardhu_decombobulator_blackberry.rim.net-1535999197-@b17.c4.bise6.blackberry> References: <1167466628-1328370750-cardhu_decombobulator_blackberry.rim.net-1535999197-@b17.c4.bise6.blackberry> Message-ID: <007601cce4fb$d36d1f50$7a475df0$@gmail.com> Hi there, I have pretty limited experience with Network Solution and their .Net shopping cart. I did Not have ftp access to site and certain template weak points we needed to solved by JavaScript. They were expensive regarding what they offer. For Joomla it is good Go Daddy hosting, some persons I know say that Go Daddy is slow (shared hosting, one server computer for many sites). If you want fast Go Daddy hosting you need to purchase virtual server ($46 instead of $14 per month): http://www.godaddy.com/hosting/web-hosting.aspx?ci=9009 Good hosting is also: http://www.ipower.com/ipower/index.bml It allows you to edit php.ini, has CPanel. It is good to ask how many simultaneous files downloads hosting offers per browser ip. One Hosting was allowing only 6 browsers connections at time, to be more secure against attacks But that appears to be limitation for shopping cart of my client because his site was loading slow. Best?regards, Sasa -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of lfranklin88 at verizon.net Sent: Saturday, February 04, 2012 4:52 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] Hosting Question Just curious why you don't like Network Solutions-- I am also new to Joomla and use them also! ------Original Message------ From: Roberto A Alfalla Sender: joomla-bounces at lists.nyphp.org To: joomla at lists.nyphp.org ReplyTo: NYPHP SIG: Joomla Subject: [joomla] Hosting Question Sent: Feb 4, 2012 10:40 AM Hi, Im new to Joomla but I have a Site up already and Im learning the ropes. I'm not happy with Network Solutions as a hosting provider. Can anyone suggest a good provider for Joomla Sites? Best, Roberto _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php Sent from my Verizon Wireless BlackBerry _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php From donnamarievincent at yahoo.com Mon Feb 6 13:29:51 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Mon, 6 Feb 2012 10:29:51 -0800 (PST) Subject: [joomla] Hosting Question In-Reply-To: <007601cce4fb$d36d1f50$7a475df0$@gmail.com> References: <1167466628-1328370750-cardhu_decombobulator_blackberry.rim.net-1535999197-@b17.c4.bise6.blackberry> <007601cce4fb$d36d1f50$7a475df0$@gmail.com> Message-ID: <1328552991.88277.YahooMailNeo@web35608.mail.mud.yahoo.com> Everyone knows Godaddy is one of the worst hosts around.? Every client I've had who was on Godaddy was hacked badly. If you look at Mike Carson's presentation on Joomla Security (presented at NYC JoomlaDay 2011) http://www.slideshare.net/carson3511/securing-your-joomla-website, you will see he lists 4 hosts to absolutely stay away from:? Godaddy, dreamhost, siteground and yahoo. ________________________________ From: Sasa Rakic - Gmail To: 'NYPHP SIG: Joomla' Sent: Monday, February 6, 2012 1:19 PM Subject: Re: [joomla] Hosting Question Hi there, I have pretty limited experience with Network Solution and their .Net shopping cart. I did Not have ftp access to site and certain template weak points we needed to solved by JavaScript. They were expensive regarding what they offer. For Joomla it is good Go Daddy hosting, some persons I know say that Go Daddy is slow (shared hosting, one server computer for many sites). If you want fast Go Daddy hosting you need to purchase virtual server ($46 instead of $14 per month): http://www.godaddy.com/hosting/web-hosting.aspx?ci=9009 Good hosting is also: http://www.ipower.com/ipower/index.bml It allows you to edit php.ini, has CPanel. It is good to ask how many simultaneous files downloads hosting offers per browser ip. One Hosting was allowing only 6 browsers connections at time, to be more secure against attacks But that appears to be limitation for shopping cart of my client because his site was loading slow. Best?regards, Sasa -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of lfranklin88 at verizon.net Sent: Saturday, February 04, 2012 4:52 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] Hosting Question Just curious why you don't like Network Solutions-- I am also new to Joomla and use them also! ------Original Message------ From: Roberto A Alfalla Sender: joomla-bounces at lists.nyphp.org To: joomla at lists.nyphp.org ReplyTo: NYPHP SIG: Joomla Subject: [joomla] Hosting Question Sent: Feb 4, 2012 10:40 AM Hi, ??? Im new to Joomla but I have a Site up already and Im learning the ropes. I'm not happy with Network Solutions as a hosting provider. Can anyone suggest a good provider for Joomla Sites? Best, Roberto _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php Sent from my Verizon Wireless BlackBerry _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Mon Feb 6 14:36:07 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Mon, 6 Feb 2012 20:36:07 +0100 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F2C9F45.8060601@wolpow.com> References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> <4F2C9644.1040805@wolpow.com> <4F2C9F45.8060601@wolpow.com> Message-ID: <013a01cce506$93477500$b9d65f00$@gmail.com> Hi there, In most cases memory limit is reached when classes and code from database Allocated to many memory. This can be increased by changing php.ini file, If php.ini is not available, setting can be changed from PHP code, example: php.ini max_execution_time = 30 max_input_time = 60; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) ; Maximum size of POST data that PHP will accept. post_max_size = 128M ; Maximum allowed size for uploaded files. upload_max_filesize = 256M PHP code: ini_set("display_errors","1"); ini_set("error_reporting",E_ALL); ini_set("memory_limit", "128M"); ini_set("post_max_size", "128M"); ini_set("upload_max_filesize", "128M"); In most of my projects I am adding Custom error handler, attached. It will be good to copy/paste in index.php file. It shows error In browser like: Error occurred in php file at line .error message is . And it also saves error into /_errors.log.txt so you can over FTP see Error that occurred when visitors has browsed site and date and time of error. $backtrace = debug_backtrace(); In attached code is used to show error in browser like this: Error occurred in: .Filename.class.php at line 78 .Previous Filename.class.php at line 178 .Previous 2nd Filename.class.php at line 88 etc So you will know what scripts/functions/classes has consumed memory. Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Scott Wolpow Sent: Saturday, February 04, 2012 4:00 AM To: NYPHP at lists.nyphp.org; SIG at lists.nyphp.org:Joomla Subject: Re: [joomla] fatal error: allowed memory size Thanks, feeling better already. When you save the change in Cpanel, it restarts the service. HostGator, GoDaddy and many others do not publish their real conflagrations. Even when you do a php info page. We have been playing with Varnish to speed up the sites and when there is a need, we will write a 'pressflow' like system for Joomla. It may be a Joomla Fork. It will depend on what direction a project goes in. I got tired of other peoples machines so I now have my own NOC in Tarrytown. Our hosting is by invite only. SW On 2/3/2012 9:50 PM, David Roth wrote: Feel better and very soon, Scott! I've not run into a problem with memory issues on MySQL, thanks for explaining it. Something to certainly watch out for. The most daring change I've made to my.cnf file is to move the MySQL databases to an eSATA RAID. On shared hosting services, like Hostgator, you can copy the /etc/php.ini locally to your account and make whatever changes you need to make Joomla happy for installation and increase the memory limit. You can also use .htaccess to override those things as well. In the CPANEL there are additional options for PHP. The server on Hostgator doesn't need to be re-started for them to take effect. I forget what configuration of PHP they are using to achieve this. I know on my own CentOS server, I do have to restart httpd. I think it has to do with some option on PHP at compile time (of PHP itself) if you want things to take immediate effect or not. Shared hosting can have its limits, and often times you don't know what they might even be until you start doing production. There is usually a work around but sometimes the limits aren't even documented. David Roth On Fri, Feb 3, 2012 at 9:21 PM, Scott Wolpow wrote: It is a php.ini issue, sorry have a bad cold. There is a similar error involving MySql. It comes from a search that has too many queries or joins. The MBString can cause that sometimes. Since you are on a shared platform, you must call support. The Apache server has to be restarted to take effect. On a dedicated server or VPS it is a simple service httpd restart In your environment you may have something in your cPanel. This is why shared is baaad. SW On 2/3/2012 9:01 PM, David Roth wrote: Scott, I must be missing something. How do you know this error message could be database related and not just PHP? "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121" David Roth On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow wrote: Yes, for php mem limits, but that error can also be caused and cured by changing the my.cnf file. The mem limit is from the DB. SW On 2/3/2012 4:49 PM, Chris French wrote: You can also set the Memory limit inside of a php script, but the better place to do it is in the php.ini file as Donna pointed out. ini_set('memory_limit', '64M'); should in most servers give you the increase in memory this can be good for testing Chris On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: That's not "configuration.php". That's the php configuration, which is php.ini. Has nothing to do with Joomla or MySQL "configuration.php" is a file in the Joomla installation. _____ From: Helv?cio da Silva To: NYPHP SIG: Joomla Sent: Friday, February 3, 2012 4:41 PM Subject: Re: [joomla] fatal error: allowed memory size I dont know wether it's a MySQL issue or Joomla issue. What I can say is when that happened to me I made the change in configuration.php and things started working fine. Check this post in the Joomla forum. Hope it helps. http://forum.joomla.org/viewtopic.php?f=32 &t=246541&p=1129624&hilit=increase+memory+limit#p1129457 2012/2/3 Scott Wolpow It is a MySql issue, not a Joomla issue. Not sure if the Joomla user has the rights. SW On 2/3/2012 4:09 PM, David Roth wrote: I handle memory limit increases for PHP in the php.ini file. Am I missing something by it being cone in the configuration.php file? Thanks! David Roth On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: In your configuration.php file, write on the very first line ini_mem('memory_limit','12M'); If it doesn't work, try to increase it. G'luck! 2012/1/31 paul elliott Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: setting.php Type: application/octet-stream Size: 5250 bytes Desc: not available URL: From rakics at gmail.com Mon Feb 6 14:38:33 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Mon, 6 Feb 2012 20:38:33 +0100 Subject: [joomla] FW: fatal error: allowed memory size References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> <4F2C9644.1040805@wolpow.com> <4F2C9F45.8060601@wolpow.com> Message-ID: <014901cce506$ea1263e0$be372ba0$@gmail.com> Hi there, In most cases memory limit is reached when classes and code from database Allocated to many memory. This can be increased by changing php.ini file, If php.ini is not available, setting can be changed from PHP code, example: php.ini max_execution_time = 30 max_input_time = 60; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) ; Maximum size of POST data that PHP will accept. post_max_size = 128M ; Maximum allowed size for uploaded files. upload_max_filesize = 256M PHP code: ini_set("display_errors","1"); ini_set("error_reporting",E_ALL); ini_set("memory_limit", "128M"); ini_set("post_max_size", "128M"); ini_set("upload_max_filesize", "128M"); In most of my projects I am adding Custom error handler, attached. It will be good to copy/paste in index.php file. It shows error In browser like: Error occurred in php file at line .error message is . And it also saves error into /_errors.log.txt so you can over FTP see Error that occurred when visitors has browsed site and date and time of error. $backtrace = debug_backtrace(); In attached code is used to show error in browser like this: Error occurred in: .Filename.class.php at line 78 .Previous Filename.class.php at line 178 .Previous 2nd Filename.class.php at line 88 etc So you will know what scripts/functions/classes has consumed memory. Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Scott Wolpow Sent: Saturday, February 04, 2012 4:00 AM To: NYPHP at lists.nyphp.org; SIG at lists.nyphp.org:Joomla Subject: Re: [joomla] fatal error: allowed memory size Thanks, feeling better already. When you save the change in Cpanel, it restarts the service. HostGator, GoDaddy and many others do not publish their real conflagrations. Even when you do a php info page. We have been playing with Varnish to speed up the sites and when there is a need, we will write a 'pressflow' like system for Joomla. It may be a Joomla Fork. It will depend on what direction a project goes in. I got tired of other peoples machines so I now have my own NOC in Tarrytown. Our hosting is by invite only. SW On 2/3/2012 9:50 PM, David Roth wrote: Feel better and very soon, Scott! I've not run into a problem with memory issues on MySQL, thanks for explaining it. Something to certainly watch out for. The most daring change I've made to my.cnf file is to move the MySQL databases to an eSATA RAID. On shared hosting services, like Hostgator, you can copy the /etc/php.ini locally to your account and make whatever changes you need to make Joomla happy for installation and increase the memory limit. You can also use .htaccess to override those things as well. In the CPANEL there are additional options for PHP. The server on Hostgator doesn't need to be re-started for them to take effect. I forget what configuration of PHP they are using to achieve this. I know on my own CentOS server, I do have to restart httpd. I think it has to do with some option on PHP at compile time (of PHP itself) if you want things to take immediate effect or not. Shared hosting can have its limits, and often times you don't know what they might even be until you start doing production. There is usually a work around but sometimes the limits aren't even documented. David Roth On Fri, Feb 3, 2012 at 9:21 PM, Scott Wolpow wrote: It is a php.ini issue, sorry have a bad cold. There is a similar error involving MySql. It comes from a search that has too many queries or joins. The MBString can cause that sometimes. Since you are on a shared platform, you must call support. The Apache server has to be restarted to take effect. On a dedicated server or VPS it is a simple service httpd restart In your environment you may have something in your cPanel. This is why shared is baaad. SW On 2/3/2012 9:01 PM, David Roth wrote: Scott, I must be missing something. How do you know this error message could be database related and not just PHP? "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121" David Roth On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow wrote: Yes, for php mem limits, but that error can also be caused and cured by changing the my.cnf file. The mem limit is from the DB. SW On 2/3/2012 4:49 PM, Chris French wrote: You can also set the Memory limit inside of a php script, but the better place to do it is in the php.ini file as Donna pointed out. ini_set('memory_limit', '64M'); should in most servers give you the increase in memory this can be good for testing Chris On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: That's not "configuration.php". That's the php configuration, which is php.ini. Has nothing to do with Joomla or MySQL "configuration.php" is a file in the Joomla installation. _____ From: Helv?cio da Silva To: NYPHP SIG: Joomla Sent: Friday, February 3, 2012 4:41 PM Subject: Re: [joomla] fatal error: allowed memory size I dont know wether it's a MySQL issue or Joomla issue. What I can say is when that happened to me I made the change in configuration.php and things started working fine. Check this post in the Joomla forum. Hope it helps. http://forum.joomla.org/viewtopic.php?f=32 &t=246541&p=1129624&hilit=increase+memory+limit#p1129457 2012/2/3 Scott Wolpow It is a MySql issue, not a Joomla issue. Not sure if the Joomla user has the rights. SW On 2/3/2012 4:09 PM, David Roth wrote: I handle memory limit increases for PHP in the php.ini file. Am I missing something by it being cone in the configuration.php file? Thanks! David Roth On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: In your configuration.php file, write on the very first line ini_mem('memory_limit','12M'); If it doesn't work, try to increase it. G'luck! 2012/1/31 paul elliott Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: setting.php Type: application/octet-stream Size: 5250 bytes Desc: not available URL: From rakics at neobee.net Mon Feb 6 14:52:15 2012 From: rakics at neobee.net (Sasa Rakic) Date: Mon, 6 Feb 2012 20:52:15 +0100 Subject: [joomla] FW: fatal error: allowed memory size References: <4F2C5138.9000005@wolpow.com> <1328305489.23223.YahooMailNeo@web35604.mail.mud.yahoo.com> <672C3784-981E-4C6D-BB1D-D87AC06F2280@chrisfrench.me> <4F2C59C9.1000001@wolpow.com> <4F2C9644.1040805@wolpow.com> <4F2C9F45.8060601@wolpow.com> Message-ID: <016b01cce508$d3f37a70$7bda6f50$@neobee.net> Hi there, In most cases memory limit is reached when classes and code from database Allocated to many memory. This can be increased by changing php.ini file, If php.ini is not available, setting can be changed from PHP code, example: php.ini max_execution_time = 30 max_input_time = 60; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) ; Maximum size of POST data that PHP will accept. post_max_size = 128M ; Maximum allowed size for uploaded files. upload_max_filesize = 256M PHP code: ini_set("display_errors","1"); ini_set("error_reporting",E_ALL); ini_set("memory_limit", "128M"); ini_set("post_max_size", "128M"); ini_set("upload_max_filesize", "128M"); In most of my projects I am adding Custom error handler, attached. It will be good to copy/paste in index.php file. It shows error In browser like: Error occurred in php file at line .error message is . And it also saves error into /_errors.log.txt so you can over FTP see Error that occurred when visitors has browsed site and date and time of error. $backtrace = debug_backtrace(); In attached code is used to show error in browser like this: Error occurred in: .Filename.class.php at line 78 .Previous Filename.class.php at line 178 .Previous 2nd Filename.class.php at line 88 etc So you will know what scripts/functions/classes has consumed memory. Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Scott Wolpow Sent: Saturday, February 04, 2012 4:00 AM To: NYPHP at lists.nyphp.org; SIG at lists.nyphp.org:Joomla Subject: Re: [joomla] fatal error: allowed memory size Thanks, feeling better already. When you save the change in Cpanel, it restarts the service. HostGator, GoDaddy and many others do not publish their real conflagrations. Even when you do a php info page. We have been playing with Varnish to speed up the sites and when there is a need, we will write a 'pressflow' like system for Joomla. It may be a Joomla Fork. It will depend on what direction a project goes in. I got tired of other peoples machines so I now have my own NOC in Tarrytown. Our hosting is by invite only. SW On 2/3/2012 9:50 PM, David Roth wrote: Feel better and very soon, Scott! I've not run into a problem with memory issues on MySQL, thanks for explaining it. Something to certainly watch out for. The most daring change I've made to my.cnf file is to move the MySQL databases to an eSATA RAID. On shared hosting services, like Hostgator, you can copy the /etc/php.ini locally to your account and make whatever changes you need to make Joomla happy for installation and increase the memory limit. You can also use .htaccess to override those things as well. In the CPANEL there are additional options for PHP. The server on Hostgator doesn't need to be re-started for them to take effect. I forget what configuration of PHP they are using to achieve this. I know on my own CentOS server, I do have to restart httpd. I think it has to do with some option on PHP at compile time (of PHP itself) if you want things to take immediate effect or not. Shared hosting can have its limits, and often times you don't know what they might even be until you start doing production. There is usually a work around but sometimes the limits aren't even documented. David Roth On Fri, Feb 3, 2012 at 9:21 PM, Scott Wolpow wrote: It is a php.ini issue, sorry have a bad cold. There is a similar error involving MySql. It comes from a search that has too many queries or joins. The MBString can cause that sometimes. Since you are on a shared platform, you must call support. The Apache server has to be restarted to take effect. On a dedicated server or VPS it is a simple service httpd restart In your environment you may have something in your cPanel. This is why shared is baaad. SW On 2/3/2012 9:01 PM, David Roth wrote: Scott, I must be missing something. How do you know this error message could be database related and not just PHP? "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121" David Roth On Fri, Feb 3, 2012 at 5:03 PM, Scott Wolpow wrote: Yes, for php mem limits, but that error can also be caused and cured by changing the my.cnf file. The mem limit is from the DB. SW On 2/3/2012 4:49 PM, Chris French wrote: You can also set the Memory limit inside of a php script, but the better place to do it is in the php.ini file as Donna pointed out. ini_set('memory_limit', '64M'); should in most servers give you the increase in memory this can be good for testing Chris On Feb 3, 2012, at 11:44 AM, Donna Marie Vincent wrote: That's not "configuration.php". That's the php configuration, which is php.ini. Has nothing to do with Joomla or MySQL "configuration.php" is a file in the Joomla installation. _____ From: Helv?cio da Silva To: NYPHP SIG: Joomla Sent: Friday, February 3, 2012 4:41 PM Subject: Re: [joomla] fatal error: allowed memory size I dont know wether it's a MySQL issue or Joomla issue. What I can say is when that happened to me I made the change in configuration.php and things started working fine. Check this post in the Joomla forum. Hope it helps. http://forum.joomla.org/viewtopic.php?f=32 &t=246541&p=1129624&hilit=increase+memory+limit#p1129457 2012/2/3 Scott Wolpow It is a MySql issue, not a Joomla issue. Not sure if the Joomla user has the rights. SW On 2/3/2012 4:09 PM, David Roth wrote: I handle memory limit increases for PHP in the php.ini file. Am I missing something by it being cone in the configuration.php file? Thanks! David Roth On Fri, Feb 3, 2012 at 4:03 PM, Helv?cio da Silva wrote: In your configuration.php file, write on the very first line ini_mem('memory_limit','12M'); If it doesn't work, try to increase it. G'luck! 2012/1/31 paul elliott Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: setting.php Type: application/octet-stream Size: 5250 bytes Desc: not available URL: From toddsugi at gmail.com Tue Feb 7 12:59:07 2012 From: toddsugi at gmail.com (Todd) Date: Tue, 07 Feb 2012 12:59:07 -0500 Subject: [joomla] Joomla 2.5.1 (External URL) Message-ID: Hi, I updated from 1.6.2 to 2.5.1 (locally) as a test. But noticed that my menus stopped working because: 1. the menu id were changed to classes 2. Because my quotes in Eternal URL ? link were changed to '"' I was able to update my CSS to fix the 1st issue, but I'm not able to figure out how to over ride the '"' to display as ". I tried to add a '\ ' in front of the " but it still changed the HTML to '"' Any suggestions would be greatly appreciated. I would like to upgrade the live site to 2.5.1 eventually because I've noticed it's MUCH FASTER!!! Thanks, Todd -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbritton at gmail.com Tue Feb 7 13:02:59 2012 From: sbritton at gmail.com (Stephen Britton) Date: Tue, 7 Feb 2012 13:02:59 -0500 Subject: [joomla] Joomla 2.5.1 (External URL) In-Reply-To: References: Message-ID: Have you tried clearing your browser cache? That seems to fix everything Joomla these days. The admin menus on all Joomla 1.6 to 2.5 sites that I upgraded did not work but I was able to quickly fix the problem by just flushing out the browser cache. On Tue, Feb 7, 2012 at 12:59 PM, Todd wrote: > Hi, > > I updated from 1.6.2 to 2.5.1 (locally) as a test. But noticed that my > menus stopped working because: > > 1. the menu id were changed to classes > 2. Because my quotes in Eternal URL ? link were changed to '"' > > I was able to update my CSS to fix the 1st issue, but I'm not able to > figure out how to over ride the '"' to display as ". I tried to add a > '\ ' in front of the " but it still changed the HTML to '"' > > Any suggestions would be greatly appreciated. > > I would like to upgrade the live site to 2.5.1 eventually because I've > noticed it's MUCH FASTER!!! > > Thanks, > Todd > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From toddsugi at gmail.com Tue Feb 7 13:12:21 2012 From: toddsugi at gmail.com (Todd) Date: Tue, 07 Feb 2012 13:12:21 -0500 Subject: [joomla] Joomla 2.5.1 (External URL) In-Reply-To: Message-ID: Yea I have tried that. I think it's something do with the magic quotes, I need something to over ride that specific instance. From: Stephen Britton Reply-To: "NYPHP SIG: Joomla" Date: Tue, 7 Feb 2012 13:02:59 -0500 To: "NYPHP SIG: Joomla" Subject: Re: [joomla] Joomla 2.5.1 (External URL) Have you tried clearing your browser cache? That seems to fix everything Joomla these days. The admin menus on all Joomla 1.6 to 2.5 sites that I upgraded did not work but I was able to quickly fix the problem by just flushing out the browser cache. On Tue, Feb 7, 2012 at 12:59 PM, Todd wrote: > Hi, > > I updated from 1.6.2 to 2.5.1 (locally) as a test. But noticed that my menus > stopped working because: > 1. the menu id were changed to classes > 2. Because my quotes in Eternal URL ? link were changed to '"' > I was able to update my CSS to fix the 1st issue, but I'm not able to figure > out how to over ride the '"' to display as ". I tried to add a '\ ' in > front of the " but it still changed the HTML to '"' > > Any suggestions would be greatly appreciated. > > I would like to upgrade the live site to 2.5.1 eventually because I've noticed > it's MUCH FASTER!!! > > Thanks, > Todd > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From mkonop at gmail.com Tue Feb 7 17:19:57 2012 From: mkonop at gmail.com (M Konop) Date: Tue, 7 Feb 2012 17:19:57 -0500 Subject: [joomla] Meeting reminder Message-ID: Just a reminder - our February Joomla Users Group meeting will be held this Thursday at 6:30 pm. Check our website for the location of the meeting on the Lincoln Center campus: http://joomlanyc.org/ Joomla version 1.7 reaches end of life on Febraury 24th, so come to Elin Waring's version 2.5 presentation. -- Marian Konop Gotham Websites www.gothamwebsites.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From toddsugi at gmail.com Wed Feb 8 13:36:33 2012 From: toddsugi at gmail.com (Todd) Date: Wed, 08 Feb 2012 13:36:33 -0500 Subject: [joomla] installation problem. Message-ID: Hi, I've run into a problem on 1.6.2 When I'm trying to install module in to the extension manager, I get the error "Unable to find Install Package" . Anyone know what that means? Thanks Todd -------------- next part -------------- An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Wed Feb 8 13:51:30 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Wed, 8 Feb 2012 10:51:30 -0800 (PST) Subject: [joomla] installation problem. In-Reply-To: References: Message-ID: <1328727090.16314.YahooMailNeo@web35604.mail.mud.yahoo.com> Todd, 1.? You are installing a file that is not a module installation package. 2.? Do not use Joomla 1.6.2!? There have been many security upgrade patches and bug fixes since then.?? ________________________________ From: Todd To: NYPHP SIG: Joomla Sent: Wednesday, February 8, 2012 1:36 PM Subject: [joomla] installation problem. Hi, I've run into a problem on 1.6.2 ?When I'm trying to install module in to the extension manager, I get the error "Unable to find Install Package" . Anyone know what that means? Thanks Todd _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Wed Feb 8 13:55:25 2012 From: scott at wolpow.com (Scott Wolpow) Date: Wed, 08 Feb 2012 13:55:25 -0500 Subject: [joomla] installation problem. In-Reply-To: References: Message-ID: <4F32C51D.7060106@wolpow.com> Check to make sure that you do not have to unzip the package first. I would also unzip it and make sure there is an XML file there. Scott Wolpow On 2/8/2012 1:36 PM, Todd wrote: > Hi, > I've run into a problem on 1.6.2 When I'm trying to install module in > to the extension manager, I get the error "Unable to find Install > Package" . > Anyone know what that means? > > Thanks > Todd > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Wed Feb 8 13:55:46 2012 From: davidalanroth at gmail.com (David Roth) Date: Wed, 8 Feb 2012 13:55:46 -0500 Subject: [joomla] installation problem. In-Reply-To: References: Message-ID: Hi Todd. Which method are you using to install it? - Upload Package File - Install from Directory - Install from URL I mostly install using Upload Package File myself. This is where you have the .zip file of the extension on your workstation and then select to have it uploaded. David Roth On Wed, Feb 8, 2012 at 1:36 PM, Todd wrote: > Hi, > I've run into a problem on 1.6.2 ?When I'm trying to install module in to > the extension manager, I get the error "Unable to find Install Package" . > Anyone know what that means? > > Thanks > Todd From davidalanroth at gmail.com Wed Feb 8 13:58:20 2012 From: davidalanroth at gmail.com (David Roth) Date: Wed, 8 Feb 2012 13:58:20 -0500 Subject: [joomla] installation problem. In-Reply-To: <4F32C51D.7060106@wolpow.com> References: <4F32C51D.7060106@wolpow.com> Message-ID: Scott has a very good point. Make a copy of the .zip file in a temporary directory and unzip it. See if it contains .zip files in it, if so, then you need to have those uploaded separately. I also agree to upgrade the website, but you might have reasons why you can't do that immediately. David Roth On Wed, Feb 8, 2012 at 1:55 PM, Scott Wolpow wrote: > Check to make sure that you do not have to unzip the package first. > > I would also unzip it and make sure there is an XML file there. > Scott Wolpow > On 2/8/2012 1:36 PM, Todd wrote: > > Hi, > I've run into a problem on 1.6.2 ?When I'm trying to install module in to > the extension manager, I get the error "Unable to find Install Package" . > Anyone know what that means? > > Thanks > Todd > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From toddsugi at gmail.com Wed Feb 8 14:00:27 2012 From: toddsugi at gmail.com (Todd) Date: Wed, 08 Feb 2012 14:00:27 -0500 Subject: [joomla] installation problem. In-Reply-To: <4F32C51D.7060106@wolpow.com> Message-ID: It's really weird because I created an akeeba backup file from the live site and then recreated it locally on my home computer. On my computer locally I have no problems installing the module. From: Scott Wolpow Reply-To: "NYPHP SIG: Joomla" Date: Wed, 08 Feb 2012 13:55:25 -0500 To: Subject: Re: [joomla] installation problem. Check to make sure that you do not have to unzip the package first. I would also unzip it and make sure there is an XML file there. Scott Wolpow On 2/8/2012 1:36 PM, Todd wrote: > > Hi, > > I've run into a problem on 1.6.2 When I'm trying to install module in to the > extension manager, I get the error "Unable to find Install Package" . > > Anyone know what that means? > > > > > Thanks > > Todd > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Wed Feb 8 14:02:51 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Wed, 8 Feb 2012 14:02:51 -0500 Subject: [joomla] installation problem. In-Reply-To: References: <4F32C51D.7060106@wolpow.com> Message-ID: This can also be a file permission / ownership issue. For example, if Joomla can't copy the "unzipped" files to the server, it won't be able to read them and find the manifest. I'd start by checking file/folder permissions and ownership. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Wed, Feb 8, 2012 at 2:00 PM, Todd wrote: > It's really weird because I created an akeeba backup file from the live > site and then recreated it locally on my home computer. On my computer > locally I have no problems installing the module. > > > From: Scott Wolpow > Reply-To: "NYPHP SIG: Joomla" > Date: Wed, 08 Feb 2012 13:55:25 -0500 > To: > Subject: Re: [joomla] installation problem. > > Check to make sure that you do not have to unzip the package first. > > I would also unzip it and make sure there is an XML file there. > Scott Wolpow > On 2/8/2012 1:36 PM, Todd wrote: > > Hi, > I've run into a problem on 1.6.2 When I'm trying to install module in to > the extension manager, I get the error "Unable to find Install Package" . > Anyone know what that means? > > Thanks > Todd > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing Listhttp://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Onlinehttp://www.nyphpcon.com > > Show Your Participation in New York PHPhttp://www.nyphp.org/show_participation.php > > _______________________________________________ New York PHP SIG: > Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomlaNYPHPCon 2006 Presentations Online > http://www.nyphpcon.com Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Wed Feb 8 14:05:52 2012 From: davidalanroth at gmail.com (David Roth) Date: Wed, 8 Feb 2012 14:05:52 -0500 Subject: [joomla] installation problem. In-Reply-To: References: <4F32C51D.7060106@wolpow.com> Message-ID: I'm wondering if this could be a permissions use with the server. You could try downloading another .zip file of that module (assuming it's free or select another free one from the Joomla extensions directory) and see if that one installs or has the same problem. It's also possible the .zip you are trying to install is corrupted or missing something. David Roth On Wed, Feb 8, 2012 at 2:00 PM, Todd wrote: > It's really weird because I created an akeeba backup file from the live site > and then recreated it locally on my home computer. ?On my computer locally I > have no problems installing the module. > > > From: Scott Wolpow > Reply-To: "NYPHP SIG: Joomla" > Date: Wed, 08 Feb 2012 13:55:25 -0500 > To: > Subject: Re: [joomla] installation problem. > > Check to make sure that you do not have to unzip the package first. > > I would also unzip it and make sure there is an XML file there. > Scott Wolpow > On 2/8/2012 1:36 PM, Todd wrote: > > Hi, > I've run into a problem on 1.6.2 ?When I'm trying to install module in to > the extension manager, I get the error "Unable to find Install Package" . > Anyone know what that means? > > Thanks > Todd > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > _______________________________________________ New York PHP SIG: Joomla! > Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 > Presentations Online http://www.nyphpcon.com Show Your Participation in New > York PHP http://www.nyphp.org/show_participation.php > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From rakics at gmail.com Wed Feb 8 14:15:11 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Wed, 8 Feb 2012 20:15:11 +0100 Subject: [joomla] installation problem. In-Reply-To: References: <4F32C51D.7060106@wolpow.com> Message-ID: <05b101cce695$fb2d5730$f1880590$@gmail.com> Hi Todd, Source code of fresh Joomla installation has this code for install: global $mainframe; $this->setState('action', 'install'); switch(JRequest::getWord('installtype')) { case 'folder': $package = $this->_getPackageFromFolder(); break; case 'upload': $package = $this->_getPackageFromUpload(); break; case 'url': $package = $this->_getPackageFromUrl(); break; default: $this->setState('message', 'No Install Type Found'); return false; break; } // Was the package unpacked? if (!$package) { $this->setState('message', 'Unable to find install package'); return false; } It is possible that your archive file was too big, so PHP upload limit has reached and uploaded File does not exists after upload, it is also possible that your archive is damaged, you should Test is archive damaged by opening it and testing from WinRar, third option is that on your Hosting PHP does not have allowed zip extension: PHP.INI file: [PHP_ZIP] extension=php_zip.dll You should upload by ftp to site root attached file and call it from the browser, and should be able to check: Registered PHP Streams php, file, data, http, ftp, compress.zlib, https, ftps, zip zip Zip enabled Extension Version $Id: php_zip.c 293036 2010-01-03 09:23:27Z sebastian $ Zip version 1.8.11 Libzip version 0.9.0 If none of this gets working, you should contact me privately I will find and resolve solution. Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Matt Thomas Sent: Wednesday, February 08, 2012 8:03 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] installation problem. This can also be a file permission / ownership issue. For example, if Joomla can't copy the "unzipped" files to the server, it won't be able to read them and find the manifest. I'd start by checking file/folder permissions and ownership. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Wed, Feb 8, 2012 at 2:00 PM, Todd wrote: It's really weird because I created an akeeba backup file from the live site and then recreated it locally on my home computer. On my computer locally I have no problems installing the module. From: Scott Wolpow Reply-To: "NYPHP SIG: Joomla" Date: Wed, 08 Feb 2012 13:55:25 -0500 To: Subject: Re: [joomla] installation problem. Check to make sure that you do not have to unzip the package first. I would also unzip it and make sure there is an XML file there. Scott Wolpow On 2/8/2012 1:36 PM, Todd wrote: Hi, I've run into a problem on 1.6.2 When I'm trying to install module in to the extension manager, I get the error "Unable to find Install Package" . Anyone know what that means? Thanks Todd _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: phpinfo.php Type: application/octet-stream Size: 20 bytes Desc: not available URL: From toddsugi at gmail.com Wed Feb 8 14:18:01 2012 From: toddsugi at gmail.com (Todd) Date: Wed, 08 Feb 2012 14:18:01 -0500 Subject: [joomla] installation problem. In-Reply-To: Message-ID: I figured it out. I had the wrong path to the tmp folder specified? I had it going to the root/tmp folder instead of the public_html/tmp folder. Thanks for everyone's help! Todd From: Matt Thomas Reply-To: "NYPHP SIG: Joomla" Date: Wed, 8 Feb 2012 14:02:51 -0500 To: "NYPHP SIG: Joomla" Subject: Re: [joomla] installation problem. This can also be a file permission / ownership issue. For example, if Joomla can't copy the "unzipped" files to the server, it won't be able to read them and find the manifest. I'd start by checking file/folder permissions and ownership. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Wed, Feb 8, 2012 at 2:00 PM, Todd wrote: > It's really weird because I created an akeeba backup file from the live site > and then recreated it locally on my home computer. On my computer locally I > have no problems installing the module. > > > From: Scott Wolpow > Reply-To: "NYPHP SIG: Joomla" > Date: Wed, 08 Feb 2012 13:55:25 -0500 > To: > Subject: Re: [joomla] installation problem. > > > Check to make sure that you do not have to unzip the package first. > > I would also unzip it and make sure there is an XML file there. > Scott Wolpow > On 2/8/2012 1:36 PM, Todd wrote: >> >> Hi, >> >> I've run into a problem on 1.6.2 When I'm trying to install module in to the >> extension manager, I get the error "Unable to find Install Package" . >> >> Anyone know what that means? >> >> >> >> >> Thanks >> >> Todd >> >> >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > > _______________________________________________ New York PHP SIG: Joomla! > Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 > Presentations Online http://www.nyphpcon.com Show Your Participation in New > York PHP http://www.nyphp.org/show_participation.php > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Wed Feb 8 14:34:31 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Wed, 8 Feb 2012 20:34:31 +0100 Subject: [joomla] Joomla 2.5.1 (External URL) In-Reply-To: References: Message-ID: <05ec01cce698$aef5bee0$0ce13ca0$@gmail.com> Hi Tod, Solution with magic quotes is: if (get_magic_quotes_gpc()) { return stripslashes($value); } else { return $value; } If Joomla source at some code has unsupported magic quotes enabled, there Need to be disable magic quotes in php.ini or over command: PHP.INI: ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off or add this line of code to Joomla index.php: If none of solutions work please let me know. Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Todd Sent: Tuesday, February 07, 2012 7:12 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] Joomla 2.5.1 (External URL) Yea I have tried that. I think it's something do with the magic quotes, I need something to over ride that specific instance. From: Stephen Britton Reply-To: "NYPHP SIG: Joomla" Date: Tue, 7 Feb 2012 13:02:59 -0500 To: "NYPHP SIG: Joomla" Subject: Re: [joomla] Joomla 2.5.1 (External URL) Have you tried clearing your browser cache? That seems to fix everything Joomla these days. The admin menus on all Joomla 1.6 to 2.5 sites that I upgraded did not work but I was able to quickly fix the problem by just flushing out the browser cache. On Tue, Feb 7, 2012 at 12:59 PM, Todd wrote: Hi, I updated from 1.6.2 to 2.5.1 (locally) as a test. But noticed that my menus stopped working because: 1. the menu id were changed to classes 2. Because my quotes in Eternal URL - link were changed to '"' I was able to update my CSS to fix the 1st issue, but I'm not able to figure out how to over ride the '"' to display as ". I tried to add a '\ ' in front of the " but it still changed the HTML to '"' Any suggestions would be greatly appreciated. I would like to upgrade the live site to 2.5.1 eventually because I've noticed it's MUCH FASTER!!! Thanks, Todd _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From llamiaga at yahoo.com Thu Feb 9 13:32:01 2012 From: llamiaga at yahoo.com (Linda Amiaga) Date: Thu, 9 Feb 2012 10:32:01 -0800 (PST) Subject: [joomla] Meeting reminder In-Reply-To: References: Message-ID: <1328812321.78515.YahooMailNeo@web112117.mail.gq1.yahoo.com> Does anyone have recommendations on where to park for tonight's meeting? Linda Amiaga ________________________________ From: M Konop To: joomla at lists.nyphp.org Sent: Tuesday, February 7, 2012 5:19 PM Subject: [joomla] Meeting reminder Just a reminder - our February Joomla Users Group meeting will be held this Thursday at 6:30 pm. Check our website for the location of the meeting on the Lincoln Center campus: http://joomlanyc.org/ ? Joomla version 1.7 reaches end of life on Febraury 24th, so come to Elin Waring's version 2.5 presentation. -- Marian Konop Gotham Websites www.gothamwebsites.com _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From mchung at lincolncenter.org Thu Feb 9 15:29:37 2012 From: mchung at lincolncenter.org (Mabel Chung) Date: Thu, 9 Feb 2012 15:29:37 -0500 Subject: [joomla] Meeting reminder In-Reply-To: <1328812321.78515.YahooMailNeo@web112117.mail.gq1.yahoo.com> Message-ID: Linda, there is a Quik Park garage at Lincoln Center. It?s self service. Call ahead in case it?s full for tonight 212-875-5965 Use the entrance on West 65th Street btwn Columbus and Amsterdam. The 62nd Street entrance may be closed due to Fashion Week. On 2/9/12 1:32 PM, "Linda Amiaga" wrote: Does anyone have recommendations on where to park for tonight's meeting? Linda Amiaga ________________________________ From: M Konop To: joomla at lists.nyphp.org Sent: Tuesday, February 7, 2012 5:19 PM Subject: [joomla] Meeting reminder Just a reminder - our February Joomla Users Group meeting will be held this Thursday at 6:30 pm. Check our website for the location of the meeting on the Lincoln Center campus: http://joomlanyc.org/ Joomla version 1.7 reaches end of life on Febraury 24th, so come to Elin Waring's version 2.5 presentation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mkonop at gmail.com Thu Feb 9 15:43:07 2012 From: mkonop at gmail.com (Mkonop) Date: Thu, 9 Feb 2012 15:43:07 -0500 Subject: [joomla] joomla Digest, Vol 62, Issue 29 In-Reply-To: References: Message-ID: <19EA620E-57A7-4219-B74C-B371DC8F9F92@gmail.com> You may also have luck with street parking. Many of the spots are after 6pm. Sent from my iPhone On Feb 9, 2012, at 3:33 PM, joomla-request at lists.nyphp.org wrote: > Send joomla mailing list submissions to > joomla at lists.nyphp.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.nyphp.org/mailman/listinfo/joomla > or, via email, send a message with subject or body 'help' to > joomla-request at lists.nyphp.org > > You can reach the person managing the list at > joomla-owner at lists.nyphp.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of joomla digest..." > > > Today's Topics: > > 1. Re: Meeting reminder (Linda Amiaga) > 2. Re: Meeting reminder (Mabel Chung) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 9 Feb 2012 10:32:01 -0800 (PST) > From: Linda Amiaga > To: "NYPHP SIG: Joomla" > Subject: Re: [joomla] Meeting reminder > Message-ID: > <1328812321.78515.YahooMailNeo at web112117.mail.gq1.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > Does anyone have recommendations on where to park for tonight's > meeting? > > Linda Amiaga > > > ________________________________ > From: M Konop > To: joomla at lists.nyphp.org > Sent: Tuesday, February 7, 2012 5:19 PM > Subject: [joomla] Meeting reminder > > > Just a reminder - our February Joomla Users Group meeting will be held this Thursday at 6:30 pm. Check our website for the location of the meeting on the Lincoln Center campus: http://joomlanyc.org/ > ? > Joomla version 1.7 reaches end of life on Febraury 24th, so come to Elin Waring's version 2.5 presentation. > > > -- > Marian Konop > Gotham Websites > www.gothamwebsites.com > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Thu, 9 Feb 2012 15:29:37 -0500 > From: Mabel Chung > To: "NYPHP SIG: Joomla" > Subject: Re: [joomla] Meeting reminder > Message-ID: > Content-Type: text/plain; charset="windows-1252" > > Linda, there is a Quik Park garage at Lincoln Center. It?s self service. > Call ahead in case it?s full for tonight 212-875-5965 > Use the entrance on West 65th Street btwn Columbus and Amsterdam. The 62nd Street entrance may be closed due to Fashion Week. > > > On 2/9/12 1:32 PM, "Linda Amiaga" wrote: > > Does anyone have recommendations on where to park for tonight's > meeting? > > Linda Amiaga > > > > > > ________________________________ > From: M Konop > To: joomla at lists.nyphp.org > Sent: Tuesday, February 7, 2012 5:19 PM > Subject: [joomla] Meeting reminder > > > Just a reminder - our February Joomla Users Group meeting will be held this Thursday at 6:30 pm. Check our website for the location of the meeting on the Lincoln Center campus: http://joomlanyc.org/ > > Joomla version 1.7 reaches end of life on Febraury 24th, so come to Elin Waring's version 2.5 presentation. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > _______________________________________________ > joomla mailing list > joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of joomla Digest, Vol 62, Issue 29 > ************************************** From daveb at dslprime.com Fri Feb 10 03:58:26 2012 From: daveb at dslprime.com (Dave Burstein) Date: Fri, 10 Feb 2012 03:58:26 -0500 Subject: [joomla] Reliable temp agency/gig for Video pro with Joomla experience? Message-ID: Jennie Bourne, my co-author on the book Web Video: Making it Great, Getting it Noticed (Peachpit, 2009), needs to find something quickly. She's done half a dozen Joomla websites, hundreds of web video interviews, taught CSS/HTML, and has an extraordinary resume in video, editing, and news reporting. Good grasp on web possibilities. Columbia Journalism, NYU film, network experience... Recommendations for reliable temp agencies and other opportunities much appreciated here or off-list jennie.bourne @ gmail.com. Help appreciated. Dave Burstein From davidalanroth at gmail.com Fri Feb 10 12:12:28 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 10 Feb 2012 12:12:28 -0500 Subject: [joomla] List all extensions not provided with Joomla in an existing Joomla installation? Message-ID: I need to upgrade two Joomla 1.5 websites. I'd like a list of what was not provided with Joomla for the extensions so I could determine their replacements or if they are even needed in a current stable version of Joomla. Is there an easy way to do this than going one by one from the extensions manager (in Joomla 1.5)? Could a MySQL query produce a report easy enough? A shell script? Thanks! David Roth -------------- next part -------------- An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Fri Feb 10 12:22:55 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Fri, 10 Feb 2012 09:22:55 -0800 (PST) Subject: [joomla] List all extensions not provided with Joomla in an existing Joomla installation? In-Reply-To: References: Message-ID: <1328894575.28854.YahooMailNeo@web35605.mail.mud.yahoo.com> If you go to Extensions -> Install/Uninstall -> Components, you will see which are the "Joomla Project" components.? Same for modules and plugins. the URL is?[YOURDOMAIN]/administrator/index.php?option=com_installer&task=manage&type=components ________________________________ From: David Roth To: NYPHP SIG: Joomla Sent: Friday, February 10, 2012 12:12 PM Subject: [joomla] List all extensions not provided with Joomla in an existing Joomla installation? I need to upgrade two Joomla 1.5 websites. I'd like a list of what was not provided with Joomla for the extensions so I could determine their replacements or if they are even needed in a current stable version of Joomla. Is there an easy way to do this than going one by one from the?extensions?manager (in Joomla 1.5)? Could a MySQL query produce a report easy enough? A shell script? Thanks! David Roth _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Feb 10 12:58:55 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 10 Feb 2012 12:58:55 -0500 Subject: [joomla] List all extensions not provided with Joomla in an existing Joomla installation? In-Reply-To: <1328894575.28854.YahooMailNeo@web35605.mail.mud.yahoo.com> References: <1328894575.28854.YahooMailNeo@web35605.mail.mud.yahoo.com> Message-ID: Thanks, Donna! For some reason I thought that feature was only in Joomla 1.7 and not 1.5. David On Fri, Feb 10, 2012 at 12:22 PM, Donna Marie Vincent < donnamarievincent at yahoo.com> wrote: > If you go to Extensions -> Install/Uninstall -> Components, you will see > which are the "Joomla Project" components. Same for modules and plugins. > > the URL is [YOURDOMAIN]/administrator/index.php?option=com_installer&task=manage&type=components > > ------------------------------ > *From:* David Roth > *To:* NYPHP SIG: Joomla > *Sent:* Friday, February 10, 2012 12:12 PM > *Subject:* [joomla] List all extensions not provided with Joomla in an > existing Joomla installation? > > I need to upgrade two Joomla 1.5 websites. I'd like a list of what was not > provided with Joomla for the extensions so I could determine their > replacements or if they are even needed in a current stable version of > Joomla. > > Is there an easy way to do this than going one by one from > the extensions manager (in Joomla 1.5)? Could a MySQL query produce a > report easy enough? A shell script? Thanks! > > David Roth > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Feb 10 16:49:46 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 10 Feb 2012 16:49:46 -0500 Subject: [joomla] Replacement for OpenPotion Asynchronous Google Analytics for Joomla 1.7/2.x? Message-ID: OpenPotion Asynchronous?Google?Analytics only works on Joomla 1.5. The websites I'm upgrading both use this extension. Does anyone have a recommendation for a suitable replacement to work for Joomla 1.7/2.x? Thanks! David Roth From matt at betweenbrain.com Fri Feb 10 17:06:11 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Fri, 10 Feb 2012 17:06:11 -0500 Subject: [joomla] Replacement for OpenPotion Asynchronous Google Analytics for Joomla 1.7/2.x? In-Reply-To: References: Message-ID: David, What does OpenPotion do that Google's native asynchronous GA script doesn't? Knowing that will help us make a good suggestion. Best, Matt Sent from my phone that uses an open source operating system. On Feb 10, 2012 4:49 PM, "David Roth" wrote: > OpenPotion Asynchronous Google Analytics only works on Joomla 1.5. The > websites I'm upgrading both use this extension. Does anyone have a > recommendation for a suitable replacement to work for Joomla 1.7/2.x? > Thanks! > > David Roth > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssours at wellesley.edu Fri Feb 10 17:15:54 2012 From: ssours at wellesley.edu (Sue Sours) Date: Fri, 10 Feb 2012 17:15:54 -0500 Subject: [joomla] recommendations for image gallery Message-ID: Hi all, What image galleries do you like to use? I'm looking to replace an image gallery - have used the very simple Smooth Gallery module in Joomla 1.5 sites but need to find something compatible with J 2.5. We just use the slideshow feature with captions to rotate through a set of images, but I would be open to hearing about other cool features too. Thanks for any advice! sue -- Sue Sours WCW Information & Technology Systems Manager Wellesley Centers for Women www.wcwonline.org e-mail: ssours at wellesley.edu phone: 781-283-2560 Wellesley College 106 Central Street Wellesley, MA 02481 -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Feb 10 17:26:07 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 10 Feb 2012 17:26:07 -0500 Subject: [joomla] Replacement for OpenPotion Asynchronous Google Analytics for Joomla 1.7/2.x? In-Reply-To: References: Message-ID: Hi Matt. "This Plugin is an improvement upon the wonderful BIGSHOT Google Analytics plugin 1.5.3 and puts the Asynchronous Tracking Code for Google Analytics into your site just above the closing html head tag for faster loading. " It's a Joomla plug-in where the non-technical user can put in their GA code through the administrative interface to have Joomla include the GA scripts on each page served. There are also some parameters to handle multi domain tracking, but it's mostly to give the user an easy way to input GA code without having to edit anything such as HTML or PHP code. It's also helpful to be able to easily enable/disable it during development or testing so it doesn't report all the page loads to the report as real traffic. OpenPotion Asynchronous?Google?Analytics is still available in the Joomla Extension directory at joomla.org if someone wants to check it out. Is there a replacement for this people are happy with for 1.7/2.x? Thanks! David Roth On Fri, Feb 10, 2012 at 5:06 PM, Matt Thomas wrote: > David, > > What does OpenPotion do that Google's native asynchronous GA script doesn't? > Knowing that will help us make a good suggestion. > > Best, > > Matt > > Sent from my phone that uses an open source operating system. > > On Feb 10, 2012 4:49 PM, "David Roth" wrote: >> >> OpenPotion Asynchronous?Google?Analytics only works on Joomla 1.5. The >> websites I'm upgrading both use this extension. Does anyone have a >> recommendation for a suitable replacement to work for Joomla 1.7/2.x? >> Thanks! >> >> David Roth >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From rakics at gmail.com Fri Feb 10 19:24:06 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Sat, 11 Feb 2012 01:24:06 +0100 Subject: [joomla] recommendations for image gallery In-Reply-To: References: Message-ID: <037f01cce853$78443f90$68ccbeb0$@gmail.com> Hi Sue, I am currently working with: http://wordpress.org/extend/plugins/nextgen-gallery/ but it is for WordPress: http://www.chapparoneautobody.com/?page_id=719# part of that gallery is: http://www.laptoptips.ca/projects/wp-shutter-reloaded/ I personal when doing galleries like on this site: http://www.empirefarriersupply.com/content/about-us.php at footer is using Shadow Box, you can view html of this page. Shadowbox is at: http://www.shadowbox-js.com/ Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Sue Sours Sent: Friday, February 10, 2012 11:16 PM To: joomla at lists.nyphp.org Subject: [joomla] recommendations for image gallery Hi all, What image galleries do you like to use? I'm looking to replace an image gallery - have used the very simple Smooth Gallery module in Joomla 1.5 sites but need to find something compatible with J 2.5. We just use the slideshow feature with captions to rotate through a set of images, but I would be open to hearing about other cool features too. Thanks for any advice! sue -- Sue Sours WCW Information & Technology Systems Manager Wellesley Centers for Women www.wcwonline.org e-mail: ssours at wellesley.edu phone: 781-283-2560 Wellesley College 106 Central Street Wellesley, MA 02481 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbritton at gmail.com Fri Feb 10 19:50:28 2012 From: sbritton at gmail.com (Stephen Britton) Date: Fri, 10 Feb 2012 19:50:28 -0500 Subject: [joomla] recommendations for image gallery In-Reply-To: References: Message-ID: I have found that the Simple Image Pro Gallery plug-in by Joomla Works works very well with Joomla 2.5. http://www.joomlaworks.gr/content/view/25/42/ Very easy to install and many display options. On Fri, Feb 10, 2012 at 5:15 PM, Sue Sours wrote: > Hi all, > > What image galleries do you like to use? > > I'm looking to replace an image gallery - have used the very simple Smooth > Gallery module in Joomla 1.5 sites but need to find something compatible > with J 2.5. We just use the slideshow feature with captions to rotate > through a set of images, but I would be open to hearing about other cool > features too. > > Thanks for any advice! > > sue > > -- > Sue Sours > WCW Information & Technology Systems Manager > Wellesley Centers for Women > www.wcwonline.org > e-mail: ssours at wellesley.edu phone: 781-283-2560 > Wellesley College 106 Central Street Wellesley, MA 02481 > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From mkonop at gmail.com Fri Feb 10 19:58:07 2012 From: mkonop at gmail.com (M Konop) Date: Fri, 10 Feb 2012 19:58:07 -0500 Subject: [joomla] joomla Digest, Vol 62, Issue 33 In-Reply-To: References: Message-ID: Sue, for simple galleries I like CN Photos, or Ignite Gallery for more options. Marian Konop Gotham Websites www.gothamwebsites.com From: Sue Sours To: joomla at lists.nyphp.org Subject: [joomla] recommendations for image gallery Hi all, What image galleries do you like to use? I'm looking to replace an image gallery - have used the very simple Smooth Gallery module in Joomla 1.5 sites but need to find something compatible with J 2.5. We just use the slideshow feature with captions to rotate through a set of images, but I would be open to hearing about other cool features too. Thanks for any advice! sue -- Sue Sours WCW Information & Technology Systems Manager Wellesley Centers for Women www.wcwonline.org e-mail: ssours at wellesley.edu phone: 781-283-2560 Wellesley College 106 Central Street Wellesley, MA 02481 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fred at avdrive.com Fri Feb 10 20:21:00 2012 From: fred at avdrive.com (Fred Sullivan) Date: Fri, 10 Feb 2012 20:21:00 -0500 Subject: [joomla] joomla Digest, Vol 62, Issue 33 In-Reply-To: References: Message-ID: Widget Kit by Yootheme might be a good option http://www.yootheme.com/widgetkit -------------- next part -------------- An HTML attachment was scrubbed... URL: From rytech123 at gmail.com Fri Feb 10 22:05:19 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Fri, 10 Feb 2012 22:05:19 -0500 Subject: [joomla] recommendations for image gallery In-Reply-To: References: Message-ID: ignite gallery is my favorite and the support is excellent On Friday, February 10, 2012, Sue Sours wrote: > Hi all, > > What image galleries do you like to use? > > I'm looking to replace an image gallery - have used the very simple Smooth Gallery module in Joomla 1.5 sites but need to find something compatible with J 2.5. We just use the slideshow feature with captions to rotate through a set of images, but I would be open to hearing about other cool features too. > > Thanks for any advice! > > sue > > -- > Sue Sours > WCW Information & Technology Systems Manager > Wellesley Centers for Women > www.wcwonline.org > e-mail: ssours at wellesley.edu phone: 781-283-2560 > Wellesley College 106 Central Street Wellesley, MA 02481 > > -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: From brynk at JoomlaConnections.com Sat Feb 11 08:40:31 2012 From: brynk at JoomlaConnections.com (Robert Rynkiewicz) Date: Sat, 11 Feb 2012 08:40:31 -0500 Subject: [joomla] recommendations for image gallery In-Reply-To: Message-ID: <0104fa8ea82fd8c2592dee757783bc9b@joomlaconnections.com> Sue, Yootheme Widgetkit gets my vote as well. Plus you get other widgets along with the slideshow. Bob Rynkiewicz Joomla Connections "Laura Gordon" wrote: >ignite gallery is my favorite and the support is excellent > >On Friday, February 10, 2012, Sue Sours <href="mailto:ssours at wellesley.edu">ssours at wellesley.edu> wrote: >> Hi all, >> >> What image galleries do you like to use? >> >> I'm looking to replace an image gallery - have used the very simple >Smooth Gallery module in Joomla 1.5 sites but need to find something >compatible with J 2.5. We just use the slideshow feature with captions to >rotate through a set of images, but I would be open to hearing about other >cool features too. >> >> Thanks for any advice! >> >> sue >> >> -- >> Sue Sours >> WCW Information & Technology Systems Manager >> Wellesley Centers for Women >> www.wcwonline.org >> e-mail: ssours at wellesley.edu?? >phone: 781-283-2560 >> Wellesley College?? 106 Central Street?? Wellesley, MA 02481 >> >> > >-- >I have a new email address: target="_blank">rytech123 at gmail.com > >Trainer with target="_blank">www.Video2Brain.com >Board Member of target="_blank">www.JoomlaNYC.org >Trainer for target="_blank">www.JoomlaTraining.com >Sponsor & Coordinator for target="_blank">www.JoomlaDayNYC.com > >target="_blank">www.RytechSites.com >Dynamic Websites for your company! > > > > >-------------------------------- > >_______________________________________________ >New York PHP SIG: Joomla! Mailing List >http://lists.nyphp.org/mailman/listinfo/joomla > >NYPHPCon 2006 Presentations Online >http://www.nyphpcon.com > >Show Your Participation in New York PHP >http://www.nyphp.org/show_participation.php -- ********************************************************************************************* Robert Rynkiewicz Joomla Connections 43 East Greenfield Ave. Pleasantville, NJ 08232 (609) 335-2938 ********************************************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From rytech123 at gmail.com Sat Feb 11 08:55:19 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Sat, 11 Feb 2012 08:55:19 -0500 Subject: [joomla] recommendations for image gallery In-Reply-To: <0104fa8ea82fd8c2592dee757783bc9b@joomlaconnections.com> References: <0104fa8ea82fd8c2592dee757783bc9b@joomlaconnections.com> Message-ID: i've had some strange error messages in the widget kit for 2.5, and I saw on the forums others had the problems as well. But the widget kit is great, and maybe in some sites it will work properly, and I am sure it will get better. -- Laura On Sat, Feb 11, 2012 at 8:40 AM, Robert Rynkiewicz < brynk at joomlaconnections.com> wrote: > Sue, > > Yootheme Widgetkit gets my vote as well. Plus you get other widgets along > with the slideshow. > > Bob Rynkiewicz > Joomla Connections > > > "Laura Gordon" wrote: > > ignite gallery is my favorite and the support is excellent > > On Friday, February 10, 2012, Sue Sours wrote: > > Hi all, > > > > What image galleries do you like to use? > > > > I'm looking to replace an image gallery - have used the very simple > Smooth Gallery module in Joomla 1.5 sites but need to find something > compatible with J 2.5. We just use the slideshow feature with captions to > rotate through a set of images, but I would be open to hearing about other > cool features too. > > > > Thanks for any advice! > > > > sue > > > > -- > > Sue Sours > > WCW Information & Technology Systems Manager > > Wellesley Centers for Women > > www.wcwonline.org > > e-mail: ssours at wellesley.edu phone: 781-283-2560 > > Wellesley College 106 Central Street Wellesley, MA 02481 > > > > > > -- > I have a new email address: rytech123 at gmail.com > > Trainer with www.Video2Brain.com > Board Member of www.JoomlaNYC.org > Trainer for www.JoomlaTraining.com > Sponsor & Coordinator for www.JoomlaDayNYC.com > > www.RytechSites.com > Dynamic Websites for your company! > > > > ------------------------------ > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > ------------------------------ > > ********************************************************************************************* > > Robert Rynkiewicz > Joomla Connections > 43 East Greenfield Ave. > Pleasantville, NJ 08232 > (609) 335-2938 > > ********************************************************************************************** > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Sat Feb 11 11:30:19 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Sat, 11 Feb 2012 11:30:19 -0500 Subject: [joomla] recommendations for image gallery In-Reply-To: References: Message-ID: +1 re ignite gallery Best, Matt Sent from my phone that uses an open source operating system. On Feb 10, 2012 10:05 PM, "Laura Gordon" wrote: > ignite gallery is my favorite and the support is excellent > > On Friday, February 10, 2012, Sue Sours wrote: > > Hi all, > > > > What image galleries do you like to use? > > > > I'm looking to replace an image gallery - have used the very simple > Smooth Gallery module in Joomla 1.5 sites but need to find something > compatible with J 2.5. We just use the slideshow feature with captions to > rotate through a set of images, but I would be open to hearing about other > cool features too. > > > > Thanks for any advice! > > > > sue > > > > -- > > Sue Sours > > WCW Information & Technology Systems Manager > > Wellesley Centers for Women > > www.wcwonline.org > > e-mail: ssours at wellesley.edu phone: 781-283-2560 > > Wellesley College 106 Central Street Wellesley, MA 02481 > > > > > > -- > I have a new email address: rytech123 at gmail.com > > Trainer with www.Video2Brain.com > Board Member of www.JoomlaNYC.org > Trainer for www.JoomlaTraining.com > Sponsor & Coordinator for www.JoomlaDayNYC.com > > www.RytechSites.com > Dynamic Websites for your company! > > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Mon Feb 13 08:42:20 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Mon, 13 Feb 2012 08:42:20 -0500 Subject: [joomla] Replacement for OpenPotion Asynchronous Google Analytics for Joomla 1.7/2.x? In-Reply-To: References: Message-ID: Hi David, Thanks. Unfortunately, I'm not aware of an equivalent plugin for 1.7. It doesn't sound terribly complex, and may be something that could be converted to be compatible without a huge undertaking. Have you tried installing it in 1.7 to see what happens? Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Fri, Feb 10, 2012 at 5:26 PM, David Roth wrote: > Hi Matt. > > "This Plugin is an improvement upon the wonderful BIGSHOT Google > Analytics plugin 1.5.3 and puts the Asynchronous Tracking Code for > Google Analytics into your site just above the closing html head tag > for faster loading. " > > It's a Joomla plug-in where the non-technical user can put in their GA > code through the administrative interface to have Joomla include the > GA scripts on each page served. There are also some parameters to > handle multi domain tracking, but it's mostly to give the user an easy > way to input GA code without having to edit anything such as HTML or > PHP code. It's also helpful to be able to easily enable/disable it > during development or testing so it doesn't report all the page loads > to the report as real traffic. > > OpenPotion Asynchronous Google Analytics is still available in the > Joomla Extension directory at joomla.org if someone wants to check it > out. Is there a replacement for this people are happy with for > 1.7/2.x? Thanks! > > David Roth > > On Fri, Feb 10, 2012 at 5:06 PM, Matt Thomas > wrote: > > David, > > > > What does OpenPotion do that Google's native asynchronous GA script > doesn't? > > Knowing that will help us make a good suggestion. > > > > Best, > > > > Matt > > > > Sent from my phone that uses an open source operating system. > > > > On Feb 10, 2012 4:49 PM, "David Roth" wrote: > >> > >> OpenPotion Asynchronous Google Analytics only works on Joomla 1.5. The > >> websites I'm upgrading both use this extension. Does anyone have a > >> recommendation for a suitable replacement to work for Joomla 1.7/2.x? > >> Thanks! > >> > >> David Roth > >> _______________________________________________ > >> New York PHP SIG: Joomla! Mailing List > >> http://lists.nyphp.org/mailman/listinfo/joomla > >> > >> NYPHPCon 2006 Presentations Online > >> http://www.nyphpcon.com > >> > >> Show Your Participation in New York PHP > >> http://www.nyphp.org/show_participation.php > > > > > > _______________________________________________ > > New York PHP SIG: Joomla! Mailing List > > http://lists.nyphp.org/mailman/listinfo/joomla > > > > NYPHPCon 2006 Presentations Online > > http://www.nyphpcon.com > > > > Show Your Participation in New York PHP > > http://www.nyphp.org/show_participation.php > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Mon Feb 13 13:33:23 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 13 Feb 2012 13:33:23 -0500 Subject: [joomla] Replacement for OpenPotion Asynchronous Google Analytics for Joomla 1.7/2.x? In-Reply-To: References: Message-ID: I've found two extensions which do work with 1.7. One is a good replacement (Asynchronous Google Analytics Plugin) and the other handles the GA reporting (AG Google Analytics). AG Google Analytics looks useful although I've not had a chance to test it out. David Roth On Mon, Feb 13, 2012 at 8:42 AM, Matt Thomas wrote: > Hi David, > > Thanks. Unfortunately, I'm not aware of an?equivalent?plugin for 1.7. It > doesn't sound terribly complex, and may > be?something?that?could?be?converted?to be compatible?without a huge > undertaking. Have you tried installing it in?1.7 to see what happens? > > Best, > > Matt Thomas > Founder?betweenbrain? > Lead Developer?Construct Template Development Framework > Phone: 203.632.9322 > Twitter: @betweenbrain > Github:?https://github.com/betweenbrain From mihaela at rsjoomla.com Tue Feb 14 03:41:10 2012 From: mihaela at rsjoomla.com (Mihaela Rosoga) Date: Tue, 14 Feb 2012 10:41:10 +0200 Subject: [joomla] recommendations for image gallery In-Reply-To: References: Message-ID: Check out our new image gallery: http://www.rsjoomla.com/joomla-extensions/joomla-gallery.html It's free! :) On Sat, Feb 11, 2012 at 6:30 PM, Matt Thomas wrote: > +1 re ignite gallery > > Best, > > Matt > > Sent from my phone that uses an open source operating system. > On Feb 10, 2012 10:05 PM, "Laura Gordon" wrote: > >> ignite gallery is my favorite and the support is excellent >> >> On Friday, February 10, 2012, Sue Sours wrote: >> > Hi all, >> > >> > What image galleries do you like to use? >> > >> > I'm looking to replace an image gallery - have used the very simple >> Smooth Gallery module in Joomla 1.5 sites but need to find something >> compatible with J 2.5. We just use the slideshow feature with captions to >> rotate through a set of images, but I would be open to hearing about other >> cool features too. >> > >> > Thanks for any advice! >> > >> > sue >> > >> > -- >> > Sue Sours >> > WCW Information & Technology Systems Manager >> > Wellesley Centers for Women >> > www.wcwonline.org >> > e-mail: ssours at wellesley.edu phone: 781-283-2560 >> > Wellesley College 106 Central Street Wellesley, MA 02481 >> > >> > >> >> -- >> I have a new email address: rytech123 at gmail.com >> >> Trainer with www.Video2Brain.com >> Board Member of www.JoomlaNYC.org >> Trainer for www.JoomlaTraining.com >> Sponsor & Coordinator for www.JoomlaDayNYC.com >> >> www.RytechSites.com >> Dynamic Websites for your company! >> >> >> >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rytech123 at gmail.com Tue Feb 14 10:24:42 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Tue, 14 Feb 2012 10:24:42 -0500 Subject: [joomla] Joomla Day New England Open For Registration! In-Reply-To: References: Message-ID: Hi 'tri-state area' joomies...how about a great trip up to the mountains??? I will be presenting, and you will get lots of joomla info, networking...here are the details... Joomla Day New England is just around the corner, March 31! Participants can save $15 if they register before Feb. 29. This year, we're offering a hands-on Joomla templates workshop on March 30, the night before Joomla Day. Taught by Barb Ackemann and Matt Thomas, this will be a great opportunity for those who are new to template construction, as well as those who are experienced, to learn tips and tricks from template masters. http://community.joomla.org/events/joomla-days/1544-joomladay-new-england-usa.html https://www.facebook.com/events/163785653725718/ https://plus.google.com/108379491395071636303/posts www.joomladaynewengland.org Thanks so much for your help! -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Wed Feb 15 01:58:30 2012 From: davidalanroth at gmail.com (David Roth) Date: Wed, 15 Feb 2012 01:58:30 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? Message-ID: You might not believe this, but I can't find the CSS in Joomla 2.5.1 for footer1 or footer2. Is this not assigned all the time? Or is it generated with through the magic of PHP and that's making it hard to find?
Copyright ? 2012 My Little Test. All Rights Reserved.
Assuming footer1 and footer2 isn't assigned all the time, where should it be? template.css? In case you are wondering why I want to know this, I want to be able to use a different font color for footer2. Thanks! David Roth From scott at wolpow.com Wed Feb 15 07:29:51 2012 From: scott at wolpow.com (Scott Wolpow) Date: Wed, 15 Feb 2012 07:29:51 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: Message-ID: <4F3BA53F.7060700@wolpow.com> What template are you using? Scott Wolpow On 2/15/2012 1:58 AM, David Roth wrote: > You might not believe this, but I can't find the CSS in Joomla 2.5.1 > for footer1 or footer2. Is this not assigned all the time? Or is it > generated with through the magic of PHP and that's making it hard to > find? > >
Copyright ? 2012 My Little Test. All Rights Reserved.
> > Assuming footer1 and footer2 isn't assigned all the time, where should > it be? template.css? > > In case you are wondering why I want to know this, I want to be able > to use a different font color for footer2. Thanks! > > David Roth > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From rakics at gmail.com Wed Feb 15 12:40:12 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Wed, 15 Feb 2012 18:40:12 +0100 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: Message-ID: <038201ccec08$df806950$9e813bf0$@gmail.com> Hi David, Do you have Url of site where you want to apply different footer styles ? Best regards, Sasa -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of David Roth Sent: Wednesday, February 15, 2012 7:59 AM To: NYPHP SIG: Joomla Subject: [joomla] div class="footer1", where is the CSS for this? You might not believe this, but I can't find the CSS in Joomla 2.5.1 for footer1 or footer2. Is this not assigned all the time? Or is it generated with through the magic of PHP and that's making it hard to find?
Copyright C 2012 My Little Test. All Rights Reserved.
Assuming footer1 and footer2 isn't assigned all the time, where should it be? template.css? In case you are wondering why I want to know this, I want to be able to use a different font color for footer2. Thanks! David Roth _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php From rakics at gmail.com Wed Feb 15 12:47:23 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Wed, 15 Feb 2012 18:47:23 +0100 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: Message-ID: <038301ccec09$e01bc980$a0535c80$@gmail.com> Hi David, Footer code is in: \modules\mod_footer\tmpl\default.php
If you have site Url I will be able to check are some css styles are overriding. Best regards, Sasa -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of David Roth Sent: Wednesday, February 15, 2012 7:59 AM To: NYPHP SIG: Joomla Subject: [joomla] div class="footer1", where is the CSS for this? You might not believe this, but I can't find the CSS in Joomla 2.5.1 for footer1 or footer2. Is this not assigned all the time? Or is it generated with through the magic of PHP and that's making it hard to find?
Copyright C 2012 My Little Test. All Rights Reserved.
Assuming footer1 and footer2 isn't assigned all the time, where should it be? template.css? In case you are wondering why I want to know this, I want to be able to use a different font color for footer2. Thanks! David Roth _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- A non-text attachment was scrubbed... Name: default.php Type: application/octet-stream Size: 460 bytes Desc: not available URL: From davidalanroth at gmail.com Wed Feb 15 15:08:02 2012 From: davidalanroth at gmail.com (David Roth) Date: Wed, 15 Feb 2012 15:08:02 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: <038301ccec09$e01bc980$a0535c80$@gmail.com> References: <038301ccec09$e01bc980$a0535c80$@gmail.com> Message-ID: Hi Sara. Thanks for the reply and offer. It's on an intranet, so there is no outside access to it. I've done a grep -il footer2 `find .` on the installation of Joomla and other than the default.php and the .ini file, I don't see any CSS for footer1 or footer2. I was using Google Chrome's Inspect Element hoping I could see where it was getting it's CSS from but didn't see anything. When I do a View Source of that page, all the .css is part of this Joomla installation so it's not getting it from anything external. It might not be set at all is what I'm thinking. I had the impression that CSS is like HTML in that it doesn't generate any errors or complains about anything if it's missing. The template is from Rocket Theme called Hivemind. It might not be set at all is what I'm thinking now. I will have to dig around in mod_footer to see what it's doing with the ini files mod_footer stuff. David Roth On Wed, Feb 15, 2012 at 12:47 PM, Sasa Rakic - Gmail wrote: > Hi David, > > Footer code is in: > > \modules\mod_footer\tmpl\default.php > >
?>
>
JText::_('MOD_FOOTER_LINE2'); ?>
> > If you have site Url I will be able to check are some css styles are > overriding. > > Best regards, > Sasa > > -----Original Message----- > From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] > On Behalf Of David Roth > Sent: Wednesday, February 15, 2012 7:59 AM > To: NYPHP SIG: Joomla > Subject: [joomla] div class="footer1", where is the CSS for this? > > You might not believe this, but I can't find the CSS in Joomla 2.5.1 for > footer1 or footer2. Is this not assigned all the time? Or is it generated > with through the magic of PHP and that's making it hard to find? > >
Copyright C 2012 My Little Test. All Rights > Reserved.
> > Assuming footer1 and footer2 isn't assigned all the time, where should it > be? template.css? > > In case you are wondering why I want to know this, I want to be able to use > a different font color for footer2. Thanks! > > David Roth From scott at wolpow.com Wed Feb 15 15:15:51 2012 From: scott at wolpow.com (Scott Wolpow) Date: Wed, 15 Feb 2012 15:15:51 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: <038301ccec09$e01bc980$a0535c80$@gmail.com> Message-ID: <4F3C1277.80503@wolpow.com> Does it use Gantry? If so, look in there. Have you searched the DB? Scott Wolpow On 2/15/2012 3:08 PM, David Roth wrote: > Hi Sara. > > Thanks for the reply and offer. It's on an intranet, so there is no > outside access to it. > > I've done a grep -il footer2 `find .` on the installation of Joomla > and other than the default.php and the .ini file, I don't see any CSS > for footer1 or footer2. > > I was using Google Chrome's Inspect Element hoping I could see where > it was getting it's CSS from but didn't see anything. When I do a View > Source of that page, all the .css is part of this Joomla installation > so it's not getting it from anything external. It might not be set at > all is what I'm thinking. I had the impression that CSS is like HTML > in that it doesn't generate any errors or complains about anything if > it's missing. > > The template is from Rocket Theme called Hivemind. It might not be set > at all is what I'm thinking now. > > I will have to dig around in mod_footer to see what it's doing with > the ini files mod_footer stuff. > > David Roth > > On Wed, Feb 15, 2012 at 12:47 PM, Sasa Rakic - Gmail wrote: >> Hi David, >> >> Footer code is in: >> >> \modules\mod_footer\tmpl\default.php >> >>
> ?>
>>
> JText::_('MOD_FOOTER_LINE2'); ?>
>> >> If you have site Url I will be able to check are some css styles are >> overriding. >> >> Best regards, >> Sasa >> >> -----Original Message----- >> From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] >> On Behalf Of David Roth >> Sent: Wednesday, February 15, 2012 7:59 AM >> To: NYPHP SIG: Joomla >> Subject: [joomla] div class="footer1", where is the CSS for this? >> >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 for >> footer1 or footer2. Is this not assigned all the time? Or is it generated >> with through the magic of PHP and that's making it hard to find? >> >>
Copyright C 2012 My Little Test. All Rights >> Reserved.
>> >> Assuming footer1 and footer2 isn't assigned all the time, where should it >> be? template.css? >> >> In case you are wondering why I want to know this, I want to be able to use >> a different font color for footer2. Thanks! >> >> David Roth > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From davidalanroth at gmail.com Wed Feb 15 15:45:45 2012 From: davidalanroth at gmail.com (David Roth) Date: Wed, 15 Feb 2012 15:45:45 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: <4F3C1277.80503@wolpow.com> References: <038301ccec09$e01bc980$a0535c80$@gmail.com> <4F3C1277.80503@wolpow.com> Message-ID: Hi Scott. No, it doesn't use Gantry. I did a Mysqldump and footer1 and footer2 don't appear any place. David Roth On Wed, Feb 15, 2012 at 3:15 PM, Scott Wolpow wrote: > Does it use Gantry? > If so, look in there. > Have you searched the DB? > > Scott Wolpow > On 2/15/2012 3:08 PM, David Roth wrote: >> >> Hi Sara. >> >> Thanks for the reply and offer. It's on an intranet, so there is no >> outside access to it. >> >> I've done a grep -il footer2 `find .` on the installation of Joomla >> and other than the default.php and the .ini file, I don't see any CSS >> for footer1 or footer2. >> >> I was using Google Chrome's Inspect Element hoping I could see where >> it was getting it's CSS from but didn't see anything. When I do a View >> Source of that page, all the .css is part of this Joomla installation >> so it's not getting it from anything external. It might not be set at >> all is what I'm thinking. I had the impression that CSS is like HTML >> in that it doesn't generate any errors or complains about anything if >> it's missing. >> >> The template is from Rocket Theme called Hivemind. It might not be set >> at all is what I'm thinking now. >> >> I will have to dig around in mod_footer to see what it's doing with >> the ini files mod_footer stuff. >> >> David Roth >> >> On Wed, Feb 15, 2012 at 12:47 PM, Sasa Rakic - Gmail >> ?wrote: >>> >>> Hi David, >>> >>> Footer code is in: >>> >>> \modules\mod_footer\tmpl\default.php >>> >>>
>> ?>
>>>
>> JText::_('MOD_FOOTER_LINE2'); ?>
>>> >>> If you have site Url I will be able to check are some css styles are >>> overriding. >>> >>> Best regards, >>> Sasa >>> >>> -----Original Message----- >>> From: joomla-bounces at lists.nyphp.org >>> [mailto:joomla-bounces at lists.nyphp.org] >>> On Behalf Of David Roth >>> Sent: Wednesday, February 15, 2012 7:59 AM >>> To: NYPHP SIG: Joomla >>> Subject: [joomla] div class="footer1", where is the CSS for this? >>> >>> You might not believe this, but I can't find the CSS in Joomla 2.5.1 for >>> footer1 or footer2. Is this not assigned all the time? Or is it generated >>> with through the magic of PHP and that's making it hard to find? >>> >>>
Copyright C 2012 My Little Test. All Rights >>> Reserved.
>>> >>> Assuming footer1 and footer2 isn't assigned all the time, where should it >>> be? template.css? >>> >>> In case you are wondering why I want to know this, I want to be able to >>> use >>> a different font color for footer2. Thanks! >>> >>> David Roth >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From kenny at whyknott.com Thu Feb 16 12:08:31 2012 From: kenny at whyknott.com (Kenny Berwager) Date: Thu, 16 Feb 2012 12:08:31 -0500 Subject: [joomla] Access Joomla and K2 component admin via android mobile phone Message-ID: <2B529FC5-E6F6-470D-B422-6ED1C795952A@whyknott.com> Hello- Question for everyone.....I have a client who wants to access his Joomla admin via an Android mobile phone. He wants to upload photos to his gallery and create articles etc. His site uses prodominately K2 component rather than the Joomla core. Do you have any extension recommendation I can use for this client or will this need to be custom programmed? I found several free extensions but nothing with K2 support so far. Kenny Berwager Art Director Whyknott Advertising 1204 High St., Hanover PA 17331 Ph: 717.630.1240 Fx: 717.630.1277 http://www.whyknott.com From sbritton at gmail.com Thu Feb 16 12:44:15 2012 From: sbritton at gmail.com (Stephen Britton) Date: Thu, 16 Feb 2012 12:44:15 -0500 Subject: [joomla] Access Joomla and K2 component admin via android mobile phone In-Reply-To: <2B529FC5-E6F6-470D-B422-6ED1C795952A@whyknott.com> References: <2B529FC5-E6F6-470D-B422-6ED1C795952A@whyknott.com> Message-ID: Hi Kenny, I have never tried to view a Joomla K2 back-end on a mobile device, but you could look at the new Admin Praise admin templates. I am not sure how well they would work with K2. Admin Praise has a nice back-end admin theme that works well with iPhone and it should work fine with Android. (But remember, these screens are small and unless he has small fingers, it is not gong to be easy to type and upload photos.) www.adminpraise.com If your client wants to make their mobile friendly, they will probably need to switch to another theme that uses media queries. JoomlaBamboo and JoomlArt have released "responsive" themes that can be viewed on mobile devices as well as 27-inch+ LED screens. It also might be possible to modify his current theme with K2 into a responsible theme using media queries but would probably require a lot of work with CSS. - - - Steve On Thu, Feb 16, 2012 at 12:08 PM, Kenny Berwager wrote: > Hello- > Question for everyone.....I have a client who wants to access his Joomla > admin via an Android mobile phone. He wants to upload photos to his gallery > and create articles etc. His site uses prodominately K2 component rather > than the Joomla core. Do you have any extension recommendation I can use > for this client or will this need to be custom programmed? I found several > free extensions but nothing with K2 support so far. > > > Kenny Berwager > Art Director > Whyknott Advertising > 1204 High St., Hanover > PA 17331 > Ph: 717.630.1240 > Fx: 717.630.1277 > http://www.whyknott.com > > > > > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Thu Feb 16 12:53:38 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Thu, 16 Feb 2012 18:53:38 +0100 Subject: [joomla] Access Joomla and K2 component admin via android mobile phone In-Reply-To: <2B529FC5-E6F6-470D-B422-6ED1C795952A@whyknott.com> References: <2B529FC5-E6F6-470D-B422-6ED1C795952A@whyknott.com> Message-ID: <04d901ccecd3$ea85e5c0$bf91b140$@gmail.com> Hi Kenny, One of solutions can be building API and call that API from application Installed on phone. I know for possibility to build similar applications For iPhone, iPad, Android phone, Android touchpad, Blackberry and Windows OS. Best regards, Saaa -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Kenny Berwager Sent: Thursday, February 16, 2012 6:09 PM To: joomla at lists.nyphp.org Subject: [joomla] Access Joomla and K2 component admin via android mobile phone Hello- Question for everyone.....I have a client who wants to access his Joomla admin via an Android mobile phone. He wants to upload photos to his gallery and create articles etc. His site uses prodominately K2 component rather than the Joomla core. Do you have any extension recommendation I can use for this client or will this need to be custom programmed? I found several free extensions but nothing with K2 support so far. Kenny Berwager Art Director Whyknott Advertising 1204 High St., Hanover PA 17331 Ph: 717.630.1240 Fx: 717.630.1277 http://www.whyknott.com _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php From paul at gubavision.com Thu Feb 16 15:22:13 2012 From: paul at gubavision.com (Paul Guba) Date: Thu, 16 Feb 2012 15:22:13 -0500 Subject: [joomla] Remove me Message-ID: Remove me from this list Thanks From davidalanroth at gmail.com Thu Feb 16 15:54:54 2012 From: davidalanroth at gmail.com (David Roth) Date: Thu, 16 Feb 2012 15:54:54 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: <038301ccec09$e01bc980$a0535c80$@gmail.com> Message-ID: Typo, my apologies, Sasa. - David On Wed, Feb 15, 2012 at 3:08 PM, David Roth wrote: > Hi Sara. > > Thanks for the reply and offer. It's on an intranet, so there is no > outside access to it. > > I've done a grep -il footer2 `find .` on the installation of Joomla > and other than the default.php and the .ini file, I don't see any CSS > for footer1 or footer2. > > I was using Google Chrome's Inspect Element hoping I could see where > it was getting it's CSS from but didn't see anything. When I do a View > Source of that page, all the .css is part of this Joomla installation > so it's not getting it from anything external. It might not be set at > all is what I'm thinking. I had the impression that CSS is like HTML > in that it doesn't generate any errors or complains about anything if > it's missing. > > The template is from Rocket Theme called Hivemind. It might not be set > at all is what I'm thinking now. > > I will have to dig around in mod_footer to see what it's doing with > the ini files mod_footer stuff. > > David Roth > > On Wed, Feb 15, 2012 at 12:47 PM, Sasa Rakic - Gmail wrote: >> Hi David, >> >> Footer code is in: >> >> \modules\mod_footer\tmpl\default.php >> >>
> ?>
>>
> JText::_('MOD_FOOTER_LINE2'); ?>
>> >> If you have site Url I will be able to check are some css styles are >> overriding. >> >> Best regards, >> Sasa >> >> -----Original Message----- >> From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] >> On Behalf Of David Roth >> Sent: Wednesday, February 15, 2012 7:59 AM >> To: NYPHP SIG: Joomla >> Subject: [joomla] div class="footer1", where is the CSS for this? >> >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 for >> footer1 or footer2. Is this not assigned all the time? Or is it generated >> with through the magic of PHP and that's making it hard to find? >> >>
Copyright C 2012 My Little Test. All Rights >> Reserved.
>> >> Assuming footer1 and footer2 isn't assigned all the time, where should it >> be? template.css? >> >> In case you are wondering why I want to know this, I want to be able to use >> a different font color for footer2. Thanks! >> >> David Roth From masimko at verizon.net Fri Feb 17 09:41:21 2012 From: masimko at verizon.net (Mark Simko) Date: Fri, 17 Feb 2012 08:41:21 -0600 (CST) Subject: [joomla] div class="footer1", where is the CSS for this? Message-ID: <26133594.675222.1329489681942.JavaMail.root@vms170033> An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Fri Feb 17 09:57:17 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Fri, 17 Feb 2012 06:57:17 -0800 (PST) Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: <26133594.675222.1329489681942.JavaMail.root@vms170033> References: <26133594.675222.1329489681942.JavaMail.root@vms170033> Message-ID: <1329490637.7460.YahooMailNeo@web35606.mail.mud.yahoo.com> css is not assigned to all classes and tags.? It's there for when/if you want to modify the design or layout.? It's called "thinking ahead".? ________________________________ From: Mark Simko To: joomla at lists.nyphp.org Sent: Friday, February 17, 2012 9:41 AM Subject: Re: [joomla] div class="footer1", where is the CSS for this? Message: 1 Date: Wed, 15 Feb 2012 01:58:30 -0500 From: David Roth To: "NYPHP SIG: Joomla" Subject: [joomla] div class="footer1", where is the CSS for this? Message-ID: Content-Type: text/plain; charset=ISO-8859-1 You might not believe this, but I can't find the CSS in Joomla 2.5.1 for footer1 or footer2. Is this not assigned all the time? Or is it generated with through the magic of PHP and that's making it hard to find?
Copyright ? 2012 My Little Test. All Rights Reserved.
Assuming footer1 and footer2 isn't assigned all the time, where should it be? template.css? In case you are wondering why I want to know this, I want to be able to use a different font color for footer2. Thanks! David Roth ------------------------------ Install Firebug in Firefox. Then you can open the web page in Firefox, right click on an element, and select 'inspect with Firebug'. At the bottom of the screen, you will be able to insepct the html, and the css. On the right side, the css will be indicated, along with the files it is contained in. You'll be able to track back where css is set, and where it is over-ridden. Does anyone know a quick way to find an element in firebug? is there a search of the css? _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From masimko at verizon.net Fri Feb 17 10:58:13 2012 From: masimko at verizon.net (Mark Simko) Date: Fri, 17 Feb 2012 09:58:13 -0600 (CST) Subject: [joomla] div class="footer1", where is the CSS for this? Message-ID: <23539759.684904.1329494294038.JavaMail.root@vms170033> An HTML attachment was scrubbed... URL: From rakics at gmail.com Fri Feb 17 11:54:39 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Fri, 17 Feb 2012 17:54:39 +0100 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: <23539759.684904.1329494294038.JavaMail.root@vms170033> References: <23539759.684904.1329494294038.JavaMail.root@vms170033> Message-ID: <089501cced94$d8ce6750$8a6b35f0$@gmail.com> Hi Marko, Select FireBug CSS Tab, you will be able also to select css file name to search in for. Hit CTRL + F, select checkboxes at top right of FireBug console and enter search term in search text field. Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Mark Simko Sent: Friday, February 17, 2012 4:58 PM To: joomla at lists.nyphp.org Subject: Re: [joomla] div class="footer1", where is the CSS for this? >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 for >> footer1 or footer2. Is this not assigned all the time? Or is it generated >> with through the magic of PHP and that's making it hard to find? >> Install Firebug in Firefox and use that to inspect the element. You'll see the css and the files the css is set for the element on the bottom right side. You'll see where the css is over-ridden from earlier files too. On the bottom left you'll see the html, and as you hover over the html, the view above will highlight the element the html is creating. click on the div and the appropriate css will be shown on the bottom right. Does anyone know how to search that css in Firebug? That capability would save me some time. -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Sat Feb 18 08:18:30 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Sat, 18 Feb 2012 11:18:30 -0200 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: Message-ID: Try this: In your CSS stylesheet file declare the classes and add an *!important* at the end of the line. Notice the exclamation point (!) before *important*. This should override other declarations, if any. .footer1 {color: #F03 *!*important;} .footer1 {color: #C00 *!*important;} 2012/2/15 David Roth > You might not believe this, but I can't find the CSS in Joomla 2.5.1 > for footer1 or footer2. Is this not assigned all the time? Or is it > generated with through the magic of PHP and that's making it hard to > find? > >
Copyright ? 2012 My Little Test. All Rights > Reserved.
> > Assuming footer1 and footer2 isn't assigned all the time, where should > it be? template.css? > > In case you are wondering why I want to know this, I want to be able > to use a different font color for footer2. Thanks! > > David Roth > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Sat Feb 18 22:34:06 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Sun, 19 Feb 2012 04:34:06 +0100 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: <038301ccec09$e01bc980$a0535c80$@gmail.com> Message-ID: <000001cceeb7$572dd8b0$05898a10$@gmail.com> Hi Scott, >Typo, my apologies, Sasa. - David Thank you for finding solution for David. Best regards, Sasa On Wed, Feb 15, 2012 at 3:08 PM, David Roth wrote: > Hi Sara. > > Thanks for the reply and offer. It's on an intranet, so there is no > outside access to it. > > I've done a grep -il footer2 `find .` on the installation of Joomla > and other than the default.php and the .ini file, I don't see any CSS > for footer1 or footer2. > > I was using Google Chrome's Inspect Element hoping I could see where > it was getting it's CSS from but didn't see anything. When I do a View > Source of that page, all the .css is part of this Joomla installation > so it's not getting it from anything external. It might not be set at > all is what I'm thinking. I had the impression that CSS is like HTML > in that it doesn't generate any errors or complains about anything if > it's missing. > > The template is from Rocket Theme called Hivemind. It might not be set > at all is what I'm thinking now. > > I will have to dig around in mod_footer to see what it's doing with > the ini files mod_footer stuff. > > David Roth > > On Wed, Feb 15, 2012 at 12:47 PM, Sasa Rakic - Gmail wrote: >> Hi David, >> >> Footer code is in: >> >> \modules\mod_footer\tmpl\default.php >> >>
> $lineone; ?>
>> >> If you have site Url I will be able to check are some css styles are >> overriding. >> >> Best regards, >> Sasa >> >> -----Original Message----- >> From: joomla-bounces at lists.nyphp.org >> [mailto:joomla-bounces at lists.nyphp.org] >> On Behalf Of David Roth >> Sent: Wednesday, February 15, 2012 7:59 AM >> To: NYPHP SIG: Joomla >> Subject: [joomla] div class="footer1", where is the CSS for this? >> >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 >> for >> footer1 or footer2. Is this not assigned all the time? Or is it >> generated with through the magic of PHP and that's making it hard to find? >> >>
Copyright C 2012 My Little Test. All Rights >> Reserved.
>> >> Assuming footer1 and footer2 isn't assigned all the time, where >> should it be? template.css? >> >> In case you are wondering why I want to know this, I want to be able >> to use a different font color for footer2. Thanks! >> >> David Roth _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php From davidalanroth at gmail.com Sun Feb 19 03:45:12 2012 From: davidalanroth at gmail.com (David Roth) Date: Sun, 19 Feb 2012 03:45:12 -0500 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: Message-ID: Thanks for the help, Helv?cio. Very useful! Where is the best place to add your own custom CSS as an override for a commercial Joomla template so that it doesn't get wiped out by updates? Thanks! David Roth On Sat, Feb 18, 2012 at 8:18 AM, Helv?cio da Silva wrote: > Try this: > > In your CSS stylesheet file declare the classes and add an !important at the > end of the line. Notice the exclamation point (!) before important. > > This should override other declarations, if any. > > .footer1 {color: #F03 !important;} > .footer1 {color: #C00 !important;} > > 2012/2/15 David Roth >> >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 >> for footer1 or footer2. Is this not assigned all the time? Or is it >> generated with through the magic of PHP and that's making it hard to >> find? >> >>
Copyright ? 2012 My Little Test. All Rights >> Reserved.
>> >> Assuming footer1 and footer2 isn't assigned all the time, where should >> it be? template.css? >> >> In case you are wondering why I want to know this, I want to be able >> to use a different font color for footer2. Thanks! >> >> David Roth From helvecio.rj at gmail.com Sun Feb 19 06:25:06 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Sun, 19 Feb 2012 09:25:06 -0200 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: References: Message-ID: First, I'd check wether I can change this particular point through my template's parameters. If I can't, I'd look for a way to summon my new CSS file from in the template's parameters. No luck? I'd give it a try to adding the following line to the head of my template: If this doesn't work (Commercial templates can be tricky sometimes...) I'd go to the template's support forum or support system, if it's a paid template. If there's a problem, there's a solution. All the best! 2012/2/19 David Roth > Thanks for the help, Helv?cio. Very useful! > > Where is the best place to add your own custom CSS as an override for > a commercial Joomla template so that it doesn't get wiped out by > updates? Thanks! > > David Roth > > > On Sat, Feb 18, 2012 at 8:18 AM, Helv?cio da Silva > wrote: > > Try this: > > > > In your CSS stylesheet file declare the classes and add an !important at > the > > end of the line. Notice the exclamation point (!) before important. > > > > This should override other declarations, if any. > > > > .footer1 {color: #F03 !important;} > > .footer1 {color: #C00 !important;} > > > > 2012/2/15 David Roth > >> > >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 > >> for footer1 or footer2. Is this not assigned all the time? Or is it > >> generated with through the magic of PHP and that's making it hard to > >> find? > >> > >>
Copyright ? 2012 My Little Test. All Rights > >> Reserved.
> >> > >> Assuming footer1 and footer2 isn't assigned all the time, where should > >> it be? template.css? > >> > >> In case you are wondering why I want to know this, I want to be able > >> to use a different font color for footer2. Thanks! > >> > >> David Roth > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ellen.rothwax at gmail.com Sun Feb 19 18:38:56 2012 From: ellen.rothwax at gmail.com (Ellen Rothwax) Date: Sun, 19 Feb 2012 18:38:56 -0500 Subject: [joomla] looking for a log-in extension Message-ID: Does anyone know of an extension that, when a visitor logs in, will return the message :"The last time you logged in was xx/xx/xxxx" -- Ellen Rothwax Web Design and Development *Don?t say you can?t afford a website. . .you can?t afford not to have one. *www.ebrwebsitedesigns.com* *(P) 203 572-5756* * -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbritton at gmail.com Mon Feb 20 17:54:33 2012 From: sbritton at gmail.com (Stephen Britton) Date: Mon, 20 Feb 2012 17:54:33 -0500 Subject: [joomla] Ten Commandments for Joomla Users Message-ID: Cory Webb has put together some excellent Joomla advice. But where is Charlton Heston? http://www.corywebbmedia.com/blog/item/62-ten-commandments-for-joomla-users -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Thu Feb 23 17:17:33 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Thu, 23 Feb 2012 23:17:33 +0100 Subject: [joomla] Css Stylizer Message-ID: <00e501ccf278$f1a60b50$d4f221f0$@gmail.com> Hi there, One mine friend told me for this good Css Stylizer: http://www.stylizerapp.com/stylizer/videos/ I think it can help a lot on Joomla sites where site is built but some additional css changes Need to be done. Best Regards, Sasa From ellen.rothwax at gmail.com Fri Feb 24 13:49:07 2012 From: ellen.rothwax at gmail.com (Ellen Rothwax) Date: Fri, 24 Feb 2012 13:49:07 -0500 Subject: [joomla] Thoughts on templates from Joomlavi Message-ID: Has anyone used templates from http://www.joomlavi.com/<%20http://www.joomlavi.com/>? My client saw one she likes, but It is built on it's own framework and I was wondering if anyone is familiar with it and if it is any good. Any feedback would be appreciated. Ellen -- Ellen Rothwax Web Design and Development *Don?t say you can?t afford a website. . .you can?t afford not to have one. *www.ebrwebsitedesigns.com* *(P) 203 572-5756* * -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbritton at gmail.com Fri Feb 24 14:04:51 2012 From: sbritton at gmail.com (Stephen Britton) Date: Fri, 24 Feb 2012 14:04:51 -0500 Subject: [joomla] Thoughts on templates from Joomlavi In-Reply-To: References: Message-ID: Hi Ellen, I have never heard of Joomlavi, but most professional template developers (JoomArt, Monster, etc.) use some type of framework these days because it is a faster and more efficient way to development templates. The developer just has to crank out the design and everything else falls in place. (I have also noticed that a lot of smaller template companies are using the JoomlArt T3 framework. I would not surprise me if Joomlavi is using this framework.) The prices at Joomlavi are cheap, although, I am always leery of template developers who ask for gender during the registration process :-) Keep us posted on how it works out. - - - Steve On Fri, Feb 24, 2012 at 1:49 PM, Ellen Rothwax wrote: > Has anyone used templates from http://www.joomlavi.com/ ? > My client saw one she likes, but It is built on it's own framework and I > was wondering if anyone is familiar with it and if it is any good. Any > feedback would be appreciated. > Ellen > -- > > > Ellen Rothwax > Web Design and Development > *Don?t say you can?t afford a website. . .you can?t afford not to have > one. > *www.ebrwebsitedesigns.com* > *(P) 203 572-5756* > * > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Mon Feb 27 01:27:00 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 27 Feb 2012 01:27:00 -0500 Subject: [joomla] Joomla 2.5.1 - 'Missing field in the database: MenusTableMenu id. ...' Message-ID: Here I was going along in the admin in Joomla 2.5.1 and when I clicked on the Menu Manager and any of the items there such as Home, etc. now give this error message (please see below). Any suggestions of how to fix this? What might have caused it? Thanks! David Roth 500 - An error has occurred. Missing field in the database: MenusTableMenu id. Missing field in the database: MenusTableMenu id. Error loading form file Missing field in the database: MenusTableMenu id. Here is the error log: [root at staging]# cat PHP_errors.log [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/includes/application.php on line 275 [27-Feb-2012 01:23:47] PHP Notice: Undefined property: stdClass::$params in /home/www/html/staging/administrator/includes/application.php on line 276 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/includes/application.php on line 275 [27-Feb-2012 01:23:47] PHP Notice: Undefined property: stdClass::$params in /home/www/html/staging/administrator/includes/application.php on line 276 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/components/com_menus/models/item.php on line 544 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 From davidalanroth at gmail.com Mon Feb 27 14:37:34 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 27 Feb 2012 14:37:34 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' Message-ID: I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server version: 5.1.61. All the sudden I get error messages when logged in as Admin when trying to access the Menu Manager items such as Home. Things were working fine the night before so I look in the PHP error log: [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/includes/application.php on line 275 [27-Feb-2012 01:23:47] PHP Notice: Undefined property: stdClass::$params in /home/www/html/staging/administrator/includes/application.php on line 276 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/includes/application.php on line 275 [27-Feb-2012 01:23:47] PHP Notice: Undefined property: stdClass::$params in /home/www/html/staging/administrator/includes/application.php on line 276 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/components/com_menus/models/item.php on line 544 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 So it appears to be MySQL related. So I decided to do a mysqldump of the database Joomla 2.5.1 is using to rebuild the database and come up with this error message: mysqldump: Couldn't execute 'show fields from `cmyzk_assets`': Can't create/write to file '/tmp/#sql_6da_0.MYI' (Errcode: 13) (1) I do a ' perror 13' command to see what Errcode 13 means and get this: OS error code 13: Permission denied This doesn't make sense to me because I'm logged in as root doing all this. Furthermore, I didn't change anything (that I know of). I looked to see how MySql is running: root 1665 0.0 0.0 108256 1432 ? S 12:15 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/home/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql mysql 1754 0.0 0.5 217712 19536 ? Sl 12:15 0:01 /usr/libexec/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock I don't know what the next step should be. I'd appreciate suggestions. Thanks! David Roth From rytech123 at gmail.com Mon Feb 27 14:56:42 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Mon, 27 Feb 2012 14:56:42 -0500 Subject: [joomla] Fwd: Hey from Israel In-Reply-To: <4F4BD93F.6000506@gmail.com> References: <4F4BD93F.6000506@gmail.com> Message-ID: See the email below for a special discount from Israel, Ofer Cohen. The cost is for support, if you purchase one month, you can use the code forever...you don't have to keep paying, unless you need more support. -laura ---------- Forwarded message ---------- From: "Ofer Cohen" Date: Feb 27, 2012 2:28 PM Subject: Hey from Israel To: "Laura Gordon" Hey Laura How are you? It's Ofer from Israel. After been in the JDNY11, I've heard about requirement for module map for Joomla and drag&drop interface for modules positioning... I'm proud to announce on my new extension called TP2. TP2 is the only extension that give you the ability to see ALL your positions on one page and use DRAG N DROP interface for adding new modules in any positions. You can see demonstration in the next link: http://www.youtube.com/watch?v=D28bir1BZZI The price for the first month would be 20$, after it, will be raised to 30$. Because I've personal enjoy the J!Day in NY, and the people in the New York community, I've created coupon for NY JUG: TP2NY. This will discount 25% and cost 15$. The coupon is only for one month. Wishing you the best. -- Ofer Cohen The best Joomla module management extension -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Mon Feb 27 16:07:18 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Mon, 27 Feb 2012 22:07:18 +0100 Subject: [joomla] Fwd: Hey from Israel In-Reply-To: References: <4F4BD93F.6000506@gmail.com> Message-ID: <02d601ccf593$cb44e7b0$61ceb710$@gmail.com> Hi, I have bit aversion from all that is coming from China (Goliath) or Israel (David) as well from wrong coded emails: >oferc666 at gmail.com Everybody has past, good addition to that word is "sentence". Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Laura Gordon Sent: Monday, February 27, 2012 8:57 PM To: NYPHP SIG: Joomla Subject: [joomla] Fwd: Hey from Israel See the email below for a special discount from Israel, Ofer Cohen. The cost is for support, if you purchase one month, you can use the code forever...you don't have to keep paying, unless you need more support. -laura ---------- Forwarded message ---------- From: "Ofer Cohen" Date: Feb 27, 2012 2:28 PM Subject: Hey from Israel To: "Laura Gordon" Hey Laura How are you? It's Ofer from Israel. After been in the JDNY11, I've heard about requirement for module map for Joomla and drag&drop interface for modules positioning... I'm proud to announce on my new extension called TP2. TP2 is the only extension that give you the ability to see ALL your positions on one page and use DRAG N DROP interface for adding new modules in any positions. You can see demonstration in the next link: http://www.youtube.com/watch?v=D28bir1BZZI The price for the first month would be 20$, after it, will be raised to 30$. Because I've personal enjoy the J!Day in NY, and the people in the New York community, I've created coupon for NY JUG: TP2NY. This will discount 25% and cost 15$. The coupon is only for one month. Wishing you the best. -- Ofer Cohen The best Joomla module management extension -------------- next part -------------- An HTML attachment was scrubbed... URL: From rytech123 at gmail.com Mon Feb 27 17:13:28 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Mon, 27 Feb 2012 17:13:28 -0500 Subject: [joomla] joomlaCamp 2012 Message-ID: Hi all, One last reminder to register for JoomlaCamp. we have about 10 tickets left...so don't miss out! I have extended the deadline to Monday, March 5...so you have the weekend to sign up. Details: JoomlaCamp 2012 Sunday, March 11, 2012 9:00 - 4:30pm * Registration begins at 8:30am * There will be NO REGISTRATIONS AT THE DOOR. Workshop Schedules (*Please note these may change) * Schedule: - 8:30 - 9:00 Registration (bagels / coffee will be available) - 9:00 - 9:30 Welcome, determine Round & Round 2 of workshops - 9:30 - 11:00 Workshops Round 1 Beg Joomla - Marian Konop Create a module - Donna Marie Vincent ecommerce in joomla - Scott Wolpow - 11:15 - 12:45 Workshops Round 2 Coding in the Joomla framework & joomla api: Elin Waring Image Galleries: Laura Gordon Advertising on site with Banners: Scott Wolpow - 12:45 - 1:30 LUNCH - 1:30 - 2:45 Workshops round 3 Forms tools: Stewart Newfeld Work with directories - Donna Marie Vincent Templates (go over different types, what you can do, etc..) - Laura Gordon Different news modules - Marian Konop - 2:45 - 4:00 Workshops round 4 Upgrade to Joomla 2.5 from 1.5 - Elin (most people attending want to do know how to do this) * Any other workshops that are determined that we need - 4:00 - 4:30 All together for Lightening Round / Stump the Mentor * Please note this schedule could change depending on needs for the day! thanks, -- Laura -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Mon Feb 27 19:13:17 2012 From: scott at wolpow.com (Scott Wolpow) Date: Mon, 27 Feb 2012 19:13:17 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: References: Message-ID: <4F4C1C1D.6000302@wolpow.com> Hmm, Sounds like you MySql root user got corrupted. I suggest you search on lost MySql root password and follow those directions. SW On 2/27/2012 2:37 PM, David Roth wrote: > I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server > version: 5.1.61. All the sudden I get error messages when logged in > as Admin when trying to access the Menu Manager items such as Home. > Things were working fine the night before so I look in the PHP error > log: > > [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of > non-object in /home/www/html/staging/administrator/includes/application.php > on line 275 > [27-Feb-2012 01:23:47] PHP Notice: Undefined property: > stdClass::$params in > /home/www/html/staging/administrator/includes/application.php on line > 276 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of > non-object in /home/www/html/staging/administrator/includes/application.php > on line 275 > [27-Feb-2012 01:23:47] PHP Notice: Undefined property: > stdClass::$params in > /home/www/html/staging/administrator/includes/application.php on line > 276 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/table.php > on line 406 > [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of > non-object in /home/www/html/staging/administrator/components/com_menus/models/item.php > on line 544 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/table.php > on line 406 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php > on line 377 > [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for > foreach() in /home/www/html/staging/libraries/joomla/database/table.php > on line 406 > > So it appears to be MySQL related. So I decided to do a mysqldump of > the database Joomla 2.5.1 is using to rebuild the database and come up > with this error message: > > mysqldump: Couldn't execute 'show fields from `cmyzk_assets`': Can't > create/write to file '/tmp/#sql_6da_0.MYI' (Errcode: 13) (1) > > I do a ' perror 13' command to see what Errcode 13 means and get this: > OS error code 13: Permission denied > > This doesn't make sense to me because I'm logged in as root doing all > this. Furthermore, I didn't change anything (that I know of). I > looked to see how MySql is running: > > root 1665 0.0 0.0 108256 1432 ? S 12:15 0:00 > /bin/sh /usr/bin/mysqld_safe --datadir=/home/mysql > --socket=/var/lib/mysql/mysql.sock > --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql > mysql 1754 0.0 0.5 217712 19536 ? Sl 12:15 0:01 > /usr/libexec/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql > --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid > --socket=/var/lib/mysql/mysql.sock > > I don't know what the next step should be. I'd appreciate suggestions. Thanks! > > David Roth > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From davidalanroth at gmail.com Mon Feb 27 20:12:51 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 27 Feb 2012 20:12:51 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: <4F4C1C1D.6000302@wolpow.com> References: <4F4C1C1D.6000302@wolpow.com> Message-ID: Hi Scott. Thanks for the reply. I'm able at the command line do a mysql -p and login with the usual password. Are you referring to resetting some other password/permissions for the mysqld? Never had a serious MySQL problem like this before. Time for the long pants. :-) David Roth On Mon, Feb 27, 2012 at 7:13 PM, Scott Wolpow wrote: > Hmm, > Sounds like you MySql root user got corrupted. > > I suggest you search on lost MySql root password and follow those > directions. > SW > > > On 2/27/2012 2:37 PM, David Roth wrote: >> >> I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server >> version: 5.1.61. ?All the sudden I get error messages when logged in >> as Admin when trying to access the Menu Manager items such as Home. >> Things were working fine the night before so I look in the PHP error >> log: >> >> [27-Feb-2012 01:23:47] PHP Notice: ?Trying to get property of >> non-object in >> /home/www/html/staging/administrator/includes/application.php >> on line 275 >> [27-Feb-2012 01:23:47] PHP Notice: ?Undefined property: >> stdClass::$params in >> /home/www/html/staging/administrator/includes/application.php on line >> 276 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Notice: ?Trying to get property of >> non-object in >> /home/www/html/staging/administrator/includes/application.php >> on line 275 >> [27-Feb-2012 01:23:47] PHP Notice: ?Undefined property: >> stdClass::$params in >> /home/www/html/staging/administrator/includes/application.php on line >> 276 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >> on line 406 >> [27-Feb-2012 01:23:47] PHP Notice: ?Trying to get property of >> non-object in >> /home/www/html/staging/administrator/components/com_menus/models/item.php >> on line 544 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >> on line 406 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in >> /home/www/html/staging/libraries/joomla/database/database/mysql.php >> on line 377 >> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >> on line 406 >> >> So it appears to be MySQL related. So I decided to do a mysqldump of >> the database Joomla 2.5.1 is using to rebuild the database and come up >> with this error message: >> >> mysqldump: Couldn't execute 'show fields from `cmyzk_assets`': Can't >> create/write to file '/tmp/#sql_6da_0.MYI' (Errcode: 13) (1) >> >> I do a ' perror 13' command to see what Errcode 13 means and get this: >> OS error code ?13: ?Permission denied >> >> This doesn't make sense to me because I'm logged in as root doing all >> this. Furthermore, I didn't change anything (that I know of). ?I >> looked to see how MySql is running: >> >> root ? ? ?1665 ?0.0 ?0.0 108256 ?1432 ? ? ? ? ?S ? ?12:15 ? 0:00 >> /bin/sh /usr/bin/mysqld_safe --datadir=/home/mysql >> --socket=/var/lib/mysql/mysql.sock >> --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql >> mysql ? ? 1754 ?0.0 ?0.5 217712 19536 ? ? ? ? ?Sl ? 12:15 ? 0:01 >> /usr/libexec/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql >> --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid >> --socket=/var/lib/mysql/mysql.sock >> >> I don't know what the next step should be. I'd appreciate suggestions. >> Thanks! >> >> David Roth >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From scott at wolpow.com Mon Feb 27 20:30:03 2012 From: scott at wolpow.com (Scott Wolpow) Date: Mon, 27 Feb 2012 20:30:03 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: References: <4F4C1C1D.6000302@wolpow.com> Message-ID: <4F4C2E1B.6030003@wolpow.com> Can you login into mysql as root? SW On 2/27/2012 8:12 PM, David Roth wrote: > Hi Scott. > > Thanks for the reply. > > I'm able at the command line do a mysql -p and login with the usual > password. Are you referring to resetting some other > password/permissions for the mysqld? > > Never had a serious MySQL problem like this before. Time for the long pants. :-) > > David Roth > > On Mon, Feb 27, 2012 at 7:13 PM, Scott Wolpow wrote: >> Hmm, >> Sounds like you MySql root user got corrupted. >> >> I suggest you search on lost MySql root password and follow those >> directions. >> SW >> >> >> On 2/27/2012 2:37 PM, David Roth wrote: >>> I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server >>> version: 5.1.61. All the sudden I get error messages when logged in >>> as Admin when trying to access the Menu Manager items such as Home. >>> Things were working fine the night before so I look in the PHP error >>> log: >>> >>> [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of >>> non-object in >>> /home/www/html/staging/administrator/includes/application.php >>> on line 275 >>> [27-Feb-2012 01:23:47] PHP Notice: Undefined property: >>> stdClass::$params in >>> /home/www/html/staging/administrator/includes/application.php on line >>> 276 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of >>> non-object in >>> /home/www/html/staging/administrator/includes/application.php >>> on line 275 >>> [27-Feb-2012 01:23:47] PHP Notice: Undefined property: >>> stdClass::$params in >>> /home/www/html/staging/administrator/includes/application.php on line >>> 276 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >>> on line 406 >>> [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of >>> non-object in >>> /home/www/html/staging/administrator/components/com_menus/models/item.php >>> on line 544 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >>> on line 406 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in >>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>> on line 377 >>> [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for >>> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >>> on line 406 >>> >>> So it appears to be MySQL related. So I decided to do a mysqldump of >>> the database Joomla 2.5.1 is using to rebuild the database and come up >>> with this error message: >>> >>> mysqldump: Couldn't execute 'show fields from `cmyzk_assets`': Can't >>> create/write to file '/tmp/#sql_6da_0.MYI' (Errcode: 13) (1) >>> >>> I do a ' perror 13' command to see what Errcode 13 means and get this: >>> OS error code 13: Permission denied >>> >>> This doesn't make sense to me because I'm logged in as root doing all >>> this. Furthermore, I didn't change anything (that I know of). I >>> looked to see how MySql is running: >>> >>> root 1665 0.0 0.0 108256 1432 ? S 12:15 0:00 >>> /bin/sh /usr/bin/mysqld_safe --datadir=/home/mysql >>> --socket=/var/lib/mysql/mysql.sock >>> --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql >>> mysql 1754 0.0 0.5 217712 19536 ? Sl 12:15 0:01 >>> /usr/libexec/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql >>> --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid >>> --socket=/var/lib/mysql/mysql.sock >>> >>> I don't know what the next step should be. I'd appreciate suggestions. >>> Thanks! >>> >>> David Roth >>> _______________________________________________ >>> New York PHP SIG: Joomla! Mailing List >>> http://lists.nyphp.org/mailman/listinfo/joomla >>> >>> NYPHPCon 2006 Presentations Online >>> http://www.nyphpcon.com >>> >>> Show Your Participation in New York PHP >>> http://www.nyphp.org/show_participation.php >>> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From rakics at gmail.com Mon Feb 27 20:41:40 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Tue, 28 Feb 2012 02:41:40 +0100 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: References: Message-ID: <000f01ccf5ba$1ed3a210$5c7ae630$@gmail.com> Hi David, You will be recommended to another task when all this big country has done small things ends, possible Within next few months or till end of year. You know that each security has section for jokes. Best regards, Sasa -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of David Roth Sent: Monday, February 27, 2012 8:38 PM To: mysql at lists.nyphp.org; NYPHP SIG: Joomla Subject: [joomla] mysqldump error - ' Can't create/write to file...' I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server version: 5.1.61. All the sudden I get error messages when logged in as Admin when trying to access the Menu Manager items such as Home. Things were working fine the night before so I look in the PHP error log: [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/includes/application.php on line 275 [27-Feb-2012 01:23:47] PHP Notice: Undefined property: stdClass::$params in /home/www/html/staging/administrator/includes/application.php on line 276 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/includes/application.php on line 275 [27-Feb-2012 01:23:47] PHP Notice: Undefined property: stdClass::$params in /home/www/html/staging/administrator/includes/application.php on line 276 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 [27-Feb-2012 01:23:47] PHP Notice: Trying to get property of non-object in /home/www/html/staging/administrator/components/com_menus/models/item.php on line 544 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/database/mysql.php on line 377 [27-Feb-2012 01:23:47] PHP Warning: Invalid argument supplied for foreach() in /home/www/html/staging/libraries/joomla/database/table.php on line 406 So it appears to be MySQL related. So I decided to do a mysqldump of the database Joomla 2.5.1 is using to rebuild the database and come up with this error message: mysqldump: Couldn't execute 'show fields from `cmyzk_assets`': Can't create/write to file '/tmp/#sql_6da_0.MYI' (Errcode: 13) (1) I do a ' perror 13' command to see what Errcode 13 means and get this: OS error code 13: Permission denied This doesn't make sense to me because I'm logged in as root doing all this. Furthermore, I didn't change anything (that I know of). I looked to see how MySql is running: root 1665 0.0 0.0 108256 1432 ? S 12:15 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/home/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql mysql 1754 0.0 0.5 217712 19536 ? Sl 12:15 0:01 /usr/libexec/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock I don't know what the next step should be. I'd appreciate suggestions. Thanks! David Roth _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php From davidalanroth at gmail.com Mon Feb 27 21:46:22 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 27 Feb 2012 21:46:22 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: <4F4C2E1B.6030003@wolpow.com> References: <4F4C1C1D.6000302@wolpow.com> <4F4C2E1B.6030003@wolpow.com> Message-ID: As root I can 'su mysql'. I've never actually done that before, have not had a reason until now. I did try to create a test file in /tmp and it gave a message of "Permission denied". I'd think that alone is odd, shouldn't mysql as a user be able to write to /tmp? This may be related to the problem? Thanks! David Roth On Mon, Feb 27, 2012 at 8:30 PM, Scott Wolpow wrote: > Can you login into mysql as root? > SW > > On 2/27/2012 8:12 PM, David Roth wrote: >> >> Hi Scott. >> >> Thanks for the reply. >> >> I'm able at the command line do a mysql -p and login with the usual >> password. Are you referring to resetting some other >> password/permissions for the mysqld? >> >> Never had a serious MySQL problem like this before. Time for the long >> pants. :-) >> >> David Roth >> >> On Mon, Feb 27, 2012 at 7:13 PM, Scott Wolpow ?wrote: >>> >>> Hmm, >>> Sounds like you MySql root user got corrupted. >>> >>> I suggest you search on lost MySql root password and follow those >>> directions. >>> SW >>> >>> >>> On 2/27/2012 2:37 PM, David Roth wrote: >>>> >>>> I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server >>>> version: 5.1.61. ?All the sudden I get error messages when logged in >>>> as Admin when trying to access the Menu Manager items such as Home. >>>> Things were working fine the night before so I look in the PHP error >>>> log: >>>> >>>> [27-Feb-2012 01:23:47] PHP Notice: ?Trying to get property of >>>> non-object in >>>> /home/www/html/staging/administrator/includes/application.php >>>> on line 275 >>>> [27-Feb-2012 01:23:47] PHP Notice: ?Undefined property: >>>> stdClass::$params in >>>> /home/www/html/staging/administrator/includes/application.php on line >>>> 276 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Notice: ?Trying to get property of >>>> non-object in >>>> /home/www/html/staging/administrator/includes/application.php >>>> on line 275 >>>> [27-Feb-2012 01:23:47] PHP Notice: ?Undefined property: >>>> stdClass::$params in >>>> /home/www/html/staging/administrator/includes/application.php on line >>>> 276 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >>>> on line 406 >>>> [27-Feb-2012 01:23:47] PHP Notice: ?Trying to get property of >>>> non-object in >>>> >>>> /home/www/html/staging/administrator/components/com_menus/models/item.php >>>> on line 544 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >>>> on line 406 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in >>>> /home/www/html/staging/libraries/joomla/database/database/mysql.php >>>> on line 377 >>>> [27-Feb-2012 01:23:47] PHP Warning: ?Invalid argument supplied for >>>> foreach() in /home/www/html/staging/libraries/joomla/database/table.php >>>> on line 406 >>>> >>>> So it appears to be MySQL related. So I decided to do a mysqldump of >>>> the database Joomla 2.5.1 is using to rebuild the database and come up >>>> with this error message: >>>> >>>> mysqldump: Couldn't execute 'show fields from `cmyzk_assets`': Can't >>>> create/write to file '/tmp/#sql_6da_0.MYI' (Errcode: 13) (1) >>>> >>>> I do a ' perror 13' command to see what Errcode 13 means and get this: >>>> OS error code ?13: ?Permission denied >>>> >>>> This doesn't make sense to me because I'm logged in as root doing all >>>> this. Furthermore, I didn't change anything (that I know of). ?I >>>> looked to see how MySql is running: >>>> >>>> root ? ? ?1665 ?0.0 ?0.0 108256 ?1432 ? ? ? ? ?S ? ?12:15 ? 0:00 >>>> /bin/sh /usr/bin/mysqld_safe --datadir=/home/mysql >>>> --socket=/var/lib/mysql/mysql.sock >>>> --pid-file=/var/run/mysqld/mysqld.pid --basedir=/usr --user=mysql >>>> mysql ? ? 1754 ?0.0 ?0.5 217712 19536 ? ? ? ? ?Sl ? 12:15 ? 0:01 >>>> /usr/libexec/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql >>>> --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid >>>> --socket=/var/lib/mysql/mysql.sock >>>> >>>> I don't know what the next step should be. I'd appreciate suggestions. >>>> Thanks! >>>> >>>> David Roth >>>> _______________________________________________ >>>> New York PHP SIG: Joomla! Mailing List >>>> http://lists.nyphp.org/mailman/listinfo/joomla >>>> >>>> NYPHPCon 2006 Presentations Online >>>> http://www.nyphpcon.com >>>> >>>> Show Your Participation in New York PHP >>>> http://www.nyphp.org/show_participation.php >>>> >>> _______________________________________________ >>> New York PHP SIG: Joomla! Mailing List >>> http://lists.nyphp.org/mailman/listinfo/joomla >>> >>> NYPHPCon 2006 Presentations Online >>> http://www.nyphpcon.com >>> >>> Show Your Participation in New York PHP >>> http://www.nyphp.org/show_participation.php >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From rolan at omnistep.com Mon Feb 27 21:47:11 2012 From: rolan at omnistep.com (Rolan Yang) Date: Mon, 27 Feb 2012 21:47:11 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: References: Message-ID: <4F4C402F.705@omnistep.com> Checked the amount of free disk space on the machine? On 2/27/2012 2:37 PM, David Roth wrote: > I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server > version: 5.1.61. All the sudden I get error messages when logged in > as Admin when trying to access the Menu Manager items such as Home. > Things were working fine the night before so I look in the PHP error > log: From davidalanroth at gmail.com Mon Feb 27 21:58:10 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 27 Feb 2012 21:58:10 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: <4F4C402F.705@omnistep.com> References: <4F4C402F.705@omnistep.com> Message-ID: Hi Rolan. Space doesn't seem to be an issue even /tmp has 7.1G free. This is a strange problem, and not sure what even caused it. Could Joomla 2.5.1 have corrupted the database? Is this a bug from a new release of MySQL? I did an fsck on the disks and looked in the logs, nothing wrong there either. I just checked via admin the other Joomla installations on the same in-house server and all of this same problem with: 500 - An error has occurred. Missing field in the database: JTableContent id. Missing field in the database: JTableContent id. So did MySQL get hosed up on this server? Should I consider re-installing MySQL? Thanks! David Roth On Mon, Feb 27, 2012 at 9:47 PM, Rolan Yang wrote: > Checked the amount of free disk space on the machine? > > On 2/27/2012 2:37 PM, David Roth wrote: >> >> I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server >> version: 5.1.61. ?All the sudden I get error messages when logged in >> as Admin when trying to access the Menu Manager items such as Home. >> Things were working fine the night before so I look in the PHP error >> log: > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From davidalanroth at gmail.com Mon Feb 27 22:12:11 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 27 Feb 2012 22:12:11 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: References: <4F4C402F.705@omnistep.com> Message-ID: Hi everyone. Unreal, I solved the problem. I don't know how or why, but /tmp instead of it being 1777 and owned by root and belonging to group root, it was owned by owner 502 (no 502 on this server) and group david. And the permissions were off too so it couldn't be written to. 502 is on another server here, with user 'david' (that's me!) is on every server. How this happened I don't know. This is one for the X-files. Special Agent David ;-) On Mon, Feb 27, 2012 at 9:58 PM, David Roth wrote: > Hi Rolan. > > Space doesn't seem to be an issue even /tmp has 7.1G free. > > This is a strange problem, and not sure what even caused it. Could > Joomla 2.5.1 have corrupted the database? Is this a bug from a new > release of MySQL? > > I did an fsck on the disks and looked in the logs, nothing wrong there either. > > I just checked via admin the other Joomla installations on the same > in-house server and all of this same problem with: > > 500 - An error has occurred. > Missing field in the database: JTableContent ? id. Missing field in > the database: JTableContent ? id. > > So did MySQL get hosed up on this server? Should I consider > re-installing MySQL? Thanks! > > David Roth > > On Mon, Feb 27, 2012 at 9:47 PM, Rolan Yang wrote: >> Checked the amount of free disk space on the machine? >> >> On 2/27/2012 2:37 PM, David Roth wrote: >>> >>> I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server >>> version: 5.1.61. ?All the sudden I get error messages when logged in >>> as Admin when trying to access the Menu Manager items such as Home. >>> Things were working fine the night before so I look in the PHP error >>> log: >> >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php From scott at wolpow.com Tue Feb 28 07:42:11 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 28 Feb 2012 07:42:11 -0500 Subject: [joomla] mysqldump error - ' Can't create/write to file...' In-Reply-To: References: <4F4C402F.705@omnistep.com> Message-ID: <4F4CCBA3.3050208@wolpow.com> Glad you found it. When troubleshooting always start with the most permissive user and the simplest task. Then add complications. SW On 2/27/2012 10:12 PM, David Roth wrote: > Hi everyone. > > Unreal, I solved the problem. I don't know how or why, but /tmp > instead of it being 1777 and owned by root and belonging to group > root, it was owned by owner 502 (no 502 on this server) and group > david. And the permissions were off too so it couldn't be written to. > 502 is on another server here, with user 'david' (that's me!) is on > every server. > > How this happened I don't know. This is one for the X-files. > > Special Agent David ;-) > > > > On Mon, Feb 27, 2012 at 9:58 PM, David Roth wrote: >> Hi Rolan. >> >> Space doesn't seem to be an issue even /tmp has 7.1G free. >> >> This is a strange problem, and not sure what even caused it. Could >> Joomla 2.5.1 have corrupted the database? Is this a bug from a new >> release of MySQL? >> >> I did an fsck on the disks and looked in the logs, nothing wrong there either. >> >> I just checked via admin the other Joomla installations on the same >> in-house server and all of this same problem with: >> >> 500 - An error has occurred. >> Missing field in the database: JTableContent id. Missing field in >> the database: JTableContent id. >> >> So did MySQL get hosed up on this server? Should I consider >> re-installing MySQL? Thanks! >> >> David Roth >> >> On Mon, Feb 27, 2012 at 9:47 PM, Rolan Yang wrote: >>> Checked the amount of free disk space on the machine? >>> >>> On 2/27/2012 2:37 PM, David Roth wrote: >>>> I'm using Joomla 2.5.1 on my CentOS 6.2 server running MySQL Server >>>> version: 5.1.61. All the sudden I get error messages when logged in >>>> as Admin when trying to access the Menu Manager items such as Home. >>>> Things were working fine the night before so I look in the PHP error >>>> log: >>> _______________________________________________ >>> New York PHP SIG: Joomla! Mailing List >>> http://lists.nyphp.org/mailman/listinfo/joomla >>> >>> NYPHPCon 2006 Presentations Online >>> http://www.nyphpcon.com >>> >>> Show Your Participation in New York PHP >>> http://www.nyphp.org/show_participation.php > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From helvecio.rj at gmail.com Wed Feb 29 13:19:08 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Wed, 29 Feb 2012 15:19:08 -0300 Subject: [joomla] K2 and SEF Message-ID: Hi there everyone! I've installed K2 on my brand new Joomla 2.5.x installation and all is OK, BUT K2 SEF is somewhat awkward... What's your suggestion of an non-commercial extension I can use? Thanks! -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kirill at hostnetservices.com Wed Feb 29 21:02:16 2012 From: kirill at hostnetservices.com (Kirill Poliakov) Date: Wed, 29 Feb 2012 21:02:16 -0500 Subject: [joomla] member list component Message-ID: An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Wed Feb 29 21:40:26 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Wed, 29 Feb 2012 18:40:26 -0800 (PST) Subject: [joomla] member list component In-Reply-To: References: Message-ID: <1330569626.24259.YahooMailNeo@web35605.mail.mud.yahoo.com> Mosets Tree and SobiPro have csv imports. ________________________________ From: Kirill Poliakov To: NYPHP SIG: Joomla Sent: Wednesday, February 29, 2012 9:02 PM Subject: [joomla] member list component Hello, Can anyone recommend a member directory extension that does not relate to the registered users - something of an address book. ?I need to be able to import via ?CSV, and have custom fields. The Joomla version I am using is 1.6 Thanks Kirill _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From rakics at gmail.com Fri Feb 17 11:51:37 2012 From: rakics at gmail.com (Sasa Rakic - Gmail) Date: Fri, 17 Feb 2012 16:51:37 -0000 Subject: [joomla] div class="footer1", where is the CSS for this? In-Reply-To: <23539759.684904.1329494294038.JavaMail.root@vms170033> References: <23539759.684904.1329494294038.JavaMail.root@vms170033> Message-ID: <088601cced94$62ab7bd0$28027370$@gmail.com> Hi Marko, Select FireBug CSS Tab, you will be able also to select css file name to search in for: Hit CTRL + F, select checkboxes and search term and hit: Best regards, Sasa From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Mark Simko Sent: Friday, February 17, 2012 4:58 PM To: joomla at lists.nyphp.org Subject: Re: [joomla] div class="footer1", where is the CSS for this? >> You might not believe this, but I can't find the CSS in Joomla 2.5.1 for >> footer1 or footer2. Is this not assigned all the time? Or is it generated >> with through the magic of PHP and that's making it hard to find? >> Install Firebug in Firefox and use that to inspect the element. You'll see the css and the files the css is set for the element on the bottom right side. You'll see where the css is over-ridden from earlier files too. On the bottom left you'll see the html, and as you hover over the html, the view above will highlight the element the html is creating. click on the div and the appropriate css will be shown on the bottom right. Does anyone know how to search that css in Firebug? That capability would save me some time. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 51842 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 43222 bytes Desc: not available URL: