Jump to content

Phpwiki Installation With Cpanel


Recommended Posts

In addition, you might get this wierd error message on the top of phpWiki on the first visit to a page (it disappears after a refresh):

 

>lib/Request.php:136: Warning[2]: ob_start(): output handler
'ob_gzhandler' cannot be used after 'URL-Rewriter'

 

The solution to this can be found Here or just keep reading.

 

1. Find your index.php file in the phpwiki directory

2. Find the line that states:

>define('COMPRESS_OUTPUT', false);

3. Un comment the line, or make sure that the setting is indeed false.

 

That should do it, the explanation off the website linked above is:

 

When Apache is configured to deliver pages compressed and you try to do the same through PHP using "ob_gzhandler", that warning appears at the very top of the page.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...