Problems with Version after move of site

Permalink
Hey everybody,

after some development and two upgrades 5.6.1.2 - 5.6.2.1 - 5.6.3.1 and remove of the updates as described inhttp://www.concrete5.org/community/forums/installation/is-it-safe-t... my local installation worked great.

Now i want to deploy the site to the web server, because i want to develop locally, do user acceptance tests on my local version and upgrade stable site when finished.

After deployment i got a serious error message telling me that upgrade folders are missing.

- Check in config/site.php: now update dir in there (correct)
- Check in Database: SITE_APP_VERSION = 5.6.3.1
- Check in concrete/config/version.php: $APP_VERSION = '5.6.3.1';

so anything seems to be correct but:

below please find what concrete installations "believes" (which is some old status).

Any Hints? Thanks in advance
Wolfgang

http://mysite/index.php/dashboard/system/environment/info/...

# Version von concrete5
5.6.2.1

# concrete5-Pakete
CSV displayer (1.0), Power Slider Lite (1.1.1), Simple Image Gallery (1.1.3).

# concrete5-Ersetzungen
blocks/autonav, languages/de_DE, themes/hotkart_theme

# Server-Software
Apache

# Server-API
cgi-fcgi

# PHP-Version
5.3.28

# PHP-Erweiterungen
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, htscanner, iconv, imap, intl, json, ldap, libxml, mbstring, mcrypt, mhash, mssql, mysql, mysqli, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, SQLite, sqlite3, standard, sysvsem, sysvshm, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.

# PHP-Einstellungen
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 1000
memory_limit - 64M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 5242880
ldap.max_links - Unlimited
mssql.max_links - Unlimited
mssql.max_persistent - Unlimited
mssql.max_procs - Unlimited
mssql.textlimit - Server default
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH

 
wstagl replied on at Permalink Reply
Hi Folks,

after some deeper investigations it seems to be a server configuration problem (Hetzner) because the server is not targeting to public_html ... whoever because it is only configurable in a web-interface and there seems anything to be correct.

So far so bad, but it has nothing to do with conncrete5 itself. ;-)

BR to anybody reading so far
Wolfgang