local chache has expired.

Ask your questions regarding TimeTrex installation here.
Post Reply
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

local chache has expired.

Post by jarrett125 »

hi

during the start of the installation after you press the check box and click the next arrow i get this message

Local Cache has expired. click ok to reload.

;
; Cache settings
;
[cache]
enable = TRUE
;Linux
dir = /var/www/html/timetrex/cache


in that file path i have a blank cache folder
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

i have tired to use ip vs localhost both fail out on me. i would post log info but idk where its going to where to look

ubuntu 16.04
apache 2.4.18
postgresql 9.5.4
php 7.0.8
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

;<?php die('Access denied...');?>

;
; TimeTrex Configuration File
; *Linux* Example
;
;

;
; System paths. NO TRAILING SLASHES!
;
[path]
;URL to TimeTrex web root directory. ie: http://your.domain.com/<*BASE_URL*>
;DO NOT INCLUDE http://your.domain.com, just the directory AFTER your domain
base_url = /timetrex/interface

;
;log directory
;
;Linux
log = /var/www/html/timetrex/log

;
;Misc storage, for attachments/images
;
;Linux
storage = /var/www/html/timetrex/storage

;
;Full path and name to the PHP CLI Binary
;
;Linux
php_cli = /usr/bin/php



;
; Database connection settings. These can be set from the installer.
;
[database]
;type = mysqli
type = postgres8

host = localhost
database_name = timetrex
user = timetrex
password = "ENTER_PASSWORD_HERE"


;
; Email delivery settings.
;
[mail]
;Least setup, deliver email through TimeTrex's email relay via SOAP (HTTP port 80)
delivery_method = soap

;Deliver email through local sendmail command specified in php.ini
;delivery_method = mail

;Deliver email through remote SMTP server with the following settings.
;delivery_method = smtp
;smtp_host=smtp.gmail.com
;smtp_port=587
;smtp_username=timetrex@gmail.com
;smtp_password=testpass123


;
; Cache settings
;
[cache]
enable = TRUE
;Linux
dir = /var/www/html/timetrex/cache



[debug]
;Set to false if you're debugging
production = FALSE

enable = TRUE
enable_display = TRUE
buffer_output = TRUE
enable_log = TRUE
verbosity = 10



[other]
; Force all clients to use SSL.
force_ssl = FALSE
installer_enabled = TRUE
primary_company_id = 0
hostname = localhost

; System Administrators Email address to send critical errors to if necessary. Set to FALSE to disable completely.
;system_admin_email = "sysadmin@mydomain.com"

default_interface = html5

;WARNING: DO NOT CHANGE THIS AFTER YOU HAVE INSTALLED TIMETREX.
;If you do it will cause all your passwords to become invalid,
;and you may lose access to some encrypted data.
salt = 0
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

Also I have tried clearing Web browser cache and on a remote system
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

behind the local cache has expired box i see
invaid,pgsql or mysqliphp extensions are required.
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

see attachment for error screenshot
weberror2.png
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

i also made sure every file for timetrex has 777 permissions so there is no way its a permissions issues
psymin
Posts: 5
Joined: Wed Sep 07, 2016 9:45 am

Re: local chache has expired.

Post by psymin »

I had this issue for a while as well upon install.

Try opening this page instead:

http://10.0.16.209/timetrex/interface/i ... icense.php
jarrett125
Posts: 125
Joined: Tue Aug 23, 2016 11:44 am

Re: local chache has expired.

Post by jarrett125 »

thankyou for your reply i was able to get it working. if i remember right it had to do with php missing something with apache i think it was i just forgot to install apache2 extension for php
nokbvdc
Posts: 2
Joined: Sat Nov 28, 2015 11:33 am

Re: local chache has expired.

Post by nokbvdc »

Hey,

I am having similar problems with the "Local cache has expired. Click OK to reload" dialog; however, I pass all system requirements check. This is a new timetrex installation on an empty server.

Apache/2.4.18 (Ubuntu)
PHP 5.6.30-9+deb.sury.org~xenial+1 (cli)
MySQL 5.7.17

I have set global permissions (777) on all web files including cache, storage, log directories. Still cannot install.
Attachments
Picture showing installation cache error
Picture showing installation cache error
tas.PNG (129.69 KiB) Viewed 15043 times
Post Reply