View Issue Details

IDProjectCategoryView StatusLast Update
0006070Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-11-26 20:57
ReporterAdam EdingtonAssigned To 
SeverityFeature-request 
Status non-assignedResolutionopen 
Summary0006070: Option to install Conversr to a unique database
DescriptionI am not sure if it is the standard that databases are limited to 1024MB, but on my hosting package they are. This is currently not an issue, but perhaps it could be in the future. Would it be possible to create the option to install Convesr to its own database (perhaps also other features which may result in large amount of data)?
TagsNo tags attached.
Sponsorship open

Activities

Patrick Schmalstig

2024-11-26 20:57

administrator   ~0009683

I don't know if this will work for Conversr but I do know you can specify the following in _config.php:

$SITE_INFO['db_forums'] = '';
$SITE_INFO['db_forums_host'] = '';
$SITE_INFO['db_forums_user'] = '';
$SITE_INFO['db_forums_password'] = '';

This is mainly for third-party forum drivers. You can give it a try for Conversr and let me know if it works. Migrate everything starting with (prefix)_f_* over to a new database, and fill these in your _config.php.

Issue History

Date Modified Username Field Change
2024-11-26 19:08 Adam Edington New Issue
2024-11-26 20:57 Patrick Schmalstig Note Added: 0009683