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 show all the page's content. 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 problem comes when trying to access one of the interior sections.
The contents are in the database, the routing.php file has this line
"(Router::connect('/c/:categoria/:subcategoria', array('controller' =>
'categories', 'action' => 'view', 'categoria' => null, 'subcategoria'
=> null));)" directing to some /c/ folder or whatever it is but it is
not physically present.

The connection to the db is established propperly but at this point I
am totally clueless on how to get that example page to display the
contents it used to display when hosted on the other box, with same
cPanel, same linux operating system.

Thank you .Help will be totally appreciated

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

Reply via email to