php-general Digest 23 Jul 2013 13:05:02 -0000 Issue 8308

Topics (messages 321692 through 321697):

Re: /tmp/directory
        321692 by: Matijn Woudt
        321694 by: Tedd Sperling

Re: How to extract php source code from joomla
        321693 by: Ashley Sheridan
        321695 by: Tedd Sperling
        321696 by: elk dolk
        321697 by: Tedd Sperling

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling <t...@sperling.com> wrote:

> Hi gang:
>
> I should know this, but I don't.
>
> Where is the /tmp/ directory?
>
> You see, I have a client where his host has apparently changed the /tmp/
> directory permissions such that old php/mysql scripts cannot write to the
> /tmp/ directory anymore -- they did at one time.
>
> So, how do I fix it?
>
> Cheers,
>
> tedd
>
>
Switch host? /tmp is required by the FHS and POSIX standards (writable for
any user), any host changing that should have no customers.

- Matijn

--- End Message ---
--- Begin Message ---
On Jul 22, 2013, at 4:10 PM, Matijn Woudt <tijn...@gmail.com> wrote:

> On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling <t...@sperling.com> wrote:
> 
>> Hi gang:
>> 
>> I should know this, but I don't.
>> 
>> Where is the /tmp/ directory?
>> 
>> You see, I have a client where his host has apparently changed the /tmp/
>> directory permissions such that old php/mysql scripts cannot write to the
>> /tmp/ directory anymore -- they did at one time.
>> 
>> So, how do I fix it?
>> 
>> Cheers,
>> 
>> tedd
>> 
>> 
> Switch host? /tmp is required by the FHS and POSIX standards (writable for
> any user), any host changing that should have no customers.
> 
> - Matijn


Good point -- we will add that reason to the many other reasons why we are 
changing host.

Keep in mind, the installed software worked for nearly a decade and now the 
host has changed something that caused this error, but the current host doesn't 
seem to know what happened.

Cheers,

tedd

_____________________
t...@sperling.com
http://sperling.com

--- End Message ---
--- Begin Message ---
On Mon, 2013-07-22 at 13:10 -0700, elk dolk wrote:

> I am allowed to use tools or code by hand , it does not matter ,the professor 
> wants to have the source code.
> 
> 
> 
> ________________________________


You say tools, but would he consider a full-blown complex CMS as merely
a tool, or not? At this point, I agree, your best option is probably a
CMS with plugins, because 20 days is not much time to build that sort of
thing, and that's coming from someone who develops in PHP for a living.

Thanks,
Ash
http://www.ashleysheridan.co.uk



--- End Message ---
--- Begin Message ---
On Jul 22, 2013, at 3:49 PM, elk dolk <elkd...@yahoo.com> wrote:
> Thank you for the quick response ! What I am trying to do : I have to 
> complete two university projects for
> 
>  my professor !
> 
> project One  : Make an online shop and must use the following components in 
> it 
> 
> 
> Shopping cart, Catalog of products, payment gateway , user login and user 
> activity log .
> 
> 
> project Two : Implementing of a B2B sell-side portal with negotiation 
> mechanism.
> 
> As I am familiar with php and My.SQL and I have only 20 days to complete 
> those projects !  I thought it's 
> 
> better to use Joomla I'll be grateful if you can give me an advice 
> 
> 
> thank you
> 

Sounds more like a client than someone who teaches php.

I couldn't do that from scratch in 20 days and I teach php at college level. 
That's more than my entire 16 weeks course of introductory php. Are you in an 
advanced class?

tedd

_____________________
tedd.sperl...@gmail.com
http://sperling.com

--- End Message ---
--- Begin Message ---

I study for MSc degree at university.


________________________________

 Are you in an advanced class?

--- End Message ---
--- Begin Message ---
On Jul 23, 2013, at 12:15 AM, elk dolk <elkd...@yahoo.com> wrote:

> I study for MSc degree at university.
> 
>  Are you in an advanced class?

Ok, congratulations -- you are studying for an MSc -- but that didn't answer 
the question.

So, let me repeat the question:

[1] "Are you in an advanced PHP class?"

[2] "Or is this just an introductory class?"


If [1], then the coursework might be understandable, but still very difficult.

If [2], that is far more than what I teach as an "Introduction to PHP" course.


tedd

_____________________
tedd.sperl...@gmail.com
http://sperling.com

--- End Message ---

Reply via email to