Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008, 10:29 AM
Junior Member
 
Join Date: May 2008
Posts: 2
Default I have a problem with uploaded changes- wont work on web server

First of all i would like to say hello to all in here Tho, if i missed a topic, please move it onto the right place.

Well, i got to make some changes on the web site which has been make with zend framework. So i am kinda noob on ZF But job must have be done.

So i started to read tutorials and so on.. My task was to add some functionality on the existing web site.
I did it on my localhost, and everything is just fine. But, when i upload files to the web server, it wont work.
What could be possibly reason? Or reasons? Any ideas? Where to look into?
Thanks a lot in advance,
Vladimir
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-17-2008, 10:25 AM
Junior Member
 
Join Date: Mar 2008
Posts: 26
Default

tell us some more about your problem.

maybe mod_rewrite (.htaccess) isn't working properly - it might not be enabled in server configuration - run phpinfo() to find out.

Last edited by kuba : 05-17-2008 at 10:29 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-19-2008, 07:22 AM
Junior Member
 
Join Date: May 2008
Posts: 2
Default

Hey!
Nope it is not htaccess this is already working, live web site.
I found that next causing an error:
This aint work on my localhost:
Code:
$this->fetchAll('select * from banners');
and this works:
Code:
$this->db->fetchAll('select * from banners')
All this is in Banners.php- module and called in BannersController.php as $this->Banners->getBanners();

What is so confusing is that the other files, Populars.php and PopularsController.php are excactly same as Banners, and Populars are working good. Same code, same lines, just sql is not( select* from banners - but select * from populars
All files are same on server and on my localhost.
Thank you,
Vladimir
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:17 PM.