Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2017-03-02 18:11:09

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

CHMOD 777 ... still no entry on .files and .tmp ... !?

Urgent help is needed … what’s happening here?

Textpattern versie: 4.6.2 (8412e32468526e075446b881d13bd9ce)
Laatste update: 2017-03-01 17:40:08/2016-10-21 07:49:00
Document root: /home/vhosting/a/vhost0003659/domains/misterdutch.nl/htdocs/www
$path_to_site: /home/vhosting/a/vhost0003659/domains/misterdutch.nl/htdocs/www
Pad naar textpattern: /home/vhosting/a/vhost0003659/domains/misterdutch.nl/htdocs/www/textpattern
Permanente link modus: section_title
upload_tmp_dir: /var/lib/php5
Tijdelijke bestanden map: /home/vhosting/b/vhost0003659/domains/misterdutch.nl/htdocs/www/textpattern/tmp
URL van de site: www.misterdutch.nl
PHP versie: 7.0.14-2+deb.sury.org~trusty+1
GD Graphics Library: 2.2.3; ondersteunde bestandssoorten: GIF, JPG, PNG.
Server TZ: Europe/Amsterdam
Lokale servertijd: 2017-03-02 19:00:33
Zomertijd: 0
Zomer- en wintertijd automatisch bijstellen?: 1
Tijdzone: Europe/Amsterdam (3600)
MySQL: 5.5.5-10.1.18-MariaDB-1~trusty
Tijdzone van de server: 2017-03-02 19:00:33
Verschil met de tijdzone van de database: 0 s
Tijdzone van de database: SYSTEM
Tijdzone van de database sessie: SYSTEM
Localisatie: nl_NL.UTF-8
Server: Apache
Apache versie: Apache
PHP server API: apache2handler
RFC 2616 headers: 
Besturingssysteem van de server: Linux 3.19.0-73-generic
Actieve plugins: yab_email-0.6, adi_link-0.4, stm_article_order-0.3m, adi_notes-1.2m
Vormgeving sitebeheer: hive 4.6.2

Pre-flight controle: 
------------------------
Er kan niet opgeslagen worden in up/downloads map: /home/vhosting/b/vhost0003659/domains/misterdutch.nl/htdocs/www/files
Er kan niet opgeslagen worden in Tijdelijke bestanden map: /home/vhosting/b/vhost0003659/domains/misterdutch.nl/htdocs/www/textpattern/tmp
Sommige PHP functies zijn uitgeschakeld: pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority, 
------------------------

Inhoud .htaccess bestand: 
------------------------
# BEGIN Textpattern
#DirectoryIndex index.php index.html

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

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

    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>

#php_value register_globals 0

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

------------------------

Last edited by RedFox (2017-03-02 18:13:29)

Offline

#2 2017-03-02 18:39:00

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,076
Website Mastodon

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

can you put a file into /files dir and then point to it from a web browser i.e. mysite.com/files/test.txt

EDIT: i just had similar issue. In Preferences tab make sure the paths listed there for /tmp and /files are correctly pointing to your server paths

Last edited by bici (2017-03-02 18:46:40)


…. texted postive

Offline

#3 2017-03-02 19:02:28

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

Thanks Giovanni … it’s solved. It’s now known that after upgrading PHP by the ISP the local path to Txp changed from > /home/vhosting/b/vhost0003659/domains/misterdutch.nl/htdocs(/www) to /home/vhosting/a/vhost0003659/domains/misterdutch.nl/htdocs(/www) … arrrrrgggg!

Offline

#4 2017-03-03 07:03:46

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,608
Website

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

That’s an annoying and hard to spot change (though it is revealed by the diagnostics). If that happens account-wide, it can potentially put out multiple sites at once!


TXP Builders – finely-crafted code, design and txp

Offline

#5 2017-03-03 17:10:43

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

Jacob … it did. Is there a way to make the path relative?

Offline

#6 2017-03-03 17:42:40

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,076
Website Mastodon

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

RedFox wrote #304361:

Jacob … it did. Is there a way to make the path relative?

Given the widespread potential damage you describe … i wonder if you should not consider moving to a different hosting service.


…. texted postive

Offline

#7 2017-03-03 17:54:46

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

That’s up to my client … but I will strongly advice them to do so.

Offline

#8 2017-03-04 13:12:31

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,608
Website

Re: CHMOD 777 ... still no entry on .files and .tmp ... !?

If you mean the txp_path in the config, I don’t think so but I’m not very knowledgeable on server setups. On my shared host, you can switch php versions either via the admin interface or via an htaccess directive. Nothing changes about the path in either case. You can also do that on a per-domain basis without it affecting the others or the folder structure.

RedFox wrote #304363:

That’s up to my client … but I will strongly advice them to do so.

It’s not a big deal for one site, but if you host lots of sites on the same server and they all then stop working, that’s more than a nuisance.


TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB