Problems and Solutions

From eyeOS Wiki

Jump to: navigation, search

This page is a fast way to solve problems with eyeOS. You can edit it and add your own solution for any problem!

Contents

Error when uploading big files

By default, PHP limits the size of uploaded files to 2 Megabytes. If you want to change this limit, you have to modify your php.ini file for allow uploading for bigger files. The directives to modify are:

 post_max_size = 50M 
 upload_max_filesize = 50M

In this example, we have configured php to allow file uploading limit to 50 Megabytes. If you want to allow a different size, just change the 50M for any other value.

Then, restart Apache and it should work.

Errors after installation

Step 1:

Log out, then log back in. If the same problems occur, follow the directions below.

Step 2:

If you only see the eyeOS wallpaper after finishing the installation process, go to your php.ini config file, and edit the value:

display_errors: off

This error is produced since eyeOS doesn't support E_ALL reporting. eyeOS sets error_reporing to 0, but in some configurations php can't change this value in runtime.

Can't Login After Installation

You may want to turn off session_auto_start=0 in your php.ini.

Problems after installation

If you do experience some problems after installing eyeOS and you are unable to solve them, try to use one of these pre-installed versions:

--The most recent version: http://www.eyeospt.com/eyeos-installed.zip or http://www.eyeospt.com/eyeos-installed.tar.gz.

--For a list of versions: http://www.eyeospt.com/eyeos-installed

Username and password:root

WARNING: These versions are NOT installed by eyeOS, they were changed by who maintains the Portuguese community.They may not be updated.

Personal tools