Welcome to Geeklog, Anonymous Thursday, October 03 2024 @ 06:41 pm EDT
Geeklog Forums
Geeklog upgrade from 1.7.2 to 1.8.0b1 issue
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
I made an update from 1.7.2 to 1.8.0b1. Everything seems to work but access to admin/plugins.php
Give me the nice message >> This file can not be used on its own. :
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
Give me the nice message >> This file can not be used on its own. :
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
8
5
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
This is this part of the code which creates the issue
admin/plugins.php Line 487
$retval .= ADMIN_list('plugins', 'ADMIN_getListField_plugins', $header_arr,
$text_arr, $query_arr, $defsort_arr, '', $token, '', $form_arr, false);
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
Text Formatted Code
admin/plugins.php Line 487
$retval .= ADMIN_list('plugins', 'ADMIN_getListField_plugins', $header_arr,
$text_arr, $query_arr, $defsort_arr, '', $token, '', $form_arr, false);
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
7
7
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Ok I get it. :chestslam:
When the admin/plugins.php page try to check depencies, the PLG_getParams function can include config.php file from old plugins. But if config file from the old plugin begin with:
die ('This file can not be used on its own.');
}
change to:
die('This file can not be used on its own!');
}
solve the issue.
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
When the admin/plugins.php page try to check depencies, the PLG_getParams function can include config.php file from old plugins. But if config file from the old plugin begin with:
Text Formatted Code
if (!defined ('GVERSION')) {die ('This file can not be used on its own.');
}
change to:
Text Formatted Code
if (strpos(strtolower($_SERVER['PHP_SELF']), 'config.php') !== false) {die('This file can not be used on its own!');
}
solve the issue.
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
5
7
Quote
All times are EDT. The time is now 06:41 pm.
- 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