Hi All, Any help on this would be greatly appreciated as I'm currently pulling my hair out and not sure what to try next. I deployed a site to www.castlepointe.com and everything was working fine. The client wanted DOCman added to the site and there were a number of tweaks I wanted to do so I Akeeba backuped the site, loaded the archive to my dev server and went to work. So far so good. I made all the changes I wanted and AB'd the dev site, uploaded the archive to my test server, www.ctsproto.com . I can access the backend fine but when I attempt to access the front end I'm being redirected to the original site www.castlepointe.com ??? I've checked the .htaccess file and there isn't any redirect there. I disabled the Joomla SEF and deleted the .htaccess file, same problem. I checked the cPanel and there aren't any redirects for the domain. If I create an index.html in the root of ctsproto.com then the index.html will open and no redirect. I've looked at the source file for the redirected page and all looks normal. I've used Live HTTP Headers and I can set the GET for ctsproto.com and a 302 redirect code but no info on what is initiating that. I've used different browsers and a different PC and I get the same redirect. I've checked the DNS zone record and everything is as it should be, A and C names all pointing where they're supposed to, correct NameServers , all looks good. I ran tracert for ctsproto.com and it stops at the correct IP, 174.132.192.252. It seems that there has to be something in the Joomla installation that is initiating a redirect. I don't know what else to try at this point and I'm hoping somebody can point me in the right direction. Thanks! Herb
Herbert M. Tucker Principal Covenant Technical Services, Inc. P: 732-497-0326 C: 848-218-9172 F: 732-497-0326 E: [email protected] W: www.covenanttek.com ____________________________________________________________________________ ____________________________________________________________________________ ______ This electronic message transmission contains information from Covenant Technical Services, Inc. which may be confidential or privileged. Recipients should not file copies of this e-mail with publicly accessible records. The information is intended to be for the use of the individual(s) named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this message is prohibited. If you have received this electronic transmission in error, please notify us by electronic mail immediately and delete this email from your system. Thank you. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, September 23, 2010 12:00 PM To: [email protected] Subject: joomla Digest, Vol 45, Issue 11 Send joomla mailing list submissions to [email protected] 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 [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of joomla digest..." Today's Topics: 1. Auction Components (Scott Wolpow) 2. Re: error_log in Joomla directory: "PHP Warning: PHP Startup..." (David Roth) 3. Re: error_log in Joomla directory: "PHP Warning: PHP Startup..." (Scott Wolpow) ---------------------------------------------------------------------- Message: 1 Date: Wed, 22 Sep 2010 13:27:03 -0400 From: Scott Wolpow <[email protected]> To: NYPHP SIG: Joomla <[email protected]> Subject: [joomla] Auction Components Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Has anyone sued any of the auction extensions and what did they think about them? -- *Scott Wolpow* *718.275.7765* Please Help Me Raise Money for MS http://main.nationalmssociety.org/goto/scottwolpow2010 ------------------------------ Message: 2 Date: Thu, 23 Sep 2010 02:02:17 -0400 From: David Roth <[email protected]> To: "NYPHP SIG: Joomla" <[email protected]> Subject: Re: [joomla] error_log in Joomla directory: "PHP Warning: PHP Startup..." Message-ID: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Thanks for the reply, Scott. The conclusion is that in the account's php.ini, register_globals was set to On. I'm not sure how it got turned On, because Joomla's pre- flight checks for this to be Off and I don't go forward with an installation of Joomla without all green. I placed a local copy of the php.ini to that directory and changed it there. So perhaps somehow after installation, that account's php.ini got changed. Maybe something non-Joomla got installed and required it to be On and it got changed. The lesson in shared hosting, is to have a php.ini in each Joomla directory. David Roth On Sep 17, 2010, at 5:45 PM, Scott Wolpow wrote: > Check to see if the files exist on your server. You may have to > contact support for that. > Are globals on or off in php.ini? > You may have to use a local php.ini or htaccess to modify your > directories. > Scott Wolpow > > On 9/17/2010 5:12 PM, David Roth wrote: >> I have a bunch of these messages in the error_log for a Joomla >> installation on a shared host: >> >> 17-Sep-2010 15:15:35] PHP Warning: PHP Startup: Unable to load >> dynamic library '/usr/local/lib/php/extensions/no-debug- >> zts-20060613/ixed.5.2ts.lin' - /usr/local/lib/php/extensions/no- >> debug-zts-20060613/ixed.5.2ts.lin: undefined symbol: >> executor_globals_id in Unknown on line 0 >> >> I've not seen this before. Anyone have a clue what the problem might >> be and what action I should take? 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 >> > > -- > *Scott Wolpow* > *718.275.7765* > Please Help Me Raise Money for MS > http://main.nationalmssociety.org/goto/scottwolpow2010 ------------------------------ Message: 3 Date: Thu, 23 Sep 2010 11:40:49 -0400 From: Scott Wolpow <[email protected]> To: NYPHP SIG: Joomla <[email protected]> Subject: Re: [joomla] error_log in Joomla directory: "PHP Warning: PHP Startup..." Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Glad I could help. Scott Wolpow 7*18.275.7765* Please Help Me Raise Money for MS http://main.nationalmssociety.org/goto/scottwolpow2010 On 9/23/2010 2:02 AM, David Roth wrote: > Thanks for the reply, Scott. > > The conclusion is that in the account's php.ini, register_globals was > set to On. I'm not sure how it got turned On, because Joomla's > pre-flight checks for this to be Off and I don't go forward with an > installation of Joomla without all green. I placed a local copy of the > php.ini to that directory and changed it there. So perhaps somehow > after installation, that account's php.ini got changed. Maybe > something non-Joomla got installed and required it to be On and it got > changed. > > The lesson in shared hosting, is to have a php.ini in each Joomla > directory. > > David Roth > > > On Sep 17, 2010, at 5:45 PM, Scott Wolpow wrote: > >> Check to see if the files exist on your server. You may have to >> contact support for that. >> Are globals on or off in php.ini? >> You may have to use a local php.ini or htaccess to modify your >> directories. >> Scott Wolpow >> >> On 9/17/2010 5:12 PM, David Roth wrote: >>> I have a bunch of these messages in the error_log for a Joomla >>> installation on a shared host: >>> >>> 17-Sep-2010 15:15:35] PHP Warning: PHP Startup: Unable to load >>> dynamic library >>> '/usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin' >>> - >>> /usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin: >>> undefined symbol: executor_globals_id in Unknown on line 0 >>> >>> I've not seen this before. Anyone have a clue what the problem might >>> be and what action I should take? 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 >>> >> >> -- >> *Scott Wolpow* >> *718.275.7765* >> Please Help Me Raise Money for MS >> http://main.nationalmssociety.org/goto/scottwolpow2010 > > _______________________________________________ > 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 > -- *Scott Wolpow* *7* <http://main.nationalmssociety.org/goto/scottwolpow2010> ------------------------------ _______________________________________________ joomla mailing list [email protected] http://lists.nyphp.org/mailman/listinfo/joomla End of joomla Digest, Vol 45, Issue 11 ************************************** _______________________________________________ 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

