|
Hi, i am building 2 applicactions and on my localhost (WAMP server)
works great, but when i upload it to the server this happen: With one: I cant get to see domain.com/Users or eny page with Auth-> It just show a page in white. With the other application: When i write my username/password on the Users/login it just refresh the page and when i request another page with Auth, i show the same white page. There is no white spaces befor and after <?php ?>. Tha database are the same. Thanks. Please i have been stuck with this for 3 weeks i even changed hosting company. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
I had a similar item when changing in house dev server on a project. My issue was that my new server didn't have the pdo drivers installed for MySQL. Are you using a dedicated (virtual or physical) server or a shared server? You may want to get with your hosting company to see what the steps are to get get those installed.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
Just checked and it has the PDO Driver for MySql
PDO PDO support enabled PDO drivers sqlite, sqlite2, mysql pdo_mysql PDO Driver for MySQL enabled Client API version 5.1.61 zombiesoftware.com.mx/phpinfo.php Thanks! On 29 mayo, 23:31, Jeremy <[hidden email]> wrote: > I had a similar item when changing in house dev server on a project. My issue was that my new server didn't have the pdo drivers installed for MySQL. Are you using a dedicated (virtual or physical) server or a shared server? You may want to get with your hosting company to see what the steps are to get get those installed. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
In reply to this post by Omar Gonzalez
A blank page is often indicative of a fatal PHP error. You should
check the webserver's (eg. Apache) log. On Tue, May 29, 2012 at 6:58 PM, Omar Gonzalez <[hidden email]> wrote: > Hi, i am building 2 applicactions and on my localhost (WAMP server) > works great, but when i upload it to the server this happen: > > With one: > > I cant get to see domain.com/Users or eny page with Auth-> It just > show a page in white. > > With the other application: > > When i write my username/password on the Users/login it just refresh > the page and when i request another page with Auth, i show the same > white page. > > There is no white spaces befor and after <?php ?>. > Tha database are the same. > > Thanks. Please i have been stuck with this for 3 weeks i even changed > hosting company. > > -- > Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
Add session component in app_controller.php
On Thu, May 31, 2012 at 4:51 AM, lowpass <[hidden email]> wrote: A blank page is often indicative of a fatal PHP error. You should Regards -- Soumavo Chattaraj Sr. Application Programmer | Web Spiders Mobile No: +91 9933561534 / +91 9330662099 / EmailID: soumavo.chattaraj@.../soumavo123@... Web Spiders India Pvt. Ltd. Matrix Tower, 8th and 9th Floor, Plot No DN-24, Sector - V, Salt Lake City, Kolkata-700091, India. Phone: +91.33.4011.0900 / 53 | Fax: +91.33.4011.0939 URL: www.webspiders.com | Twitter: twitter.com/Web_Spiders | Facebook: facebook.com/webspidersgroup | LinkedIn: linkedin.com/company/web-spiders | The Leading Rich Mobile & Web Engineering Company -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
| Powered by Nabble | Edit this page |
