Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2013-01-30 21:44:24

jens31
Plugin Author
From: munich / dtschermani
Registered: 2008-08-25
Posts: 183
Website

sections page in backend s empty, but shouldnt..

hi

this is some old horse, i initially coded the site back in 2008 on v4.2.0 r3275
then a year or so ago i updated the system to 4.4.1. i am not totally sure, but i think the sections page was working normaly..
today i updated it to 4.5.4 and the site works fine, but in the backend, the sections page is empty.
the sections still exist and i can see/edit them via phpmyadmin, but they wont appear in the backend.

somebody has a clue?

Offline

#2 2013-01-30 22:26:44

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,306

Re: sections page in backend s empty, but shouldnt..

What exactly is meant by “empty”? Blank page, only header and footer, no section shown but the default one, etc.?


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#3 2013-01-31 08:40:43

jens31
Plugin Author
From: munich / dtschermani
Registered: 2008-08-25
Posts: 183
Website

Re: sections page in backend s empty, but shouldnt..

the header and footer parts are there, also the headline, the buttons for create section, default publishing and the search filed. searching doesnt pull out anything.
and thats it with the sections stuff, right after comes the footer. no default section nor any other, the whole table is missing.

Offline

#4 2013-01-31 23:55:25

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,134
Website

Re: sections page in backend s empty, but shouldnt..

jens31 wrote:

the header and footer parts are there, also the headline, the buttons for create section, default publishing and the search filed. searching doesnt pull out anything.
and thats it with the sections stuff, right after comes the footer. no default section nor any other, the whole table is missing.

Is the table containing the list of sections present in the HTML markup? View source or use Firebug in Firefox or Webkit Inspector (Chrome/Safari) to check. If it is, does a hard refresh or clearing all browser caches correct the display?

If it is not present, then I don’t know. Have all the Textpattern files been updated correctly? Maybe upload again the particular file: textpattern/include/txp_section.php


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#5 2013-02-01 09:36:04

jens31
Plugin Author
From: munich / dtschermani
Registered: 2008-08-25
Posts: 183
Website

Re: sections page in backend s empty, but shouldnt..

phiw13 schrieb:

Is the table containing the list of sections present in the HTML markup? View source or use Firebug in Firefox or Webkit Inspector (Chrome/Safari) to check. If it is, does a hard refresh or clearing all browser caches correct the display?

If it is not present, then I don’t know. Have all the Textpattern files been updated correctly? Maybe upload again the particular file: textpattern/include/txp_section.php

right after the top form its over with </div></div><!-- /txp-body -->
another browser acts the same, so it cant be a cache problem eather.
and the update, i just replaced the whole txp folder with the new files (plus index.php etc..).
re-uped the txp_section.php. no change.

Last edited by jens31 (2013-02-01 09:37:00)

Offline

#6 2013-02-01 09:41:10

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,054
Website GitHub Mastodon Twitter

Re: sections page in backend s empty, but shouldnt..

do your diagnostics give any clues?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#7 2013-02-01 09:46:38

jens31
Plugin Author
From: munich / dtschermani
Registered: 2008-08-25
Posts: 183
Website

Re: sections page in backend s empty, but shouldnt..

nope. all checks passed.

here it is, maybe mysql is too old..?

Textpattern version: 4.5.4 (r4919)
Last update: 2013-01-30 18:32:38/2013-01-30 18:31:10
Document root: /kunden/homepages/9/xxx/htdocs/office (/homepages/9/xxx/htdocs/office)
$path_to_site: /homepages/9/xxx/htdocs/office
Textpattern path: /homepages/9/xxx/htdocs/office/textpattern
Permanent link mode: section_title
Temporary directory path: /homepages/9/xxx/htdocs/office/textpattern/tmp
Site URL: xxx
PHP version: 5.2.17
GD Graphics Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: Europe/Berlin
Server local time: 2013-02-01 10:42:27
DST enabled?: 0
Automatically adjust DST setting?: 0
Time zone:  (+7200)
MySQL: 4.0.27--maxd0-log
Locale: en_GB.UTF-8
Server: Apache
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux infong 2.4 #1 SMP Fri May 18 17:32:59 UTC 2012 i686 GNU/Linux Linux infong 2.4 #1 SMP Fri May 18 17:32:59 UTC 2012 i686 GNU/Linux
Active plugins: zem_contact_lang-de-4.0.3.6, zem_contact_reborn-4.0.3.20, upm_datetime-0.5, upm_image-0.6.1, tru_tags-3.1m, fpx_image_import-0.4, glz_custom_fields-1.4.0-beta, bot_image_upload-0.6.3, bot_write_tab_customize-0.7.2
Admin-side theme: classic 4.5.4

.htaccess file contents: 
------------------------
#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

# SVG
AddType image/svg+xml  svg svgz
AddEncoding gzip       svgz

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

Offline

#8 2013-02-01 13:19:03

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,054
Website GitHub Mastodon Twitter

Re: sections page in backend s empty, but shouldnt..

According to the current software requirements MySQL 3.23 is sufficient allthough v 5 is recommended. Did you consider updating txp to the lates version to see if the error disappears? (I would back up the db beforehand so as to be able to revert)

Also did you check your db in phpmyadmin to see if there are any problems?

Last edited by colak (2013-02-01 13:20:26)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#9 2013-02-02 16:00:39

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: sections page in backend s empty, but shouldnt..

Actually that seems like the problem I outlined here (thanks Uli for noticing).

It was an update attempt for a client of mine, but at the end I decided to stay with 4.4 version for now.

Here are my full diagnostic, just in case. On this server and with this hoster I don’t have an easy way to change db version as colak suggested. I’d rather to know if that’s needed, before taking the effort and the risk to ask for such a change.

Versione di Textpattern: 4.5.4 (r4919)
Ultimo aggiornamento: 2012-12-20 18:25:38/2012-12-20 16:01:39
Radice del documento: /web/htdocs/XXXXXXX/home/ (/web/htdocs/XXXXXXX/home)
$path_to_site: /web/htdocs/XXXXXXX/home/_stage
Percorso di Textpattern: /web/htdocs/XXXXXXX/home/_stage/textpattern
Modalità link permanenti: section_id_title
upload_tmp_dir: /tmp/
Percorso cartella file temporanei: /web/htdocs/XXXXXXX/home/_stage/textpattern/tmp
URL del sito: XXXXXXX/_stage
Versione di PHP: 5.3.19
GD Graphics Library: bundled (2.0.34 compatible); formati supportati: GIF, JPG, PNG.
Server TZ: Europe/Rome
Ora locale server: 2013-02-02 16:49:47
Abilito ora legale?: 0
Aggiorna automaticamente l'ora legale/solare?: 0
Fuso Orario:  (+3600)
MySQL: 4.0.30-standard-log
Locale: it_IT.UTF-8
Server: Apache/2.2
PHP Server API: cgi-fcgi
Header RFC 2616: 0
Sistema operativo server: Linux 2.6.18-308.16.1.el5PAE
Tema per l'interfaccia di amministrazione: hive 4.5.4

Controlli preliminari: 
------------------------
/web/htdocs/XXXXXXX/home/_stage/textpattern/setup/ già esistente
------------------------

contenuto del file .htaccess: 
------------------------
#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

# SVG
AddType image/svg+xml  svg svgz
AddEncoding gzip       svgz

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

Charset (default/config): latin1/latin1
character_set: latin1
character_sets: latin1 big5 czech euc_kr gb2312 gbk latin1_de sjis tis620 ujis dec8 dos german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew win1251 estonia hungarian koi8_ukr win1251ukr greek win1250 croat cp1257 latin5
17 Tables: OK

10 Campi personalizzati: custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10 (10)

Estensioni PHP: Core/5.3.19, date/5.3.19, ereg, libxml, openssl, pcre, sqlite3/0.7-dev, zlib/1.1, bcmath, bz2, calendar, ctype, curl, dom/20031129, hash/1.0, fileinfo/1.0.5-dev, filter/0.11.0, ftp, gd, gettext, SPL/0.2, iconv, session, json/1.2.1, mbstring, mcrypt, mysql/1.0, mysqli/0.1, standard/5.3.19, PDO/1.0.4dev, pdo_mysql/1.0.2, pdo_sqlite/1.0.1, Phar/2.0.1, posix, Reflection/$Id: 593a0506b01337cfaf9f63ebc12cd60523fc2c41 $, imap, SimpleXML/0.1, soap, SQLite/2.0-dev, exif/1.4 $Id$, tokenizer/0.1, wddx, xml, xmlreader/0.1, xmlwriter/0.1, xsl/0.1, cgi-fcgi, imagick/3.0.1, SourceGuardian/9.0, ffmpeg/0.6.0-svn, tidy/2.0, mhash, ionCube Loader

pretext_data: array (
  'status' => '200',
  'id' => '',
  's' => '',
  'c' => '',
  'context' => '',
  'q' => '',
  'm' => '',
  'pg' => '',
  'p' => '',
  'month' => '',
  'author' => '',
  'request_uri' => '/_stage/63a60d969ccaf103f8a2a0e863474f8a/?txpcleantest=1',
  'qs' => 'txpcleantest=1',
  'subpath' => '\\/_stage\\/',
  'req' => '/63a60d969ccaf103f8a2a0e863474f8a/?txpcleantest=1',
)

/web/htdocs/XXXXXXX/home/_stage/index.php: 
	r4086 (1cacaf70cbd9defaa6e21f44a4a823df)
/web/htdocs/XXXXXXX/home/_stage/css.php: 
	r4086 (c8b264911e6ad82a71588066c133f7b6)
/web/htdocs/XXXXXXX/home/_stage/textpattern/css.php: 
	r3189 (d2b173a93393ba06195d315de47f7b62)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/import/import_b2.php: 
	r3997 (0b219807adeed43500ae73d50dc9c43e)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/import/import_blogger.php: 
	r3901 (3c5ab5b884ccd3ee713f018112143b60)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/import/import_mt.php: 
	r3446 (e175e6a3ffa57c3ed21721a33c2a7ccc)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/import/import_mtdb.php: 
	r3997 (43104a7df70524f5b64305f4d05284ed)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/import/import_wp.php: 
	r3997 (f4b1d8914f7041682cee5857fc4da4a2)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_admin.php: 
	r4092 (c5a5b7d863afa56bb10b59554b1791b4)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_article.php: 
	r4270 (05ef282938604e3fe403beffb7e667c6)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_auth.php: 
	r3964 (117a841ec286ef82644b664aa1591e44)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_category.php: 
	r4089 (9c0715b38872290d9dcc6097e4247a05)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_css.php: 
	r4090 (98363a3352a545c5c79b7c2368e1a4c6)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_diag.php: 
	r4192 (e14d3b00084b2a74587e0c309b169e23)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_discuss.php: 
	r4089 (9326426b24abcc5422403e2e9fff48e2)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_file.php: 
	r4089 (56a9db44164ec37b8a0d1899c6fb1e5c)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_form.php: 
	r4156 (306e46a796f1093fdffc675a5484adda)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_image.php: 
	r4089 (56fc01f0efac7654a2deb891af251085)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_import.php: 
	r3997 (29d60777dad6d2c25df2ccf51d64ed9f)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_link.php: 
	r4089 (561afab2d5e3627bc32f9f3f64d455d1)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_list.php: 
	r4089 (1be0b2b868e73992b078c94ab8681088)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_log.php: 
	r4062 (aaccee1f6e803b10425b45d91f84d0e1)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_page.php: 
	r4873 (1681cd54d9297d554c6e61322bf7895b)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_plugin.php: 
	r4062 (51761ef37ef637b7fa57d3a58e1681a7)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_prefs.php: 
	r4062 (7d8fd18d1ec95b0b5a715f7c425a553e)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_section.php: 
	r4089 (d64d4d8fc9d69b50817dac59c4588bbc)
/web/htdocs/XXXXXXX/home/_stage/textpattern/include/txp_tag.php: 
	r4095 (d7c064d2076dcad78735c1858c8b2bb8)
/web/htdocs/XXXXXXX/home/_stage/textpattern/index.php: 
	r4916 (7b72f5976df392022490a80042dd9a3c)
/web/htdocs/XXXXXXX/home/_stage/textpattern/jquery.js: 
	unknown (b8d64d0bc142b3f670cc0611b0aebcae)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/IXRClass.php: 
	r3394 (40f7d5f34686ecd9d259b35006a6042d)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/admin_config.php: 
	r3896 (3b3da76b1c304cd8f72cc2292f737113)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/class.thumb.php: 
	r3733 (d9a8fad9eb15619c6acf6438e02b4fa2)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/classTextile.php: 
	r4096 (2e201db32675f78f0eda37ebc85cb6e8)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/constants.php: 
	r4060 (99d81fec07cfef75e66a3a50f599ccda)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/taglib.php: 
	r2868 (286eac5e382bfa77ecc7953f019ea88b)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_admin.php: 
	r3818 (52ffa8633e95f442ec00a1a652cb2124)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_db.php: 
	r3752 (df0b9ae0199fbe8a6148c02ad3ad53b0)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_forms.php: 
	r4872 (c2ab15d7473a18ef4b55e91c879ad7a6)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_head.php: 
	r3989 (3f910c8f20cf421ce7b14965a88f90b0)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_html.php: 
	r4163 (69349d370870489aad691e993a3df20e)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_misc.php: 
	r4816 (b2931b48f632a6036d86d369b76ece3f)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_publish.php: 
	r4461 (ea3fbc11514faf38ce9027221b3db31e)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_theme.php: 
	r3944 (5b2e74350182e012fb05688bbf8ffd29)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_update.php: 
	r4020 (b71d3ecc7d549b309b1d217b87493331)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_validator.php: 
	r3802 (e78ec0330390a90cc6c1782af901e77f)
/web/htdocs/XXXXXXX/home/_stage/textpattern/lib/txplib_wrapper.php: 
	r2931 (ecbe1b28c8a1d897d44a4a099a15e2f9)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish.php: 
	r4461 (79818b49d8875dc42a9551ccfc0545a5)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish/atom.php: 
	r4011 (937d52579e3c46c5ecf66d3240826c9d)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish/comment.php: 
	r4058 (aa88c15e827c5eeb61c880f6e4052658)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish/log.php: 
	r3505 (b4fa399a00c6dd321fc198181e6fce4a)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish/rss.php: 
	r4011 (7dc2f4065bb1a01b936e35cbfe1029df)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish/search.php: 
	r2812 (093e236da60feda207545d45b79a11b0)
/web/htdocs/XXXXXXX/home/_stage/textpattern/publish/taghandlers.php: 
	r4058 (8b46584619b1d30dd75c79a9e4c8f627)
/web/htdocs/XXXXXXX/home/_stage/textpattern/textpattern.js: 
	r4057 (bc03389e8771a1a052de955081514079)
/web/htdocs/XXXXXXX/home/_stage/textpattern/theme/classic/classic.php: 
	r4055 (362612183fb3e4e6e33bf646a2617ca2)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_1.0.0.php: 
	r4011 (8fb6bf221628bee9f5d0834643ea5077)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.2.php: 
	r4011 (af1f41698c76adca0eb88af3e2f97001)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.3.php: 
	r4011 (7ef2e0b60d4a82c53283d0959e6c3105)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.4.php: 
	r4011 (b8bb1964b610af251f832ace40200743)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.5.php: 
	r4011 (92610d1ce1eab53871a93287e5589e0c)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.6.php: 
	r4011 (639c3164eb1bed0ee5740f4b5f7bc1f1)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.7.php: 
	r4011 (f21a18372d7f1263b7bb540cecc3e9a2)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.0.8.php: 
	r3057 (e4e88113d4b0ab6fd003ab62a3c29675)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.2.0.php: 
	r4011 (43397d2c07e7e54d7b69e0651bc50bc5)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.3.0.php: 
	r4011 (24accd9fb2688208d02d380b176b3989)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.4.0.php: 
	r4011 (d30851758fe93cb98ecd998a80fd41f7)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.4.1.php: 
	r4011 (ceadb82db0c5b238159e3f95937d3c56)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_to_4.5.0.php: 
	r4020 (2ef4d4505566b6a74ec2f1c9948c7ab5)
/web/htdocs/XXXXXXX/home/_stage/textpattern/update/_update.php: 
	r4919 (683a9a82f055e7fc750cae16a9619eea)

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

Offline

Board footer

Powered by FluxBB