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 with this.
I saw the tute but still I don't know what's controlling that sql sentence, I'm not new to php but since I did not develop the app I cannot figure out where exactly is that $conditions var or array defined, also some app's urls/buttons call some /c/ folder, defined on the routes.php file. That folder was unexistant in the old site so I don't understand what that /c/whatever/article-name stands for.... I'll keep on reading this is driving me insane man! Thanks for replying! On 13 ene, 11:41, AD7six <[email protected]> wrote: > On Jan 12, 6:03 pm, javier0051 <[email protected]> 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 weird thing is that the site > > worked well on other box with same PHP version, same OS, same MySql > > version and same folder layout, and I'm still lost on which files make > > changes or look for the issue to correct it... > > The ones mentioned in the error message (and in replies to this > thread). > > > > > any suggestions on this? I'll read the tute > > By now I assume you've done this - it will have been the most valuable > 15 minutes of your cake experience :) > > > but it'd be great if you > > guys can hand me a clue on what file(s) to change... > > The error is in the application - look at the stack trace. You are not > looking at a setup problem or afaics anything related to changing > servers - it's an error in the way <whomever> wrote the menus > controller. > > From what you've said I would say it's not your responsibility to fix > it - unless they're paying you to do so. Changing from one functional > server to another functional server doesn't magically introduce bugs > of this kind. The fact that it worked before and doesn't act the same > now means nothing in and of itself IMO - how do you know the bit of > code generating the error was even executed on the old server - e.g. > the old install might be relying on the existence of a cache file > which you've (rightly) deleted when moving servers. > > hth, > > AD Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
