Short story I'll try to make my long story short and do my mystical rain dance while crossing my fingers. :-) I'm suspecting most of my problems are file permissions related.
0.) * I didn't put my ZF project in */var/www/* will this create major problems? * Instead I put things in */home/user/Desktop/www/* will this create major problems? 3.) *Is it a bad idea to put Apache into my User's group list?* http://forums.debian.net/viewtopic.php?f=5&t=47290 Is it a bad idea to put Apache into my User's group list? In the /etc/group file. Will this create a security risk for me? If Ok then the relevant line should look like this am I correct? myuser:x:1000:www-data /Darth Apprentice Long story I was afraid of pouring too much information on people. But here's the best description I could create for my situation. Please check out my post in the *Zend Forums:* 1.) *cannot be opened with mode "a" - Zend_Log_Exception* http://forums.zend.com/viewtopic.php?f=69&t=4421 Which doesn't say much after having fixed Zend_Log I guess, so I suspected a file permissions problem with my ZF project which I have described here. At *Debian Forums: *2.)* [ZF] PHP, Apache, permissions problem. *http://forums.debian.net/viewtopic.php?f=8&t=47277 3.) *Is it a bad idea to put Apache into my User's group list?* http://forums.debian.net/viewtopic.php?f=5&t=47290 /Darth Apprentice On Sun, Nov 29, 2009 at 6:26 PM, Bradley Holt <[email protected]>wrote: > If you can provide more detail about what doesn't work (error > messages, etc.) then you will probably be more likely to get some > helpful responses. ZF applications (like PHP applications in general) > are usually portable between platforms with little or no work. It's > possible that you're taking advantage of some platform specific > feature but it's more likely that you don't have a required extension > installed or that it's simply a configuration issue. The ZF > documentation has a list of required extensions and what components > use those extensions: > > http://framework.zend.com/manual/en/requirements.html > > On Sun, Nov 29, 2009 at 11:50 AM, W Itch > <[email protected]> wrote: > > Hi, has anyone ported ZF project from Windows Vista to Linux Debian > before? > > The ZF project which I worked on was fully functional on Vista but > > when I moved it to my Debian machine then nothing works anymore. > > > > Can you tell me what the most common things I should take care is > > about in general, when porting ZF code from one platform to another? > > > > -- > Bradley Holt > [email protected] >
