Welcome to Geeklog, Anonymous Monday, May 06 2024 @ 09:50 am EDT

Geeklog Forums

private message install problem


anonymous

Anonymous
blah
hello,
I've just installed gl ver.1.4sr3. I've tried installing the private message plugin,but the install link doesn't do anything.
when i click on install the page refreshes
It returns to install / uninstall page there are no errors in the log

thanks

 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
register_globals = on?

Some plugins still require this.

bye, Dirk
 Quote

ironmax

Anonymous
You may try putting this code in your lib-common.php file towards the top of the file like the following below:

Text Formatted Code

*/

$_COM_VERBOSE = false;

/**
* The next two lines below are for the Register_Globals bypass to work
* on plugins that reguire the globals to be on-but may not work on all
* plugins.
*/

extract( $_POST );
extract( $_GET );

/**
* Configuration Include: You should ONLY have to modify this line.
* Leave the rest of this file intact!
*
* Make sure to include the name of the config file,
* i.e. the path should end in .../config.php
*/
require_once( 'path/to/your/config.php' );

 
 Quote

All times are EDT. The time is now 09:50 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content