Gatt Posted April 29, 2008 Posted April 29, 2008 ok just intalled Joomla onto a demo server here and got this error when I go to access it: Warning: fopen(/usr/share/websites/joomla/modules/jsn_imageshow/xmldata72.xml) [function.fopen]: failed to open stream: Permission denied in /usr/share/websites/joomla/modules/mod_jsn_imageshow.php on line 147 Warning: fwrite(): supplied argument is not a valid stream resource in /usr/share/websites/joomla/modules/mod_jsn_imageshow.php on line 148 Warning: fclose(): supplied argument is not a valid stream resource in /usr/share/websites/joomla/modules/mod_jsn_imageshow.php on line 149 have set the permissions on all the directories specified in the readme and during the install but this crops up Any suggestions?
CyberNerd Posted April 29, 2008 Posted April 29, 2008 does apache user have read/write on the filesystem? looks like permissions problem. edit. ok I see you already looked there. maybe try 777 them to test. 1
Gatt Posted April 29, 2008 Author Posted April 29, 2008 you mean chmod the whole Joomla Dir? now why wasn't this in new posts?
Gatt Posted April 29, 2008 Author Posted April 29, 2008 @sysman_mk - yeah added that one too found the problem tho.. i used chmod 777 but needed to use chmod -R 777 its working now
rush_tech Posted April 29, 2008 Posted April 29, 2008 I think I'm having the same sort of problem which I'm still having trouble with, is it trying to put/make a file/folder in the installation directory but can't?
Gatt Posted April 29, 2008 Author Posted April 29, 2008 argh! solved that error then all of a sudden one||zero is throwing up a host of errors Notice: Use of undefined constant PHP_SELF - assumed 'PHP_SELF' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 46 Notice: Use of undefined constant PHP_SELF - assumed 'PHP_SELF' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 46 Notice: Use of undefined constant PHP_SELF - assumed 'PHP_SELF' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 47 Notice: Use of undefined constant PHP_SELF - assumed 'PHP_SELF' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 47 Notice: Use of undefined constant PHP_SELF - assumed 'PHP_SELF' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 48 Notice: Use of undefined constant document_root - assumed 'document_root' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 64 Notice: Undefined index: document_root in /usr/share/websites/helpdesk/common/init_server_settings.php on line 64 Notice: Use of undefined constant server_name - assumed 'server_name' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 69 Notice: Use of undefined constant oneorzero_web_alias - assumed 'oneorzero_web_alias' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 70 Notice: Use of undefined constant max_attachment_size - assumed 'max_attachment_size' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 71 Notice: Use of undefined constant file_upload_directory - assumed 'file_upload_directory' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 76 Notice: Use of undefined constant database - assumed 'database' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 78 Notice: Use of undefined constant db_host - assumed 'db_host' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 79 Notice: Use of undefined constant db_user - assumed 'db_user' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 80 Notice: Use of undefined constant db_pwd - assumed 'db_pwd' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 81 Notice: Use of undefined constant db_name - assumed 'db_name' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 82 Notice: Use of undefined constant table_prefix - assumed 'table_prefix' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 86 Notice: Use of undefined constant sqlite_dbfile - assumed 'sqlite_dbfile' in /usr/share/websites/helpdesk/common/init_server_settings.php on line 88 Notice: Undefined index: sqlite_dbfile in /usr/share/websites/helpdesk/common/init_server_settings.php on line 88
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now