Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 10:58 am EST
Geeklog Forums
private message install problem
anonymous
Anonymous
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
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
6
6
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:
*/
$_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' );
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' );
7
7
Quote
All times are EST. The time is now 10:58 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