Re: Help needed with an error

2008-09-26 Thread Eemerge

Thanks, i will ask the server admin to restart it and hopefully it
will work. I'll post after the restart is done.

On Sep 26, 5:00 pm, RichardAtHome <[EMAIL PROTECTED]> wrote:
> Just come across this when I renamed my web root folder.
>
> I think this is to do with me using APC and isn't a CakePHP issue (now
> that you have deleted the cache).
>
> Restart Apache. This will clear the APC cache.
>
> On Sep 26, 2:17 pm, Eemerge <[EMAIL PROTECTED]> wrote:
>
> > just cleared them, same thing. still not working. I read somewhere i
> > should define the CAKE_INCLUDE_PATH (or something like this)
> > manually... to what should it point? what path?
>
> > On Sep 26, 2:02 pm, grigri <[EMAIL PROTECTED]> wrote:
>
> > > Have you tried emptying the cache files? If the directory names have
> > > changed since cake's cache was built then this is what would happen.
>
> > > On Sep 26, 11:27 am, Eemerge <[EMAIL PROTECTED]> wrote:
>
> > > > Hello,
>
> > > > I would like some help with the following error:
>
> > > > Warning: require(cake/bootstrap.php) [function.require]: failed to
> > > > open stream: No such file or directory in /home/mainfram/public_html/
> > > > shoplog/app/webroot/index.php on line 79
>
> > > > Fatal error: require() [function.require]: Failed opening required
> > > > 'cake/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/
> > > > home/mainfram/php') in /home/mainfram/public_html/shoplog/app/webroot/
> > > > index.php on line 79
>
> > > > The strange thing about is that, 2 weeks ago it was working ,
> > > > everything was ok, there were some problems on the hosting server, and
> > > > now it stopped working.
>
> > > > If anyone cane help, i'd really appreciate it.
>
> > > > Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Help needed with an error

2008-09-26 Thread RichardAtHome

Just come across this when I renamed my web root folder.

I think this is to do with me using APC and isn't a CakePHP issue (now
that you have deleted the cache).

Restart Apache. This will clear the APC cache.

On Sep 26, 2:17 pm, Eemerge <[EMAIL PROTECTED]> wrote:
> just cleared them, same thing. still not working. I read somewhere i
> should define the CAKE_INCLUDE_PATH (or something like this)
> manually... to what should it point? what path?
>
> On Sep 26, 2:02 pm, grigri <[EMAIL PROTECTED]> wrote:
>
> > Have you tried emptying the cache files? If the directory names have
> > changed since cake's cache was built then this is what would happen.
>
> > On Sep 26, 11:27 am, Eemerge <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
>
> > > I would like some help with the following error:
>
> > > Warning: require(cake/bootstrap.php) [function.require]: failed to
> > > open stream: No such file or directory in /home/mainfram/public_html/
> > > shoplog/app/webroot/index.php on line 79
>
> > > Fatal error: require() [function.require]: Failed opening required
> > > 'cake/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/
> > > home/mainfram/php') in /home/mainfram/public_html/shoplog/app/webroot/
> > > index.php on line 79
>
> > > The strange thing about is that, 2 weeks ago it was working ,
> > > everything was ok, there were some problems on the hosting server, and
> > > now it stopped working.
>
> > > If anyone cane help, i'd really appreciate it.
>
> > > Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Help needed with an error

2008-09-26 Thread Eemerge

just cleared them, same thing. still not working. I read somewhere i
should define the CAKE_INCLUDE_PATH (or something like this)
manually... to what should it point? what path?

On Sep 26, 2:02 pm, grigri <[EMAIL PROTECTED]> wrote:
> Have you tried emptying the cache files? If the directory names have
> changed since cake's cache was built then this is what would happen.
>
> On Sep 26, 11:27 am, Eemerge <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I would like some help with the following error:
>
> > Warning: require(cake/bootstrap.php) [function.require]: failed to
> > open stream: No such file or directory in /home/mainfram/public_html/
> > shoplog/app/webroot/index.php on line 79
>
> > Fatal error: require() [function.require]: Failed opening required
> > 'cake/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/
> > home/mainfram/php') in /home/mainfram/public_html/shoplog/app/webroot/
> > index.php on line 79
>
> > The strange thing about is that, 2 weeks ago it was working ,
> > everything was ok, there were some problems on the hosting server, and
> > now it stopped working.
>
> > If anyone cane help, i'd really appreciate it.
>
> > Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Help needed with an error

2008-09-26 Thread Eemerge

Hello,

I would like some help with the following error:

Warning: require(cake/bootstrap.php) [function.require]: failed to
open stream: No such file or directory in /home/mainfram/public_html/
shoplog/app/webroot/index.php on line 79

Fatal error: require() [function.require]: Failed opening required
'cake/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/
home/mainfram/php') in /home/mainfram/public_html/shoplog/app/webroot/
index.php on line 79

The strange thing about is that, 2 weeks ago it was working ,
everything was ok, there were some problems on the hosting server, and
now it stopped working.

If anyone cane help, i'd really appreciate it.

Thanks


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Help needed with an error

2008-09-26 Thread Eemerge

just cleared them, same thing. still not working. I read somewhere i
should define the CAKE_INCLUDE_PATH (or something like this)
manually... to what should it point? what path?

On Sep 26, 2:02 pm, grigri <[EMAIL PROTECTED]> wrote:
> Have you tried emptying the cache files? If the directory names have
> changed since cake's cache was built then this is what would happen.
>
> On Sep 26, 11:27 am, Eemerge <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I would like some help with the following error:
>
> > Warning: require(cake/bootstrap.php) [function.require]: failed to
> > open stream: No such file or directory in /home/mainfram/public_html/
> > shoplog/app/webroot/index.php on line 79
>
> > Fatal error: require() [function.require]: Failed opening required
> > 'cake/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/
> > home/mainfram/php') in /home/mainfram/public_html/shoplog/app/webroot/
> > index.php on line 79
>
> > The strange thing about is that, 2 weeks ago it was working ,
> > everything was ok, there were some problems on the hosting server, and
> > now it stopped working.
>
> > If anyone cane help, i'd really appreciate it.
>
> > Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Help needed with an error

2008-09-26 Thread grigri

Have you tried emptying the cache files? If the directory names have
changed since cake's cache was built then this is what would happen.

On Sep 26, 11:27 am, Eemerge <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I would like some help with the following error:
>
> Warning: require(cake/bootstrap.php) [function.require]: failed to
> open stream: No such file or directory in /home/mainfram/public_html/
> shoplog/app/webroot/index.php on line 79
>
> Fatal error: require() [function.require]: Failed opening required
> 'cake/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/
> home/mainfram/php') in /home/mainfram/public_html/shoplog/app/webroot/
> index.php on line 79
>
> The strange thing about is that, 2 weeks ago it was working ,
> everything was ok, there were some problems on the hosting server, and
> now it stopped working.
>
> If anyone cane help, i'd really appreciate it.
>
> Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---