- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
10-02-2018 04:01 PM - edited 10-02-2018 04:11 PM
Expedition hangs on the first login using Default GUI credentials using Firefox. It just sits there and spins in the browser
10-12-2018 08:59 AM
I'm having the same issue.
Also -- when I run:
sudo apt-get install expedition-beta
I get the following message:
expedition-beta is already the newest version (1.0.105).
Is there a 1.0.106 -- and if so, what should I do to install it?
Thanks,
10-19-2018 06:48 AM
before to run the apt-get install expedition-beta you have to run
sudo apt-get update sudo apt-get install expedition-beta
11-05-2018 11:05 AM
Tried that but still doesn't pull the latest 1.0.106
11-05-2018 11:58 AM
Try this:
sudo apt-get autoremove
--> the above will remove any update packages.
Try the update again:
sudo apt-get update
sudo apt-get install expedition-beta
Also, after the update is installed you will want to edit the files using the settings below. This may fix your log in issues:
The below change is needed to allow Expedition to import configuration files larger than 5 MB.
PHP:
Edit couple parameters from php.ini located at:
sudo vi /etc/php/7.0/apache2/php.ini
Modify:
post_max_size = 250M
upload_max_filesize = 250M
restart the Apache with
sudo systemctl restart apache2
The below change should resolve your log in error message.
1- php.ini for Apache
Edit the php.ini file for Apache with the following command
sudo nano /etc/php/7.0/apache2/php.ini
change (you can use the Search feature with ^W)
mysqli.reconnect = Off
to
mysqli.reconnect = On
Write the changes with ^O and exit nano with ^X
2- php.ini for CLI
Edit the php.ini file for Apache with the following command
sudo nano /etc/php/7.0/cli/php.ini
change (you can use the Search feature with ^W)
mysqli.reconnect = Off
to
mysqli.reconnect = On
Write the changes with ^O and exit nano with ^X
3- Apply the changes
Once the changes are done, apply them by
sudo service apache2 restart
11-20-2018 11:19 AM
I am also hanging..
I upgraded the ubunto per cli prompting...then did the upgrade..
expedition-beta is already the newest version (1.0.107).
Still hangin on log in to WebUI
I have verified the ini settings are correct..
Any direction woudl be apprecited. Perhaps a system level debug ??
Thank you in advance,
Don
11-20-2018 11:21 AM
You can't upgrade Ubuntu. You have to restore from a clone or snapshot or rebuild the VM from scratch.
HTH,.
Bob
11-20-2018 11:30 AM
Thanks for the response Bob,
Im running on a VM Workstation...
The following prompted the upgrade...
I forgot the cardinal rule..."If it aint broke-don;t fix it..."
Don
ogin as: expedition
expedition@192.168.250.78's password:
Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-137-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
46 packages can be updated.
0 updates are security updates.
New release '18.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
-------
11-20-2018 11:49 AM
Yeah I learned the hard way. There was also a post by Albert (founder of Expedition) that at this time we should ignore the Ubuntu upgrade.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!