Jump to content

The 192.0.0.0 page isn’t working


sticcino

Recommended Posts

Hello,

 

not having too much luck lately with Ps...

was running fine and i went to add some meta data/keywords to the SEO & URL's -- index

and after trying to save the changes, the site crapped out with.

 

The 192.0.0.0 page isn’t working

192.0.0.0 is currently unable to handle this request.

HTTP ERROR 500

 

Looking at my apache logs:

 

HP Fatal error:  Class 'Core_Foundation_IoC_Container' not found in nbs/Core/Business/Core_Business_ContainerBuilder.php on line 36

 

I copied the Core folder over again, still no luck, then I tried to restore my DB and still dead.

 

Any help appreciated.

Johnny

Link to comment
Share on other sites

don'y know why this happened, but after some googl'n found an answer to rename class_index.php

 

site back up, but will it die again if I try to update the meta data again??

 

**

this is crazy,so I wend back to update the meta data for the index module and as soon as I hit save it once again crashed with

 

Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

Error 403

 

Edit:

Ok, looks like its the .htaccess file, i renamed it and the site came back up. i went back and made changes to the SEl & url's and after saving the same issue occured, i removed the .htaccess and the site came back.

 

i have rewrite module loaded for apache (open SuSE), i'm not sure what the issue is, suspecting something to do with the rewrite. is there a particlar permission needed for the .htaccess?, currently wwwrun:www own the web site, .htaccess is owned by wwwrun:www ( I changed to root:root -- same error once i activate the .htaccess file)

 

#Domain: 192.0.0.0

RewriteRule . - [E=REWRITEBASE:/nbs/]

RewriteRule ^api$ api/ [L]

 

RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

 

# AlphaImageLoader for IE and fancybox

RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]

</IfModule>

 

AddType application/vnd.ms-fontobject .eot

AddType font/ttf .ttf

AddType font/otf .otf

AddType application/x-font-woff .woff

<IfModule mod_headers.c>

<FilesMatch "\.(ttf|ttc|otf|eot|woff|svg)$">

Header add Access-Control-Allow-Origin "*"

</FilesMatch>

</IfModule>

 

#If rewrite mod isn't enabled

ErrorDocument 404 /nbs/index.php?controller=404

 

 

any insight appreciated.

Johnny

Edited by sticcino (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...