Group activity

  • Christophe replied on the discussion topic No language switching
    Hi , I cant make my site switch to the french langage ...  fr files are present, event if some new messages are missing in them, the already present messages should be taken in account, shouldn't they ?  
  • marcianokent added a new discussion topic Hello from indonesia
    Hi, I am new here, I want to learn anything from this community. baju
  • DhrupDeScoop replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • Chiaro Scuro replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • DhrupDeScoop replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • TahoeBilly replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • TahoeBilly replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • Kevin Jardine replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • Chiaro Scuro replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • Kevin Jardine replied on the discussion topic No language switching
    Hi , I cant make my site switch to the french langage ...  fr files are present, event if some new messages are missing in them, the already present messages should be taken in account, shouldn't they ?  
  • Kevin Jardine replied on the discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • Christophe replied on the discussion topic No language switching
    Hi , I cant make my site switch to the french langage ...  fr files are present, event if some new messages are missing in them, the already present messages should be taken in account, shouldn't they ?  
  • Chiaro Scuro added a new discussion topic Upgrade Error
    Hi, I upgraded from 1.2 to 1.5 RC2 and the upgrade went smoothly, except that the view is kind of screwed up. The "Tools" are displayed below the left sidebar and not beside it where they should be - Can anyone help me out with this, I tried...
    • I've managed to fix it, the upgrade process hadn't created the new DB tables.

      So I use the command below to copy across the missing ones : elgggeocode_cache, elggprivate_settings, elggriver - I didnt bother copying over 'elggsystem_log_1236692081', as it was empty, now my upgraded DB has 22 tables, and the install works a treat..!

      CREATE TABLE {upgraded DB name}.elgggeocode_cache SELECT * FROM {fresh elgg v1.5rc2 DB}.elgggeocode_cache;

      Replace { and what is inside it with the name of your database.

    •  

       

       

      Okay these are missing fields to install, correct?

      Elgg database _________________

      Database hostname (usually 'localhost') _______________

      Database table prefix (usually 'elgg') _________________

      Here is the jive I get inside Elgg 1.2 when I installed it from GoDaddy (soft install) I hoped to

      use that info to fill in the missign fields whereby UPGRADING. And it seemed to work but it was buggy as hell and the version still said 1.2, so it seemed like a sort of crossgrade or something, hybrid 1.2-1.5 version.

      I want to therefor only hard install 1.5 can I use the old Godaddy info below to still connect the database?

      The full path to your site root on your disk, followed by a trailing slash:

      /home/content/t/a/h/tahoebilly09/html/

      The full path to the directory where uploaded files will be stored, followed by a trailing slash

      /home/content/t/a/h/tahoebilly09/html/data/

      Thank you anyone who might help with this, I really need to see that new river to stay pumped on th ethis project.

       

      William

    • Rats, none of my plugins work!! they all display the following

      image

      Any ideas ?

      This is even after delting all everything in the 'mod' and copying only the standard mods from a v1.5rc2 fresh install.

       

  • After site details save - I am brought to an incorrect URL. I click on save and am brought to: http://www.mysite.com/dev/action/systemsettings/install there is an "s" missing at the end of the "actions"...
  • elggboy replied on the discussion topic install issue
    how do u delete cache folder from data directory?
  • TahoeBilly replied on the discussion topic install issue
    how do u delete cache folder from data directory?
  • Marcus Povey replied on the discussion topic install issue
    how do u delete cache folder from data directory?
  • The Father replied on the discussion topic install issue
    how do u delete cache folder from data directory?
  • elggboy added a new discussion topic install issue
    how do u delete cache folder from data directory?
  • Phil replied on the discussion topic Extend blog / messagboard for pictures / videos
    Hello everyone, I´m new to elgg and i´m really excited about this fantastic software. I´m currently setting up a blog/messageboard and i´m wondering if there is a way to add images / videos to a blog or messageboard. I...