Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2018-06-08 12:34:11

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Textpattern install 4.7.0-error: problem_connecting_update_server

gaekwad wrote #312343:

Create a phpinfo() file in your website directory – here are some example instructions: mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page

Load the page in your browser, and search for all instances of allow_url_ – can you post the results here?

sorry, i was away for working.

Here the both line:

Directive	          Local Value	Master Value
allow_url_fopen       Off	        Off
allow_url_include	  Off	        Off

My Website with 4.7.0 is online on Webhosting, not lokal on pc.

Last edited by lythande (2018-06-08 12:47:52)

Offline

#26 2018-06-08 12:39:50

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Textpattern install 4.7.0-error: problem_connecting_update_server

In the Diagnosis I have changing from “general” to “detailed” and get this Error:

User_Error “You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(original)’ at line 1”
in /(mydomain-path)/textpattern/lib/txplib_db.php at line 410.

adminErrorHandler()
textpattern/lib/txplib_db.php:410 trigger_error()
textpattern/include/txp_diag.php:670 safe_query()
textpattern/include/txp_diag.php:66 doDiagnostics()
textpattern/index.php:254 include()

Diagnosis-windows:

Textpattern version: 4.7.0 (53fc1f9d4acb1026986bf89845c7a95d)
Last update: 1970-01-01 00:00:00/2018-05-22 21:56:40
Textpattern path: __TXP-ROOT/textpattern
Article URL pattern: section_title
Production status: debug
Temporary directory path: __TXP-ROOT/textpattern/tmp
PHP version: 5.6.31
GD Graphics Library: bundled (2.1.0 compatible); Supported formats: GIF, JPEG, PNG.
Server timezone: Europe/Berlin
Server local time: 2018-06-08 14:40:50
Daylight Saving Time enabled?: 1
Automatically adjust Daylight Saving Time setting?: 1
Time zone (GMT offset in seconds): Europe/Berlin (3600)
MySQL: 5.6.19-67.0-log (Source distribution)
Database server time: 2018-06-08 14:40:50
Database server time offset: 0 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: de_DE.UTF-8
Web server: Apache/2.4.29
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 3.14.79-grsec-pvops-xen-x64
Admin-side theme: hive 4.7.0
Active plugins: com_connect-4.6.0-beta (modified) dtj_obfuscated_email-0.3 (modified) mem_form-0.8.4 mem_simple_form-0.3.1 pap_contact_cleaner-0.1 (modified) rah_external_output-1.1.0 rah_gps-0.1 smd_wrap-0.20 soo_image-1.0.b.9 soo_plugin_pref-0.2.3 soo_toc-0.1.5 soo_txp_obj-1.1.2

Pre-flight check:
————————————

problem_connecting_update_server
————————————

.htaccess file contents:
————————————

  1. BEGIN Textpattern
    #DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default

<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/ RewriteBase /

RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]

RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php

RewriteCond %{HTTP:Authorization} !^$ RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

<IfModule mod_mime.c> AddType image/svg+xml svg svgz AddEncoding gzip svgz
</IfModule>

  1. END Textpattern

————————————

Last edited by lythande (2018-06-08 12:42:16)

Offline

Board footer

Powered by FluxBB