Log in

View Full Version : [HELP] errors while installing game


cavebox
11-27-2010, 10:38 AM
Hi all,

When i try to install a game i got following error:

Warning: mkdir() [function.mkdir]: Permission denied in [path]/arcade/functions/tar.php on line 378

Warning: chmod() [function.chmod]: No such file or directory in [path]/arcade/functions/tar.php on line 379

Warning: fopen(Thumbs.db) [function.fopen]: failed to open stream: Permission denied in [path]/arcade/functions/tar.php on line 395

Warning: mkdir() [function.mkdir]: Permission denied in [path]/arcade/functions/tar.php on line 378

Warning: chmod() [function.chmod]: No such file or directory in [path]/arcade/functions/tar.php on line 379

Warning: fopen(index.html) [function.fopen]: failed to open stream: Permission denied in [path]/arcade/functions/tar.php on line 395

Warning: mkdir() [function.mkdir]: Permission denied in [path]/arcade/functions/tar.php on line 378

Warning: chmod() [function.chmod]: No such file or directory in [path]/arcade/functions/tar.php on line 379

Warning: fopen(maxdirtbikev32MICRO.txt) [function.fopen]: failed to open stream: Permission denied in [path]/arcade/functions/tar.php on line 395

Warning: mkdir() [function.mkdir]: Permission denied in [path]/arcade/functions/tar.php on line 378

Warning: chmod() [function.chmod]: No such file or directory in [path]/arcade/functions/tar.php on line 379

Warning: fopen(v32game.txt) [function.fopen]: failed to open stream: Permission denied in [path]/arcade/functions/tar.php on line 395

I am running on vb 4.0.8 and ibProArcade v2.7.0+
chmodded all like install notes said.

Hippy
11-27-2010, 12:28 PM
378 and line 379 are about mkdir( $dir_component, 0777);
chmod( $dir_component, 0777);
Be sure the chmod changes took..

make sure your folders and files are in the root/arcade/ folder

cavebox
11-27-2010, 12:35 PM
folders and files are in root/arcade
chmod has been done.

in 4.0.7 everything worked just fine.
have been working for 2 years, but now it stopped working.
Have to install all the games manually but for my ather admin it's better with the tar files.

Hippy
11-27-2010, 01:36 PM
what where your last changes before hey stopped work..

if none

what was the last time you changed and when

cavebox
11-27-2010, 01:42 PM
upgrade to 4.0.8

cavebox
12-01-2010, 02:04 AM
anybody?

Hippy
12-01-2010, 10:57 AM
did you double check to make sure the chmod stayed ?
so hosts don't allow chmod777..
only the folders in arcade need to be chmod to 777 not the files..
make those changes and checks and let me know

cavebox
12-01-2010, 11:31 AM
Hippy,

Thanks for your reply, but i know all those things.
I triple checked everything.
I think the problem is with VB 4.0.8

With the 4.0.7 there has never been a problem.
I think i'll upgrade to 4.10 soon.
Probably the issue will be fixed.

All the settings, chmod etc. is ok.
There is nothing at the hoster, because i'm doing this myself.

Again,

Tnx for your help so far.

Hippy
12-01-2010, 07:52 PM
I ran the aracde with no issues on 4.0.7 4.0.8 and now 4.1.0
Iwas just helping ellinofatsa (https://vborg.vbsupport.ru/member.php?u=376129) with her board and we had the same errors you are getting
she contacted her host and they resolved it
you can ask her what they did to fix the problem.

ellinofatsa
12-02-2010, 12:36 PM
thank you Hippy for your help i have the same problem, you will need to contact your hosting provider and ask for cURL to be installed with TLS/SSL support or for OpenSSL to be enabled in PHP !!!!

cavebox
12-02-2010, 02:25 PM
thanks, i will have a look at this.

Hippy
12-02-2010, 07:47 PM
thank you Hippy for your help i have the same problem, you will need to contact your hosting provider and ask for cURL to be installed with TLS/SSL support or for OpenSSL to be enabled in PHP !!!!
your welcome sweetie, anytime

cavebox
12-05-2010, 01:02 PM
Just installed suphp and problem is solved.

I think it started on the day the server updated and on the same day i installed 4.0.8

Thanks anyway!

Hippy
12-05-2010, 01:30 PM
yes with suphp you dont need to set permissions for any files or folders ;)
glad you got it worked out