vShare Installation Instructions
Quote:
Change permission of folder "include" and file "include/config.php" to 644
I think, that it would be wrong to change permission of folder "include" to 644, because after this you would get those error messages:
Quote:
Warning: main(../include/config.php) [function.main]: failed to open stream: Permission denied in /home/videotwi/public_html/ee/admin/index.php on line 3
Warning: main(../include/config.php) [function.main]: failed to open stream: Permission denied in /home/videotwi/public_html/ee/admin/index.php on line 3
Warning: main(../include/config.php) [function.main]: failed to open stream: Permission denied in /home/videotwi/public_html/ee/admin/index.php on line 3
Warning: main() [function.include]: Failed opening '../include/config.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/videotwi/public_html/ee/admin/index.php on line 3
Fatal error: Undefined class name 'stemplate' in /home/videotwi/public_html/ee/admin/index.php on line 43
Re: vShare Installation Instructions
644 will work on most servers. If not try 755.
6 = Read + Write For Owner
4 = Read Permission (For Group and Everyone else)