Closed Thread
Results 1 to 3 of 3

Thread: Blank page trying to access ionfiles on frontend

  1. #1
    keh
    keh is offline Newbie
    Join Date
    Aug 2008
    Posts
    2
    Rep Power
    0

    Blank page trying to access ionfiles on frontend

    Hi,

    I get a blank screen at the front end trying to access ionfiles. The back end seems to works fine, no problem with install. I don't get any php errors (I've set error reporting in PHP to 8191), nothing in firebug either. We use J!1.0.15, PHP5.2.x. SEF Advance have caused similar problems before, i've disabled it for ionfiles... The the blank page is located here d2621246.hosted248.framtidenadmin.net/index.php?option=com_ionfiles&Itemid=236

    Any ideas on what to try?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Blank page trying to access ionfiles on frontend

    Edit the file, ionFiles.php and change the line near the top from:

    Code:
    error_reporting(0); 
    to

    Code:
    error_reporting(E_ALL); 
    Then reload the page and you should see an error.

  4. #3
    keh
    keh is offline Newbie
    Join Date
    Aug 2008
    Posts
    2
    Rep Power
    0

    Re: Blank page trying to access ionfiles on frontend

    Hi, Thanks for your quick reply. I did the change in ionfiles.php, but still no errors showing.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 16
    Last Post: 09-16-2009, 06:40 AM
  2. Replies: 1
    Last Post: 03-06-2009, 07:11 AM
  3. Blank page..
    By Jaan in forum PHP Development
    Replies: 10
    Last Post: 07-17-2008, 04:40 AM
  4. Replies: 7
    Last Post: 01-31-2008, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

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