I cannot compile language for the forum

I logged in the forum as an admin and everything, but I just don't see the option to compile the language there. I see options to create new forum and stuff etc...

I bought my language pack worth of 100$, not a cheap one.

Quote · 15 Oct 2013

When you log in you should see a manage forum link in the submenu bar.  Click on that and you should see the compile language.

Geeks, making the world a better place
Quote · 15 Oct 2013

Yes, I tried that so many times. I uninstalled/installed the forum, recompile language, install the lang file under forum module language folder etc but nonthing worked

 

Capture.JPG · 21.8K · 166 views
Quote · 15 Oct 2013

Your original question was, "but I just don't see the option to compile the language there".  Yet, you now show a screenshot that clearly shows the link to compile en and ru languages.  Please state more clearly what is the nature of your problem.

Geeks, making the world a better place
Quote · 15 Oct 2013

 I should clarify that I don't see the option to compile existing other languages except RU and EN. 

screenshot of installed languages.

 

Your original question was, "but I just don't see the option to compile the language there".  Yet, you now show a screenshot that clearly shows the link to compile en and ru languages.  Please state more clearly what is the nature of your problem.

 

Capture.JPG · 15.1K · 154 views
Quote · 15 Oct 2013

The forum language files are separate from the main system language. The forum is separate for a lot of things. It use to be a standalone product.

So i have two possible explanations.

1) Either the language contains the forum language files as well and you did not install them.

Or

2) The language did not come with translation for the forums.

My suggestion. Contact the author of the language file.

This is one of the reasons i gave up developing templates. Boonex was changing the forums every other version of dolphin making it difficult to keep up with templates. When they completely change the entire template system when 7.1 was released that's when i decided enough is enough.

https://www.deanbassett.com
Quote · 15 Oct 2013

As Deano indicated, if the translation came with a forum file, you need to install it to the forum.  If it did not, then you can contact the developer and see if they will offer it.

Geeks, making the world a better place
Quote · 15 Oct 2013

Thank you for the information Deano, I see the lang key for the forum and stuff from Master Language Editor, though.

screenshot

Capture.JPG · 67.2K · 171 views
Quote · 15 Oct 2013

 Thank you.

I also manually download/upload the lang file to the forum folder where it holds the lang files.

screenshot

As Deano indicated, if the translation came with a forum file, you need to install it to the forum.  If it did not, then you can contact the developer and see if they will offer it.

 

Capture.JPG · 31.7K · 160 views
Quote · 15 Oct 2013

Have you contacted the language developer for assistance?

Geeks, making the world a better place
Quote · 15 Oct 2013

 sent pm and email. no reply yet.

Have you contacted the language developer for assistance?

 

Quote · 15 Oct 2013

I think this is Dolphin problem, not language file problem. The vendor told me the same thing I did - copy the lang file to the

modules/boonex/forum/install/langs

 

Database query error

After uninstall\reinstall the Forum module 2 times, now my site is totally messed up, I can't even go to the admin panel anymore. This error occur

Database query error


I've noticed this, if you uninstall, and reinstall a module you'd be likely eff your site entirely.

 


Quote · 16 Oct 2013
Query:
SELECT IF( NOT ISNULL( SUM(`forum_topics`)), SUM(`forum_posts`), 0) AS `Num` FROM `bx_forum`
Mysql error:
Table 'nguoimau_siteabc.bx_forum' doesn't exist
 
Found error in the file '/home/nguoimau/public_html/siteabc.com/inc/classes/BxDolAdminDashboard.php' at line 132.
Called 'getOne' function with erroneous argument #0.

Debug backtrace:
Array
(
    [1] => Array
        (
            [file] => /home/nguoimau/public_html/siteabc.com/inc/classes/BxDolDb.php
            [line] => 237
            [function] => error
            [class] => BxDolDb
            [object] => BxDolDb Object
                (
                    [error_checking] => 1
                    [error_message] => Table 'nguoimau_siteabc.bx_forum' doesn't exist
                    [host] => localhost
                    [port] => 
                    [socket] => 
                    [dbname] => nguoimau_siteabc
                    [user] => *****
                    [password] => *****
                    [link] => Resource id #25
                    [current_res] => 
                    [current_arr_type] => 1
                    [oParams] => BxDolParams Object
                        (
                            [_oDb] => BxDolDb Object
 *RECURSION*
                            [_oCache] => BxDolCacheFile Object
                                (
                                    [sPath] => /home/nguoimau/public_html/siteabc.com/cache/
                                )

                            [_sCacheFile] => sys_options_eb8736dbddf2f70d806b3f3c921288eb.php
                            [_aParams] => [truncated]
                        )

                    [oDbCacheObject] => BxDolCacheFile Object
                        (
                            [sPath] => /home/nguoimau/public_html/siteabc.com/cache/
                        )

                )

            [type] => ->
            [args] => Array
                (
                    [0] => Database query error
                    [1] => 
                    [2] => SELECT IF( NOT ISNULL( SUM(`forum_topics`)), SUM(`forum_posts`), 0) AS `Num` FROM `bx_forum`
                )

        )
Quote · 16 Oct 2013

I think there needs to be a message on the admin of Dolphin that uninstalling a module will result in lost of data.  When you install a module, it has sql that is run that creates the tables in the database that will hold certain information; in the case of the forum, it holds the actually forum topics and posts.  Uninstalling the module removes those tables.  So, always backup the database before removing a module if it contains data you want to save.  Now for Photos and videos, it will wipe out the data directories holding those files. 

Anyway, do you have a backup of your site; of the database?  If so, you can extract the forum tables from that backup and restore them.  Another thing is database tools like phpMyAdmin will allow you to backup only certain tables.  So you can do a backup of the forum tables, without doing a full backup.

Geeks, making the world a better place
Quote · 16 Oct 2013

Alerts when uninstalling modules is planned for the next version. http://www.boonex.com/trac/dolphin/ticket/3264

https://www.deanbassett.com
Quote · 16 Oct 2013

First thing to do is make a backup of your database. When done, run the install.sql script that you find in /modules/boonex/forums/install/sql

This should restore all forum tables and solves the error you reported.

It could be that the forum module is still installed, if so... remove the forums again.

If not, install the forums. You will get an error message that the installation failed and it should remove all the still installed references to the forums module.

 

If this didn't work, you still have your backup and have to manually remove the references to the module. In this case it seems to be the site stats.

 

Good luck!

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 16 Oct 2013

 How can I run that file? I go to phpMyAdmin but don't know how to execute the command.

I can see that file here in FTP

siteabc.com/modules/boonex/forum/install/sql/install.sql

 

First thing to do is make a backup of your database. When done, run the install.sql script that you find in /modules/boonex/forums/install/sql

This should restore all forum tables and solves the error you reported.

It could be that the forum module is still installed, if so... remove the forums again.

If not, install the forums. You will get an error message that the installation failed and it should remove all the still installed references to the forums module.

 

If this didn't work, you still have your backup and have to manually remove the references to the module. In this case it seems to be the site stats.

 

Good luck!

 

Quote · 16 Oct 2013

The content of that file contains just SQL commands and nothing else. Copy and past it to PHPMyAdmin and run it.

Please make sure you do have a backup!

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 16 Oct 2013

I got it.

I post here just in case someone has the same problem and they search the forum.

First, you need to open this file modules/boonex/forum/install/sql/install.sql and copy all lines within that file.

(using a software or note editor. I used Note ++ to open it.)

Then go to Cpanel --myPhpAdmin- select the database (if you have several) and then click on SQL , then paste the codes you copied from the notepad. then click GO .

 

This is crazy, other English language keys are messed up along with the foreign language too. Now I even choose English as the language but see a few _fgdg5$#$%#  _453453_ _whajhjfhfjshd _$#$RFGDF  here and there.

Capture.JPG · 56.2K · 156 views
Quote · 16 Oct 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.