+ Post New Thread
Results 1 to 10 of 10
EduGeek Joomla 1.0 Package Thread, [function.fopen] error in Projects:; ok just intalled Joomla onto a demo server here and got this error when I go to access it: Code: ...
  1. #1

    Gatt's Avatar
    Join Date
    Jan 2006
    Location
    Rochdale
    Posts
    5,293
    Thank Post
    647
    Thanked 368 Times in 259 Posts
    Rep Power
    223

    [function.fopen] error

    ok just intalled Joomla onto a demo server here and got this error when I go to access it:

    Code:
    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?

  2. #2


    Join Date
    Jan 2006
    Posts
    5,990
    Thank Post
    290
    Thanked 645 Times in 480 Posts
    Rep Power
    162
    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.

  3. Thanks to CyberNerd from:

    Gatt (29th April 2008)

  4. #3

    Gatt's Avatar
    Join Date
    Jan 2006
    Location
    Rochdale
    Posts
    5,293
    Thank Post
    647
    Thanked 368 Times in 259 Posts
    Rep Power
    223
    you mean chmod the whole Joomla Dir?

    now why wasn't this in new posts?

  5. #4

    SYSMAN_MK's Avatar
    Join Date
    Sep 2005
    Location
    Milton Keynes
    Posts
    3,770
    Blog Entries
    2
    Thank Post
    418
    Thanked 1,133 Times in 647 Posts
    Rep Power
    321
    Try making the following folder writeable

    modules/jsn_imageshow

  6. Thanks to SYSMAN_MK from:

    Gatt (29th April 2008)

  7. #5

    Gatt's Avatar
    Join Date
    Jan 2006
    Location
    Rochdale
    Posts
    5,293
    Thank Post
    647
    Thanked 368 Times in 259 Posts
    Rep Power
    223
    @sysman_mk - yeah added that one too

    found the problem tho..
    i used chmod 777 <dir> but needed to use chmod -R 777 <dir>

    its working now

  8. #6
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    10,963
    Blog Entries
    1
    Thank Post
    104
    Thanked 422 Times in 365 Posts
    Rep Power
    109
    '-R' means recursive for those following along.

  9. #7

    Gatt's Avatar
    Join Date
    Jan 2006
    Location
    Rochdale
    Posts
    5,293
    Thank Post
    647
    Thanked 368 Times in 259 Posts
    Rep Power
    223
    lol - thanks Geoff should have added that in :P

  10. #8

    rush_tech's Avatar
    Join Date
    Jul 2006
    Location
    Nottingham
    Posts
    1,199
    Thank Post
    86
    Thanked 224 Times in 163 Posts
    Rep Power
    120
    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?

  11. #9

    Gatt's Avatar
    Join Date
    Jan 2006
    Location
    Rochdale
    Posts
    5,293
    Thank Post
    647
    Thanked 368 Times in 259 Posts
    Rep Power
    223
    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

  12. #10

    Gatt's Avatar
    Join Date
    Jan 2006
    Location
    Rochdale
    Posts
    5,293
    Thank Post
    647
    Thanked 368 Times in 259 Posts
    Rep Power
    223
    in fact - only joomla is working now :-S

SHARE:
+ Post New Thread

Similar Threads

  1. Easy spreadsheet function
    By park_bench in forum MIS Systems
    Replies: 1
    Last Post: 19th March 2008, 11:20 AM
  2. "Hide" function not working on HP projector
    By BatchFile in forum Hardware
    Replies: 2
    Last Post: 25th January 2008, 10:45 AM
  3. Subscript error on vb split function
    By ryan_powell in forum Coding
    Replies: 0
    Last Post: 1st August 2007, 12:35 PM
  4. FN + F5 function key does not work
    By alexknight in forum Hardware
    Replies: 8
    Last Post: 7th February 2007, 03:32 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •