The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Warning: touch(): Utime failed: Permission denied in ..../includes/class.latex-vb.php
When I visit URLs where I'm using Latex, I get:
Warning: touch(): Utime failed: Permission denied in ..../includes/class.latex-vb.php on line 167 For example, see: removed What is the best way to resolve this? Line 167 is the line that starts with "touch": Code:
// Check whether this thing already exists if (is_file($path['img'].'/'.$filename)) { touch($path['img'].'/'.$filename); return $this->path['baseurl']."/img/".$filename; } Any advice would be much appreciated. Thanks. |
#2
|
|||
|
|||
I believe the user that the web server runs as has to have write permission to the file to be able to use touch(). Does $filename refer to a file that was created by the mod? It's hard to tell you exactly what to do without knowing more about the mod. touch() sets the time on the file, it could be that that isn't important and you could comment that out. Or maybe you need to change the permissions on the file, or maybe you need to change the permissions that the file is created with (if the mod creates the files).
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|