Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2019-07-27 11:23:39

eudaimon
New Member
Registered: 2019-07-25
Posts: 7

Upgrade to 4.7.3 riddled with errors

I’m new to Textpattern so please forgive my ignorance. My client hadn’t updated their site since 2011 (!!!) and it crashed with the latest version of PHP. I upgraded it to 4.7.3 and am getting multiple errors. The most concerning is at the admin page:

Warning: include(/nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/textpattern/lib/class.trace.php): failed to open stream: No such file or directory in /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/index.php on line 88

Warning: include(): Failed opening '/nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/textpattern/lib/class.trace.php' for inclusion (include_path='.:/usr/local/php-5.6.21/share/pear') in /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/index.php on line 88

Fatal error: Class 'Trace' not found in /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/index.php on line 89

They can’t log in and are understandably flipping out. I have experience with other CMS but can’t figure this one out. lib/class.trace.php does exist on the server but for some reason this message just won’t go away.

A number of the files have also needed manual updating (txplib_misc.php is one) but when I try to pull fixes other people have implemented they commonly return fatal errors re: class: Txp missing. Where is that defined? If it was in a previous update please let me know so I can grab the file.

The site is glgpub.com.

Thanks!

EDIT: Added bc..{space} in front of the code snippets.

Offline

#2 2019-07-27 13:58:37

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

Re: Upgrade to 4.7.3 riddled with errors

Hi eudaimon and welcome to txp.

Did you try disabling all your plugins?


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

Offline

#3 2019-07-27 15:21:03

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

Re: Upgrade to 4.7.3 riddled with errors

eudaimon, when I try to open textpattern.js from your site, there’s the 4.3 version coming up. If you didn’t roll back to the site’s previous version of TXP after posting here, the file transfer might have failed for some file or another (which is the main reason for failing upgrades. I’ve cultivated the habit of ftp’ing twice on updates.)

There should be no need to pull fixes or anything, such tips are usually posted here by people running the dev version. Ignore safely.

Edited: clarification, wording


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

Offline

#4 2019-08-08 06:44:16

eudaimon
New Member
Registered: 2019-07-25
Posts: 7

Re: Upgrade to 4.7.3 riddled with errors

Hello all,

Thank you for responding. I did try disabling the plugins but that had no effect. I also went through and made sure all of the appropriate files switched over (thanks, uli!) but that just threw up new error messages. It looks like the program is calling for commands that aren’t defined and/or are defined using outdated code/protocols.

Eight years worth of updates really is a lot…unless every file is updated with every new version, there must be one or more files in one of the interim versions that isn’t included in the latest one. I’m going to try rolling back to the original (broken) version and then pulling each update individually. It’ll be a pain but hopefully it’ll fill in what’s missing.

Offline

#5 2019-08-08 09:10:10

eudaimon
New Member
Registered: 2019-07-25
Posts: 7

Re: Upgrade to 4.7.3 riddled with errors

Okay, I have a new issue:

We can get into the admin side, but only briefly. Every time I try to take an action on the back end I’m forced out of the system and must log in again. This will take me to the page I’m trying to reach, but will not allow me to complete any actions I try to take (uploading images, posting articles, etc. — nothing works). I’m also getting a lot of ‘non static method [method] should not be called statically in [file].php’. Any ideas?

Offline

#6 2019-08-08 09:10:22

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: Upgrade to 4.7.3 riddled with errors

I’m currently seeing the ‘unexpected yield’ error, which means a lower version of Txp than 4.5.5 and at least PHP 5.5 installed. When you say “the latest version of PHP” what version exactly is that?

For the record, you should never need to manually run the updates. The process is:

  1. Check the Minimum system requirements are met.
  2. Log out of any Textpattern admin interface.
  3. Upgrade/replace all files on your server from the ones in the 4.7.3 distribution (including hidden .htaccess files if using Apache).
  4. Visit the admin interface in your browser (a full cache/cookie refresh for the domain is advisable before logging in).
  5. Log in with a Publisher level account. The necessary upgrade scripts automatically run to upgrade Txp to the latest version. You’ll see a welcome message when done.
  6. Sorted.

If your experience is different to this, please document the steps you go/have gone through and we’ll try and figure out what’s going wrong.

One other thing: if you’ve attempted an upgrade already, your database version string may be set incorrectly. Please check it with a MySQL client such as phpMyAdmin – it’s in the txp_prefs table and the key is called version. Prior to upgrading, its value should be set to the version of Txp that was previously installed so the upgrade script knows where to start the upgrade process from. If it’s not set to the old version number,manually alter it to reflect the previous version installed and then try the upgrade process above.

Last edited by Bloke (2019-08-09 14:35:55)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#7 2019-08-08 09:14:32

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: Upgrade to 4.7.3 riddled with errors

eudaimon wrote #318991:

I’m also getting a lot of ‘non static method [method] should not be called statically in [file].php’. Any ideas?

This is probably because your currently installed version of Textpattern (4.3.0 by the looks of things?) isn’t compatible with the version of PHP installed. Earlier versions of Txp struggle with newer PHP versions due to changes in the programming language.

EDIT: the non-static errors imply that your version of PHP is lower than 5.4.0, which may be why the upgrade to Textpattern 4.7.3 failed – as that is the minimum supported version of PHP.

Last edited by Bloke (2019-08-08 09:17:45)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#8 2019-08-08 13:52:24

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

Re: Upgrade to 4.7.3 riddled with errors

Hi eudiamon,

A couple of things you write like “a number of the files have also needed manual updating” and the fact that visiting your site still shows the old admin login screen suggest you might not have gone through the entire update procedure.

First off, if you haven’t already, make a backup of the entire /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/ and of the database from mySQL so you have something to go back to in case of any inadvertent accidents.

Then, check especially Bloke’s item number 3

Upgrade/replace all files on your server from the ones in the 4.7.3 distribution (including hidden .htaccess files if using Apache).

with a mini proviso. Keep the /images and /files folders as they contain stuff your client has uploaded over the years and keep the file /textpattern/config.php (which contains the database and path details). If there’s any other custom files or apps in there that your client has, keep that too but otherwise to upgrade you really do need to replace the all the old Textpattern installation files with the all the new ones, including all subfolders.

The rest should then follow as Bloke wrote.

One of your error messages in your first post suggests you might be on PHP 5.6.21. The most recent version of Textpattern (4.7.3 at present) should support that, so the note above about php 5.4 may not apply.

Once the upgrade has happened successfully and you can login and see the diagnostics pane, there may need to be some other updates to plugins (if used) as several years have passed and many plugins are either no longer needed or obsolete. That’s stage 2, though.


TXP Builders – finely-crafted code, design and txp

Offline

#9 2019-08-09 09:48:30

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

Re: Upgrade to 4.7.3 riddled with errors

If you need some direct assistance, feel free to email me. I’ve helped people to get over this problem before (as you can see from other threads).


TXP Builders – finely-crafted code, design and txp

Offline

#10 2019-08-26 16:06:38

eudaimon
New Member
Registered: 2019-07-25
Posts: 7

Re: Upgrade to 4.7.3 riddled with errors

Hi, thanks for all of your advice. I’m almost there…

I rolled back the updates and went one-by-one to see if I could find the issue. No luck. No matter what I do, I can either view the site OR have a functioning admin side. It’s really bizarre.

I am now updated fully to 4.7.3 and can log in to the admin panel — but the site won’t display at all. I’ve updated all plugins that had updates since 2011 and disabled several that are no longer supported. Disabling all plugins had no effect vs. only disabling non-supported plugins.

Here is the error message I get when I run the site in debugging mode:

General error Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/lib/txplib_misc.php:1) on line 4706

textpattern/lib/txplib_misc.php:4706 header()
textpattern/publish.php:256 handle_lastmod()
index.php:107 include()

General error Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/lib/txplib_misc.php:1) on line 5260

textpattern/lib/txplib_misc.php:5260 header()
textpattern/publish.php:610 txp_status_header()
index.php:116 textpattern()
_________________

And here’s the (High) diagnostic report:

Textpattern version: 4.7.3 (ba24348fd53fb137acd7808449fcb6d7)
Last update: 2019-08-26 13:06:30/2019-08-26 12:58:32
Site URL: glgpub.com
Admin URL: glgpub.com/textpattern
Document root: /home/120036/domains/glgpub.com/html (/nfs/c08/h06/mnt/120036/domains/glgpub.com/html)
$path_to_site: /nfs/c08/h06/mnt/120036/domains/glgpub.com/html
Textpattern path: /nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern
Article URL pattern: section_id_title
Production status: live
open_basedir: /nfs:/tmp:/usr/local:/etc/apache2/gs-bin
Temporary directory path: /home/120036/domains/glgpub.com/html/textpattern/tmp
PHP version: 5.6.21
GD Graphics Library: bundled (2.1.0 compatible); Supported formats: GIF, JPEG, PNG.
Server timezone: America/New_York
Server local time: 2019-08-26 12:00:37
Daylight Saving Time enabled?: 1
Automatically adjust Daylight Saving Time setting?: 1
Time zone (GMT offset in seconds): America/Detroit (-18000)
MySQL: 5.6.35-80.0 (Percona Server (GPL), Release 80.0, Revision f113994f31) 
Database server time: 2019-08-26 09:00:37
Database server time offset: 0 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: en_US.UTF-8
Site / Admin language: en-us / en-us
Web server: Apache/2.2.34
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 4.9.96mtv23
Admin-side theme: classic 4.7.3
Active plugins: 
	aks_cache-0.3d
	bot_admin_tooltips-0.4
	bot_privs-0.3.2
	bot_write_tab_customize-0.7.2
	chh_article_custom-1.15
	chh_if_data-0.10
	csb_if_newer_than-1.0
	etz_striptags-0.2
	glz_custom_fields-1.2.4
	hak_tinymce-1.0.2
	htn_antispam-0.2 (modified)
	jmd_author-0.1
	lam_browse_by-0.1
	mem_form-0.8.4
	mem_self_register-0.9.3 (modified)
	rah_change_passwords-0.3 (modified)
	rah_repeat-1.0.1
	rah_section_titles-0.7
	rah_sitemap-1.2
	rah_status_dropdown-0.6.2
	smd_faux_role-0.20
	smd_featured-0.6.0
	smd_horizon-0.1
	smd_if-1.0.0
	smd_lately-0.31
	smd_pullquote-0.1a
	smd_remote_file-0.50
	tru_tags-3.9
	upm_textile-0.3
	wyn_recent_comments-0.1
	zem_contact_lang-4.0.3.6
	zem_contact_reborn-4.0.3.21

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

There was a problem connecting to the Textpattern update server. Please try again later.

Some Textpattern files have been modified: 
	/nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/lib/txplib_head.php, 
	/nfs/c08/h06/mnt/120036/domains/glgpub.com/html/textpattern/lib/txplib_misc.php
------------------------

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

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

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

Last update check: 2019-08-26 09:06:31, There was a problem connecting to the Textpattern update server. Please try again later. 

Charset (default/config): latin1/utf8
character_set_client: utf8
character_set_connection: utf8
character_set_database: latin1
character_set_filesystem: binary
character_set_results: utf8
character_set_server: latin1
character_set_system: utf8
character_sets_dir: /usr/share/mysql/charsets/
collation_connection: utf8_general_ci
collation_database: latin1_swedish_ci
collation_server: latin1_swedish_ci
23 database tables: txp_bot_privs is latin1, txp_hak_tinymce is latin1, txp_moderation is latin1, txp_pvc_users_info is latin1

30 custom fields: custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10, custom_11, custom_12, custom_13, custom_14, custom_15, custom_16, custom_17, custom_18, custom_19, custom_20, custom_21, custom_23, custom_24, custom_25, custom_26, custom_27, custom_28, custom_29, custom_30, custom_31 (30)

/admin-themes/classic/classic.php: 
	22d3c19a723175abfcaf0bba669af95c
/admin-themes/hive/assets/js/main.js: 
	ac04c501a65858d97d0c0ef8b561e169
/admin-themes/hive/hive.php: 
	ccc996a0543e30f1622a6c27c07f866a
/admin-themes/hiveneutral/assets/js/main.js: 
	ac04c501a65858d97d0c0ef8b561e169
/admin-themes/hiveneutral/hiveneutral.php: 
	8d2e258a812ebae2359983dd02a942f8
/include/txp_admin.php: 
	192492c5d6fc47cece83ff77a4f1e3eb
/include/txp_article.php: 
	de22352ec9ae3dd3a617ea2e574c27e7
/include/txp_auth.php: 
	0b1ee0d625570446a5c6e17cbeba9a8e
/include/txp_category.php: 
	dad3ff5deee1c5e631231339ce579048
/include/txp_css.php: 
	8a4cffcf45681a639256a496c5a4a7f7
/include/txp_diag.php: 
	5509b32be22e4cf35c42556d4b1f87b7
/include/txp_discuss.php: 
	3e89935633d28800d7bdfdda28e3a3f9
/include/txp_file.php: 
	466ed8aff62e339c2bc622757ebfab46
/include/txp_form.php: 
	44eae7956c9c9eab298858d5a800de7f
/include/txp_image.php: 
	3277abe5a1dc74fcca146d326be454ff
/include/txp_lang.php: 
	bb9d36e1daed51ff67081de0195f124b
/include/txp_link.php: 
	97a2b180a180d8689efcf24a6faca689
/include/txp_list.php: 
	48eb37a860589d155b9d237c101dba57
/include/txp_log.php: 
	d60bd3aac91a3fc38302097be76f6e80
/include/txp_page.php: 
	db55948f12fe8153f4db82d255481186
/include/txp_pane.php: 
	2f77b1d0040e4da01d02a3d63e3bfafe
/include/txp_plugin.php: 
	44b207db167587a286e9d1fc460d3d6a
/include/txp_prefs.php: 
	503dc0ce0303ae3acfeea3644cb2e96a
/include/txp_section.php: 
	fd5770ec4781222bb5c8d67218fe684d
/include/txp_skin.php: 
	fa719e00dbea63ea2ba9f4a4bd8b7f3e
/include/txp_tag.php: 
	536481f00350f86fa1337befc28e44bb
/index.php: 
	0b5fb517891df3fb9f41e23742d31399
/lib/admin_config.php: 
	de990b3bad7345a8411569e26eea2638
/lib/class.thumb.php: 
	6eae7d0b705769962596ae5a8e3eeac0
/lib/class.trace.php: 
	055e3bc1f8d3217aec152fa7e6216b1d
/lib/classTextile.php: 
	5e2bd854e8f27488f7b21772f80a2127
/lib/constants.php: 
	e4ed8d3360d2f442a428f6fd0a38b90a
/lib/IXRClass.php: 
	a1b525b4a9ed12dcb5677d5232a3d92e
/lib/PasswordHash.php: 
	66a8aa4b2d6e0527877a797907efc035
/lib/taglib.php: 
	a502ea4f9a864ea84d570932b75ed7a4
/lib/txplib_admin.php: 
	55fddd69342c4575220bc728309ce124
/lib/txplib_db.php: 
	3e3e98faccb33d4d6697e8e17eead691
/lib/txplib_forms.php: 
	4425aad5da907ba5a2caa7ce533f8857
/lib/txplib_head.php: 
	f4b987ac852ce029b2d0c8cb66f53ee5
/lib/txplib_html.php: 
	fc6bcdf1c80c24fda407ddc987957623
/lib/txplib_misc.php: 
	fd2fb82917a9f3976e0c8c7e8bd1c4b2
/lib/txplib_publish.php: 
	de0222dba4ac85acce4dfc8f9d828a4d
/lib/txplib_theme.php: 
	e2cea0c5e7e61a8d8e35772376b2629a
/lib/txplib_update.php: 
	83176dfe938da5cbfb306c85096c6dea
/lib/txplib_validator.php: 
	cd66a8c4687374b925690434c17bb7dd
/lib/txplib_wrapper.php: 
	999ff8b06925c21439d825d673bd1a6a
/publish/atom.php: 
	2d14111383d7a955f3e7711a24414bbf
/publish/comment.php: 
	3001bd8c2d69555f8ab6e2e01db62745
/publish/log.php: 
	4f0a4f47f9545050970331e6a8536829
/publish/rss.php: 
	758428c65760b5e2a948aae602375f4a
/publish/search.php: 
	3bda337be2e2be4202630516535cfc31
/publish/taghandlers.php: 
	ce9ae3c542bb631f84eecc25d58b1326
/publish.php: 
	4ba75afd517ded854ac4693afadede06
/textpattern.js: 
	b274cde5613ae6e5267e078cd476dd4c
/update/_to_4.0.3.php: 
	1eb1d65224e6720617909b187d38536a
/update/_to_4.0.4.php: 
	a5f9972d4b12f5b42e376a7436e94995
/update/_to_4.0.5.php: 
	4e75519b1af99475561484a7fda01591
/update/_to_4.0.6.php: 
	d0460a2b6ebcedc06a37ffe903807215
/update/_to_4.0.7.php: 
	2e45717fb76d902948d0c0aa234e9021
/update/_to_4.0.8.php: 
	3903e6d4e61c28c020ba2c523ac9e371
/update/_to_4.2.0.php: 
	0a533e281dacb5fc129d0bffc3491b75
/update/_to_4.3.0.php: 
	405641e125938e7080db4827080d4084
/update/_to_4.5.0.php: 
	d02c09bf389267ea90addb1b5371b0fc
/update/_to_4.5.7.php: 
	e79eb5451e13e0b22b1e8506e6648996
/update/_to_4.6.0.php: 
	8150a661d127a963fd7181d1327473a8
/update/_to_4.7.0.php: 
	42b6ffcf44b597e8b456da8c67f7174b
/update/_to_4.7.2.php: 
	8a9802a22cb741c3d66733a8adc03997
/update/_update.php: 
	a793529f77123107b615348b87c31c9c
/vendors/blueimp/fileupload/jquery.fileupload.js: 
	4413ac97907103d4b570f9b9988b10f2
/vendors/jquery/jquery/jquery.js: 
	a09e13ee94d51c524b7e2a728c7d4039
/vendors/jquery/jquery-ui/jquery-ui.js: 
	c15b1008dec3c8967ea657a7bb4baaec
/vendors/Netcarver/Textile/DataBag.php: 
	67ab988e7ab1d072937acbbcb023a288
/vendors/Netcarver/Textile/Parser.php: 
	d6f9b63a458d8b3038d981c98a6ba656
/vendors/Netcarver/Textile/Tag.php: 
	25162c1720f10e6bd1bd50a4ea95761c
/vendors/PrismJS/prism/prism.js: 
	20ad36b691229c5bf6b6cd590713f089
/vendors/Textpattern/Adaptable/AdapterInterface.php: 
	952eb6d3e02af168b91dc60801f6708e
/vendors/Textpattern/Adaptable/Providable.php: 
	d711ae0b0ce53b82d76e096b4291f985
/vendors/Textpattern/Adaptable/ProvidableInterface.php: 
	98707a134d2c9ca09ea719a002bce55d
/vendors/Textpattern/Admin/Paginator.php: 
	e973a0b0ce7bbb3ea3378d2a715c82f2
/vendors/Textpattern/Admin/Table.php: 
	61ea0872c240331efcc35f10a1916272
/vendors/Textpattern/Admin/Theme.php: 
	c81bcede46b3cbe701ee68a27109f1dd
/vendors/Textpattern/Admin/Tools.php: 
	eb90671b3aca016fa7751f8e2e43f130
/vendors/Textpattern/Container/Container.php: 
	207801a9ed4529a35759f9f2957df85a
/vendors/Textpattern/Container/ContainerInterface.php: 
	ab86f4bf6aa7c468147d2eb8847194e2
/vendors/Textpattern/Container/FactorableInterface.php: 
	82ca53ba28a79281e8bdc28f9a2535f6
/vendors/Textpattern/Container/FactoryInterface.php: 
	3eb1da7f0a9703ef95b6a85aba595112
/vendors/Textpattern/Container/ReusableInterface.php: 
	574b6d7df1c6221b3ab904b8a4ba2e51
/vendors/Textpattern/Date/Timezone.php: 
	b9bc771e9712037c8195b5e1fac345b8
/vendors/Textpattern/DB/Core.php: 
	eacefab165c05ada8ec2a671ae2a6afb
/vendors/Textpattern/Filter/Exception.php: 
	4f634dda8bdee6be64c19ca20e97ab44
/vendors/Textpattern/Filter/FilterCallable.php: 
	52f36906acc27168930ba0bd003eb73a
/vendors/Textpattern/Filter/StringFilter.php: 
	26606efe2a2269a14be675b010c1e08d
/vendors/Textpattern/Http/Request.php: 
	9bf697c488c7e142071efe704a04da29
/vendors/Textpattern/Import/TxpXML.php: 
	916a184cd6503e62f287472357c9980e
/vendors/Textpattern/Iterator/FileIterator.php: 
	dee7038c9a00b6fa75b48505cfc92cac
/vendors/Textpattern/Iterator/RecDirIterator.php: 
	0fed6f61f292ed8c6532266a972594ce
/vendors/Textpattern/Iterator/RecFilterIterator.php: 
	8bb4d36d83a10123d18607f797a55a9e
/vendors/Textpattern/Iterator/RecIteratorIterator.php: 
	23d22e236d3b99d65129a79042b1add5
/vendors/Textpattern/L10n/Lang.php: 
	4332865b8c5ee08ea1afab8ec4d31292
/vendors/Textpattern/L10n/Locale.php: 
	7672222c8572ef06f3e9cf75698e8938
/vendors/Textpattern/Loader.php: 
	e0c062f560b38b18f9197c01fbd24243
/vendors/Textpattern/Mail/Adapter/Mail.php: 
	77bd23cd6add70e8b3084c22f3a20622
/vendors/Textpattern/Mail/AdapterInterface.php: 
	49a3dfc325bafc4f7e57926fe199145c
/vendors/Textpattern/Mail/Compose.php: 
	7e4c13381e0e21f163ddea19e998ca5c
/vendors/Textpattern/Mail/Encode.php: 
	967ed969a0c31af9be29ae6dcb22f988
/vendors/Textpattern/Mail/Exception.php: 
	a69bad3be1bc3ae1744f2b2488947f2c
/vendors/Textpattern/Mail/Message.php: 
	0452018581766f6134ebcd2e8cfef975
/vendors/Textpattern/Module/Help/HelpAdmin.php: 
	8a71a5d9c80c4d683f5f4c93d8bcf46f
/vendors/Textpattern/Password/Adapter/PasswordHash.php: 
	95ea9346892ab09b62dd883cc7cfee62
/vendors/Textpattern/Password/AdapterInterface.php: 
	5ce5978f33eec575a64fd88609bbe337
/vendors/Textpattern/Password/Generator.php: 
	22edc90b366e619b9512df02b80b5e02
/vendors/Textpattern/Password/Hash.php: 
	e0e82972140ad7570ed209fcb0fd4ecd
/vendors/Textpattern/Password/Random.php: 
	06b4542d2a54c9cd536058277d6679b8
/vendors/Textpattern/Plugin/Plugin.php: 
	ec7f1528de08bd0459d3a83898420629
/vendors/Textpattern/Search/Filter.php: 
	23043bd3b0821bc52b1f04e985ef10d7
/vendors/Textpattern/Search/Method.php: 
	fcabc3759a883564f04b6ea5cbc8bfef
/vendors/Textpattern/Security/Exception.php: 
	ce377bdbcd837b002c4c423301a6bc78
/vendors/Textpattern/Security/Filter.php: 
	997caac41f3c5485b3f6b61289913387
/vendors/Textpattern/Server/Config.php: 
	8439ba84f71960cd8ce8f21dd40a2cd0
/vendors/Textpattern/Server/Files.php: 
	ae75e01fd81def32a4c6eca03f8c87c0
/vendors/Textpattern/Skin/AssetBase.php: 
	ec17bc300a40238d12c371e2dd57b61f
/vendors/Textpattern/Skin/AssetInterface.php: 
	e185f36d19655baba5f8faa058869f8b
/vendors/Textpattern/Skin/CommonBase.php: 
	70b45f4780150ab74d02ec18881671d7
/vendors/Textpattern/Skin/CommonInterface.php: 
	f4b13593a32577927b1e671a902ff7ac
/vendors/Textpattern/Skin/Css.php: 
	67bfd234a0d376ac00f68f8742664939
/vendors/Textpattern/Skin/CssInterface.php: 
	2ccfc15a31f228891fa457e7c62fcbbd
/vendors/Textpattern/Skin/Form.php: 
	bafa4d6f2fb10da2305f7004ea1c41eb
/vendors/Textpattern/Skin/FormInterface.php: 
	f7b795cc756d9df91c5cc3d198a27d1c
/vendors/Textpattern/Skin/Page.php: 
	2cc93abb58527cb84c306dc0b1df1308
/vendors/Textpattern/Skin/PageInterface.php: 
	51b80d5b81be2eeac759293f7c4759da
/vendors/Textpattern/Skin/Skin.php: 
	47716d2072ce77214d3ca9314c45b4c9
/vendors/Textpattern/Skin/SkinInterface.php: 
	13e8dc66a94a92b14c0c2a49eff80a08
/vendors/Textpattern/Tag/Registry.php: 
	772ae8370b84ada3b47c889cc9979560
/vendors/Textpattern/Tag/Syntax/Authors.php: 
	c1d8695102f1a034462833ee40bcb766
/vendors/Textpattern/Tag/Syntax/File.php: 
	27d2661712a413e1a2ab2d112ee7ce37
/vendors/Textpattern/Tag/Syntax/Image.php: 
	c7e9106a6ba6fc884e4eb1a9e26dd489
/vendors/Textpattern/Tag/Syntax/Link.php: 
	aa2c0f8213111ce1e31c426722da8014
/vendors/Textpattern/Tag/Syntax/Partial.php: 
	bacfe9997de9ce0ac88271803fb1c872
/vendors/Textpattern/Textfilter/Base.php: 
	d94378005812312df8fa638c48ff4592
/vendors/Textpattern/Textfilter/Constraint.php: 
	4b01848ca4d221f1ff93211a9b4dc394
/vendors/Textpattern/Textfilter/Nl2Br.php: 
	28d284e49bbdac4fd6c3b0b792e2d895
/vendors/Textpattern/Textfilter/Plain.php: 
	9e926ec02e0b09dcaa1e9e94c0b78d84
/vendors/Textpattern/Textfilter/Registry.php: 
	1cefa9ff950c7b9fdcdcec9366041831
/vendors/Textpattern/Textfilter/TextfilterInterface.php: 
	f91848cc602b580a25fb7203ea536dae
/vendors/Textpattern/Textfilter/Textile.php: 
	c4f5834c7cbb13afb8c5210ccd1697a6
/vendors/Textpattern/Textile/Parser.php: 
	807c32989dcc1675fb2c90453b65d309
/vendors/Textpattern/Textile/RestrictedParser.php: 
	620dcae9785c06beaa351329bb329353
/vendors/Textpattern/Textpack/Parser.php: 
	c7d4d964f388bc5f3aed0453693d45e4
/vendors/Textpattern/Textpack/String/Iterator.php: 
	46ad8c048be0e3f1adef5805d71042fc
/vendors/Textpattern/Textpack/StringInterface.php: 
	4bad39d098eefb0ed68b83eb78db3355
/vendors/Textpattern/Type/StringType.php: 
	407c063e99d5a031a88afbe8f11db33f
/vendors/Textpattern/Type/TypeCallable.php: 
	d8643cb41d9e3b1b638eaedbb38eb490
/vendors/Textpattern/Type/TypeInterface.php: 
	49fcae64df79f784d9d5565a78f6ab23
/vendors/Textpattern/Validator/BlankConstraint.php: 
	c8a70eb6347338f0f6926fed4468d0b8
/vendors/Textpattern/Validator/CategoryConstraint.php: 
	9c7bbdaa3ac9fcd8c613bff8dbadedb1
/vendors/Textpattern/Validator/ChoiceConstraint.php: 
	1a063b9f42e187220479180baf6f6e0f
/vendors/Textpattern/Validator/Constraint.php: 
	bf7d4fb4a4e44b632f87329cf52685bc
/vendors/Textpattern/Validator/FalseConstraint.php: 
	46f0fcf4303e59dcb125d3de610f025d
/vendors/Textpattern/Validator/FormConstraint.php: 
	01d0910cb464bb6d6d41cdebd595fe87
/vendors/Textpattern/Validator/SectionConstraint.php: 
	d997ef405ccb8ab36b079ec2a5a177dc
/vendors/Textpattern/Validator/TrueConstraint.php: 
	5eae24ba00e72a5fc660fe0bd1440643
/vendors/Textpattern/Validator/Validator.php: 
	69b5baf4502c591b15746f1fbaef380d
/vendors/Txp.php: 
	e82abdd19d9e998cdee9a6ac382d3ade
/../css.php: 
	a82eada048123f67adcd3db4f2cd9086
/../index.php: 
	055ec0ec16c52cb44a71505fc8c91309

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

Any advice would be much appreciated.

EDIT: Added bc..{space} in front of the code snippets.

Offline

#11 2019-08-26 16:13:52

eudaimon
New Member
Registered: 2019-07-25
Posts: 7

Re: Upgrade to 4.7.3 riddled with errors

Update: I reloaded txplib_misc.php and now I’m getting a white screen even in debugging mode.

oof

Offline

#12 2019-08-26 16:28:18

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

Re: Upgrade to 4.7.3 riddled with errors

A couple of observations:

  1. Is your htaccess file empty?
  2. Can you temporarilly disable all plugins and see what happens? I see that most of them are outdated anyway.

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

Offline

Board footer

Powered by FluxBB