Posts by djgodlike

    Tried to follow this thread but without any luck:
    Also MySQL Problem with OMV 1.x


    I keep getting errors when installing the plugin.


    And keep getting this error when i try to enable the MySQL plugin.




    The output of dpkg -l | grep mysql


    When i installed the plugin i see with ssh that MySQL is running a the beginning. Even when i didn't start it within the plugin..
    Tried to purge everything with mysql... But still same error when i've reinstalled the plugin.


    I'm a bit of a linux beginner so please take it easy on me :)

    For some reason the second time: apt-get install -f solved it all... :S



    Thank you so much for your quick rescue!! RESPECT!

    WOW seems you have fixed it. :) Only have an error left:


    Code
    root@SERVER:~# rm /etc/init.d/wftpserver
    
    
    root@SERVER:~# apt-get clean
    
    
    root@SERVER:~# rm /var/cache/apt/archives/*
    
    
    rm: cannot remove `/var/cache/apt/archives/partial': Is a directory


    Do i have to remove the complete dir ?


    Update: removed it with:

    Code
    rm -r /var/cache/apt/archives/*



    Thanks for helping this beginner :)




    Thanks for the tip, will dive into VW when i got this solved :(

    Can someone please help me with the following errors when i try: apt-get install -f
    I'm not a Linux guru so sorry for that ;)


    What i did before the error:
    I have had installed wingFTPserver Trial for linux. Removed it but maybe forgot to remove something??
    Tried reinstalling openmediavault-omvextrasorg aswell. But now i get an error in openmediavault GUI: Failed to get configuration (xpath=//system/omvextrasorg)
    Maybe this have to do with the PHP problem?


    Is there a way to remove and reinstall PHP or does this brake other things on the openmediavault server?
    I have installed ownCloud 7 thanks to tekkb!



    Here is the error given..



    I get the same message:
    An exception occurred while executing 'SELECT "configvalue", "appid" FROM "oc_appconfig" WHERE "configkey" = ?' with params ["enabled"]: SQLSTATE[HY000]: General error: 1 no such table: oc_appconfig



    BTW in Config.php it still says version 6.0.3.1, is that normal?
    'version' => '6.0.3.1',



    UPDATE:
    It seemed to be the port number, i changed it indeed to 8444 like you did :)


    Do we use SQLITE?

    Quote

    11) You need to edit the /var/www/owncloud/config/config.php file
    nano /var/www/owncloud/config.php
    Then this needs to be added right before the 2nd to last line that says: 'installed' => true,
    Source Code: 'xframe_restriction' => false,


    With me there was no line 'installed' => true, but i added it anyway(i think cause i did't finish the setup yet)




    After 14) i found the "Interface" tab! :) But when opening owncloud in browser or interface tab, i get the following ownCloud message:

    Quote

    An exception occurred while executing 'SELECT "configvalue", "appid" FROM "oc_appconfig" WHERE "configkey" = ?' with params ["enabled"]: SQLSTATE[HY000]: General error: 1 no such table: oc_appconfig


    Does this have to do something with data folder?


    Unfortunately it looks like there will be no ownCloud plugin update soon or ever..
    Is there anybody who can make a guide how to install ownCloud 7 without the plugin?