Re: Clueless...Help please

2011-01-14 Thread javier0051
Hi AD7 I actually downloaded the whole site, without leaving behind the old folders, I mean the folder and file layout is exactly the same. I'm not getting paid to move the site but I usually try to be helpful to customers and in this case it's a friend's site and I don't want to leave him stuck w

Re: Clueless...Help please

2011-01-13 Thread AD7six
On Jan 12, 6:03 pm, javier0051 wrote: > Thank you all for answering. I really appreciate it. > > My main business is hosting but I also do PHP coding but never did > anything with cake. > > As I saw the error, as Ryan stated, it's obvious that there's > something wrong with that sql query. The w

Re: Clueless...Help please

2011-01-12 Thread javier0051
Thank you all for answering. I really appreciate it. My main business is hosting but I also do PHP coding but never did anything with cake. As I saw the error, as Ryan stated, it's obvious that there's something wrong with that sql query. The weird thing is that the site worked well on other box

Re: Clueless...Help please

2011-01-11 Thread Brian Mckphee
I agree with the last few posters. You may need to tell your client to look at their code. Are you merely a hosting provider or are you a coder? On Jan 10, 8:13 am, javier0051 wrote: > Hi > > I am a completely newbie to cake php. A new customer has a site > developed with cake php and we recent

Re: Clueless...Help please

2011-01-11 Thread Devario Johnson
that error usually happens when a call to a find query (in this case a paginate query) is written wrong. That seems like an app error not hosting. On Jan 11, 9:07 am, AD7six wrote: > On Jan 11, 3:37 pm, Ryan Schmidt wrote: > > > On Jan 11, 2011, at 07:10, javier0051 wrote: > > > Code | Context

Re: Clueless...Help please

2011-01-11 Thread AD7six
On Jan 11, 3:37 pm, Ryan Schmidt wrote: > On Jan 11, 2011, at 07:10, javier0051 wrote: > > Code | Context > > > $sql       =       "SELECT COUNT(*) AS `count` FROM `articles` AS `Article` > > LEFT > > JOIN `categories` AS `Category` ON (`Article`.`category_id` = > > `Category`.`id`) LEFT JOIN `

Re: Clueless...Help please

2011-01-11 Thread Ryan Schmidt
On Jan 11, 2011, at 07:10, javier0051 wrote: > Alright... I set the debug mode to 1 under config/core.php... There's > indeed an error (thoug the site is setup just as in the old machine). > This is what I'm getting: > > ---

Re: Clueless...Help please

2011-01-11 Thread javier0051
Alright... I set the debug mode to 1 under config/core.php... There's indeed an error (thoug the site is setup just as in the old machine). This is what I'm getting:

Re: Clueless...Help please

2011-01-11 Thread javier0051
Thanks for replying Tarique. Actually I don't get any errors, the app just doesn't seem to find the contents that were actually visible on the site mounted on the old server. The contents are actually stored in the db... The URL is http://www.acepweb.org.ar The main page is totally visible but wh

Re: Clueless...Help please

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 08:13, javier0051 wrote: > No errors, the news & articles and other stuff are actually in the > database BUT no contents are displayed. (site's main page: www.acepweb.org.ar > Undisplayed contents example url (http://www.acepweb.org.ar/c/noticias/ > ultimas-noticias) > > The p

Re: Clueless...Help please

2011-01-10 Thread Dr. Loboto
Check error logs. And/or turn debug on and go to page to see actual errors. On Jan 10, 8:13 pm, javier0051 wrote: > Hi > > I am a completely newbie to cake php. A new customer has a site > developed with cake php and we recently moved the site to one of our > boxes but we haven't been able to sho

Re: Clueless...Help please

2011-01-10 Thread Dr. Tarique Sani
Can't seem to reach the URL you have mentioned but have you tried setting the Debug on? Probably you are not seeing any errors because Debug is set to 0 HTH Tarique On Mon, Jan 10, 2011 at 7:43 PM, javier0051 wrote: > Hi > > I am a completely newbie to cake php. A new customer has a site > dev