Hello to everybody,

I'm new to cakephp (as many people are!) so the solution to my problem
might be as simple as it gets, but I can't find a way out of it!
Anyway here is the problem..

On my local machine I run Apache2 + php5 (Debian linux if this matters
at all). Also cakephp version is 1.1.xxx
I finally managed to finish my website and tried to upload it to the
server that hosts the site.
The server runs Apache2 and php4, and the site is virtually hosted.
When I started testing  the site online, I came up with lots of
freaking errors such as "Missing Database Table"
in the frontpage. Also I had to deal with some errors about the
Javascript helper. Cakephp complains that $javascript is undefined
variable and also "Call to a member function link() on a non-object",
though when I call $javascript->link('myscript.js') (inside my /views/
layouts/default.thtml), it outputs it correctly to the browser.
About the "Missing Database Table" error, I'm pretty sure I have the
table in my database.
The /app/config/database.php is properly configured (Tested lots of
time..)
Also in /app/app_controller.php I have defined the $helpers variable
to include the 'Javascript' helper (along with some others)
My frontpage basicaly has two(2) requestActions (pretty simple with no
wierd actions) and nothing more.(inside the /app/views/pages/
home.thtml)

Before this post, I want to say that my app was tested in two other
machines, one using php4 and the other php5.
The problems only arise when dealing with php4.

I hope I was pretty clear on the problem I'm facing.
Plz help!
I'm dead if the site doesn't come up by Monday!

Regards
Christos

PS. If additional information is needed plz tell me to send.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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