SMFHacks.com

SMF Gallery Pro => Support => Topic started by: Sweetwater on February 22, 2014, 10:05:58 pm

Title: error on install
Post by: Sweetwater on February 22, 2014, 10:05:58 pm
Error on install of 5.05 on smf 2.07

Quote
Creating Indexes...
Recounting gallery member picture totals please wait
Recounting gallery picture totals please wait
Recounting Main Galleries...
Recounting User Galleries...
Recounting gallery totals completed.
Recounting Last Pictured Posted.
Final Tag Cloud Checks?> // Alternate user error $txt['error_alternate_user'] = 'The alternate user you specified doesn\'t exist.'; $txt['statuses_post_error_short'] = 'Your message is too short, please try again.'; $txt['statuses_post_error_long'] = 'Your message is too long, please try again.'; $txt['statuses_post_delete_invalid'] = 'Invalid status, this can be due to several reasons such as attempting to delete another member\'s or non-existing status.'; $txt['statuses_post_lock_invalid'] = 'Invalid status, this can be due to several reasons such as attempting to lock another member\'s or non-existing status.'; $txt['replies_post_delete_invalid'] = 'Invalid reply ID, this can be due to several reasons such as attempting to delete another member\'s or non-existing reply.'; $txt['statuses_reply_locked'] = 'You cannot reply to a locked status!';
Title: Re: error on install
Post by: SMFHacks on February 22, 2014, 10:33:19 pm
The code is from a different mod

Quote
// Alternate user error $txt['error_alternate_user'] = 'The alternate user you specified doesn\'t exist.'; $txt['statuses_post_error_short'] = 'Your message is too short, please try again.'; $txt['statuses_post_error_long'] = 'Your message is too long, please try again.'; $txt['statuses_post_delete_invalid'] = 'Invalid status, this can be due to several reasons such as attempting to delete another member\'s or non-existing status.'; $txt['statuses_post_lock_invalid'] = 'Invalid status, this can be due to several reasons such as attempting to lock another member\'s or non-existing status.'; $txt['replies_post_delete_invalid'] = 'Invalid reply ID, this can be due to several reasons such as attempting to delete another member\'s or non-existing reply.'; $txt['statuses_reply_locked'] = 'You cannot reply to a locked status!';

Most likely modify your themes/default/languages/modifications.english.php
Find
Quote
?>
And move it all the way to the end of the file