PDA

View Full Version : Safe mode


brightblog
10-10-2006, 04:11 PM
Im trying to import a skin onto Invision power board however when i impor it i get a error which means i can open the index or admin pannel basicly the whole lot, ive asked on an invision forum and they have told me that its cause safemodes on, i know use wont change that but is there any fixes?

Tyler
10-10-2006, 07:45 PM
You may want to ask on the IPB forums to see if there is a work arround.

UnlimitedMB
10-10-2006, 08:32 PM
As a PHP programmer myself i can tell you that you can do EVERYTHING in "safe mode" that you can do without it, if it doesnt work its due to poor programming. (be sure not to confuse "safe mode" with open_basedir or disable_functions)

That being said, safe mode errors can appear when the problem is something unrelated, such as missing files or wrong system path.

brightblog
10-10-2006, 09:21 PM
ok here is the error that you get ,


IPB WARNING [2] ipsclass::require_once() [function.require-once]: Unable to access /web-drive/gimyweb/homes/deadsteam/forum/cache/skin_cache/cacheid_4/skin_global.php (Line: 1362 of /sources/ipsclass.php)
IPB WARNING [2] ipsclass::require_once(/web-drive/gimyweb/homes/deadsteam/forum/cache/skin_cache/cacheid_4/skin_global.php) [function.require-once]: failed to open stream: No such file or directory (Line: 1362 of /sources/ipsclass.php)


the error only appears after i install the skin,

here is the post on one of the main invisionn boards http://forums.invisionize.com/index.php?showtopic=112794

UnlimitedMB
10-11-2006, 01:23 AM
You are using the wrong file path
/web-drive/gimyweb/homes/deadsteam
No idea where you could have got that from.

BTW. What kind of admin (IPB forums) doesnt know what "No such file or directory" means.
I cant beleive they could be so thick.

brightblog
10-11-2006, 09:27 AM
hey that isnt the excat line from my error it is pretty much the same except with my paths i just dont want to error the site to have to reinstall it again or will you need the code from nmy site its the same except starts brightblog.ulmb.com/........

UnlimitedMB
10-11-2006, 02:12 PM
I need the exact error from YOUR site, not some other server.

brightblog
10-11-2006, 02:50 PM
hey eric thanks for helping me out here, the error is.


IPB WARNING [2] ipsclass::require_once() [function.ipsclass-require-once]: Unable to access /hosted/subs/ulmb.com/b/r/brightblog/public_html/forum/cache/skin_cache/cacheid_3/skin_global.php (Line: 1362 of /sources/ipsclass.php)
IPB WARNING [2] ipsclass::require_once(/hosted/subs/ulmb.com/b/r/brightblog/public_html/forum/cache/skin_cache/cacheid_3/skin_global.php) [function.ipsclass-require-once]: failed to open stream: No such file or directory (Line: 1362 of /sources/ipsclass.php)

Tyler
10-11-2006, 03:12 PM
http://brightblog.ulmb.com/forum/cache/skin_cache/cacheid_3/skin_global.php
You dont have that file uploaded.

brightblog
10-11-2006, 03:29 PM
thats the thing there is no such fiel to upload

Tyler
10-11-2006, 05:01 PM
You may want to check your download, or ask for help from Invision on what to put there.

brightblog
10-11-2006, 05:34 PM
hey i have asked for help but all i am told is that i need safe mode switched off

Tyler
10-11-2006, 06:23 PM
You don't need safe mode off... it is simply saying that it is missing a file.

brightblog
10-11-2006, 07:01 PM
but the cache_id number changes from 3 to 4 to 5???

UnlimitedMB
10-11-2006, 07:59 PM
This error has nothing to do with safe mode or any security settings.
The file is missing.

lomarb
10-11-2006, 11:45 PM
The problem is IPB not creating the cache folder. try do a recache of all skins under skin tools. Im not 100% sure of the category names though.

brightblog
10-12-2006, 10:50 PM
easily solved, go to tools>search bar type: safe mode> then click yes



wala fixed :) thanks for the help guys