View Issue Details

IDProjectCategoryView StatusLast Update
6070Composr alpha bug reportsGeneral / Uncategorisedpublic2024-11-26 20:57
ReporterAdam Edington Assigned ToGuest  
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary6070: 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.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

PDStig

2024-11-26 20:57

administrator   ~9683

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.

Add Note

View Status
Note
Upload Files
Maximum size: 32,768 KiB

Attach files by dragging & dropping, selecting or pasting them.
You are not logged in You are not logged in. This means you will not get any e-mail notifications. And if you reply, we will not know for sure you are the original poster of the issue.

Issue History

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