Jump to content
Froxlor Forum

Antoine Thomas

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Antoine Thomas

  1. Well, I have started to create websites in 1998 and since then used almost all CMS. I am an open source expert, currently working for an open source CMS editor. I have been a product owner at the Eclipse Foundation, working on web apps and modules. I even cofounded Ubuntu Studio. So, yes, I am certainly not what you would call a highly skilled sysadmin. But I have some experience about managing webservers and installing software on them. I can tell that I am a bit disapointed by the way you install your tables. Never seen that...

    Again, thank you very much for your time. 

    And really, feature request, check if the database is already used, and add a confirmation message. This is what I ask developers to do in this kind of case (risk of deleting something), when I write specs or do product management.

  2. well, then you have created the only web software I ever installed that do that.

    all other software I ever installed before froxlor actually just added tables, with a keyword like wp_ at the beginning of the table names. I was expecting to find tables with froxlor_, btw. 

    so maybe this can be a feature request, that would make it safer for future users? because this behavior with the database is not at all explained in the documentation, and is not even explained during the installation and configuration process. at least adding a explicit disclaimer or a warning with a confirmation somewhere if the database is already used for something else would be great

  3. I don't think that mysql has been removed when I uninstalled the froxlor package with apt, as I didn't had to re-install it.

    But you are right, I should have created a dedicated database for froxlor. Instead I actually shared the same database as the one I use for wordpress: usually, applications just add tables, they do not empty the database. Very weird, first time something like that happens.

  4. It is not a problem of browser cache, as I tried with many browsers on many devices. The redirection is for all visitors.

    From the Apache logs it seems that there is a big issue with the mysql database. I checked, and actually it seems that during install of Froxlor, my database content has been flushed (or deleted/recreated empty), and I lost all the data of my website. So I am currently cleaning what's left of Froxlor data in mysql, should be quick. It is the first time ever something like that happens to me while installing a web software, that's why I didn't checked before.

    And then I will get a backup and will import it again to mysql, hoping that this will solve the problem.

  5. vhost:

    <VirtualHost *:80>
            ServerAdmin webmaster@localhost
            DocumentRoot /var/www/html
    
            ErrorLog ${APACHE_LOG_DIR}/error.log
            CustomLog ${APACHE_LOG_DIR}/access.log combined
    
    </VirtualHost>

    all the files of the wordpress multisite is in /var/www/html, that is the only website on this server. I use this simple configuration so that all the domains pointing to the server goes to the same folder, and then wordpress map the domains to the sites

    owner of the files is www-data:www-data

    files in the folder are recursively set to 755

    just let me know what log you want to see and I will add them.

  6. I actually didn't paste anything blindly, as it was possible to use a command line tool to do the configuration, whithin I chose what I needed with keywords It also installed many packages as dependencies.
    Oh, and btw, I used the Ubuntu package for installation, not the tar file. So maybe when I uninstalled it using apt, it removed a dependancy that should not have been uninstalled? (eg: I had to re-install some apache modules, not just re-enable them)

    Anyway.

    I would like to thank you very much for your time and your answers, I guess that I broke something in the server configuration while trying to clean after uninstalling. I hope that I will be able to find why I can't make my website to run again without this 302 redirection loop

  7. I did that already, actually.

    But when I ran the configuration script (the first step to do at first login in to the backoffice), I saw that a lot of tasks and configuration are done in the terminal, it tooks some time. That's why I was expecting that something else has to be done to clean the installation.

  8. yes, but I checked the .htaccess file and it's the default one for a multisite with subdomain, nothing special here. I didn"t changed anything in the website files. It's just since I tried to install Froxlor that it broke into the endless redirection loop.

    So, maybe I missed some Froxlor config file that I should remove ?

  9. well, then tell me the config file you would like to see and I'll provide them.

    currently, Apache is configured so serve all domain (*) to var/www/html. that's what was configured before trying to install Froxlor, and I as able to re-enable it, after deleting froxlor .conf files.

    I don't blame anybody, actually. I am just looking for help, to just have my WordPress websites working again without this too many redirect error.

  10. Hello,

    I tried to install Froxlor on my server but this was far more complicated than I expected. I actually had a website already on this server, before the installation, and everything was broken. Well I was expecting that, but I was thinking it would be easy to reconfigure everything to make it to work again. Fact: I was not able to make it, and the "configuration" step of Froxlor, once in the backoffice, is creating a looooooot of things. And, there is no documentation about how to do a clean uninstall, that's my problem.

    Anyway, I removed Froxlor and reinstalled Apache on my server, then cleaned Froxlor config files that I could find in /etc/apache2/sites-enabled/, etc. After a some work, I was able to restart my server with the domains pointing to the right path., with PHP, and mod rewrite enabled.

    However, I have a real problem: now I have the error "ERR_TOO_MANY_REDIRECTS" when I try to access my websites. I can't find a way to fix that. On the server, there is a WordPress multisite and I never had such an issue.

    You can try with libre-factory.com (main domain), or ttoine.net for an other site managed by the WordPress multisite with multidomains.

    I would really appreciate any help, and would be glad to help to write an uninstall tutorial if I get the resource.

    ttoine

×
×
  • Create New...