Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #14739
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: PHP script error |
| Date | 2014-12-17 16:35 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <m6ssuq$h6a$3@dont-email.me> (permalink) |
| References | (3 earlier) <171220141844457137%timstreater@greenbee.net> <073c36b3-aa87-49c8-8fda-69b05cca0496@googlegroups.com> <41b96df0-434f-409a-bcd6-7d004c66fdf0@googlegroups.com> <m6snmb$o0s$1@dont-email.me> <949aeb65-ea37-4e1d-a723-cf87ca351f86@googlegroups.com> |
On 12/17/2014 4:11 PM, semeon.risom@gmail.com wrote: > On Wednesday, 17 December 2014 14:05:56 UTC-6, Jerry Stuckle wrote: >> On 12/17/2014 2:17 PM, semeon.risom@gmail.com wrote: >>> On Wednesday, 17 December 2014 13:02:06 UTC-6, semeon...@gmail.com wrote: >>>> On Wednesday, 17 December 2014 12:44:52 UTC-6, Tim Streater wrote: >>>>> In article <8768b48f-f809-4307-ba04-3a963fa19504@googlegroups.com>, >>>>> <semeon.risom@gmail.com> wrote: >>>>> >>>>>> Just to clarify- Nothing is on the local machine except for the script >>>>>> above. The files I'm requesting are supposed to be coming PHP's GD >>>>>> Library: http://www.php.net/manual/en/book.image.php >>>>> >>>>> And these form part of your local PHP environment do they? >>>>> >>>>> -- >>>>> "... you must remember that if you're trying to propagate a creed of >>>>> poverty, gentleness and tolerance, you need a very rich, powerful, >>>>> authoritarian organisation to do it." - Vice-Pope Eric >>>> >>>> Unfortunately I'm not understanding the question. >>>> >>>> Again, I'm still very new on PHP. This is my first use of this programming language. >>> >>> After using XAMPP I'm getting the following message when trying to open the stimulus_image.php >>> >>> >>> Warning: require_once(C:\xampp\htdocs\amit/startup.php): failed to open stream: No such file or directory in C:\xampp\htdocs\amit\stimulus_image.php on line 12 >>> >>> Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\amit/startup.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\amit\stimulus_image.php on line 12 >>> >> >> Once again I ask - does the file c:/xampp/htdocs/amit/startup.php >> exist? You're including it, but the message indicates it is not present >> - at least in the directory you requested it from. >> >> require_once includes another file in the existing one. If the file >> cannot be included, you get the error you see. >> >> -- >> ================== >> Remove the "x" from my email address >> Jerry Stuckle >> jstucklex@attglobal.net >> ================== > > Ah sorry. No there is no startup.php file in that directory. This file wasn't given to me. > Which is why it doesn't work. You need to get that file from whomever gave you the script. And once you get that, you might find other things which are missing, also. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PHP script error semeon.risom@gmail.com - 2014-12-16 09:53 -0800
Re: PHP script error Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-16 14:17 -0500
Re: PHP script error semeon.risom@gmail.com - 2014-12-17 10:39 -0800
Re: PHP script error Tim Streater <timstreater@greenbee.net> - 2014-12-17 18:44 +0000
Re: PHP script error semeon.risom@gmail.com - 2014-12-17 11:02 -0800
Re: PHP script error semeon.risom@gmail.com - 2014-12-17 11:17 -0800
Re: PHP script error Tim Streater <timstreater@greenbee.net> - 2014-12-17 20:05 +0000
Re: PHP script error "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-12-17 22:19 +0100
Re: PHP script error semeon.risom@gmail.com - 2014-12-17 13:30 -0800
Re: PHP script error Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-17 16:34 -0500
Re: PHP script error "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-12-18 00:00 +0100
Re: PHP script error Tim Streater <timstreater@greenbee.net> - 2014-12-17 22:03 +0000
Re: PHP script error Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-17 17:20 -0500
Re: PHP script error Tim Streater <timstreater@greenbee.net> - 2014-12-17 22:40 +0000
OT: Quoting (was: PHP script error) "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-12-17 23:44 +0100
Re: OT: Quoting Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-12-18 00:21 +0100
[OT] Quoting (was: OT: Quoting) "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-12-18 01:30 +0100
Re: PHP script error Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-17 15:05 -0500
Re: PHP script error semeon.risom@gmail.com - 2014-12-17 13:11 -0800
Re: PHP script error Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-17 16:35 -0500
Re: PHP script error Doug Miller <doug_at_milmac_dot_com@example.com> - 2014-12-17 22:19 +0000
Re: PHP script error "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-12-16 20:25 +0100
Re: PHP script error Tim Streater <timstreater@greenbee.net> - 2014-12-16 20:58 +0000
Re: PHP script error Olaf Schmitt <thesys@gmx.de> - 2014-12-17 04:27 +0100
Re: PHP script error Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-16 22:32 -0500
Re: PHP script error Olaf Schmitt <thesys@gmx.de> - 2014-12-17 17:28 +0100
csiph-web