Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2014-04-03 15:28:08

Bicss11
Member
Registered: 2014-04-03
Posts: 24

[solved] Lot of errors afters upgrading

Hi,
I had an old textpattern web done in 2007.
I have change the hosting client, it has the last version of php and i have to upgrade textpattern to the last version.
Then and now i have a lot of errors on the page.

I have fixed some rrors but i cant fix all.
Im desesperated.

The page is hezkide.org

This is the diagnostic

txp_version: 4.5.5 (r5575)
last_update: 1970-01-01 00:00:00/2013-10-04 09:55:16
document_root: /kunden/homepages/6/d521824039/htdocs (/homepages/6/d521824039/htdocs)
$path_to_site:
txp_path: /homepages/6/d521824039/htdocs/textpattern
permlink_mode:
tempdir:
web_domain:
php_version: 5.4.26
gd_library: gd_info: bundled (2.1.0 compatible), GIF, JPG, PNG
server TZ: Europe/Berlin
server_time: 2014-04-03 17:25:27
is_dst:
auto_dst:
gmtoffset:  ()
MySQL: 5.1.73-log
locale:
server: Apache
php_sapi_mode: cgi-fcgi
rfc2616_headers: 0
os_version: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
active_plugins: zem_contact_lang-mlp-4.0.3-MLP, zem_nth-0.1m, l10n-0.7.650m, glz_custom_fields-1.1, rss_admin_show_adv_opts-0.3, lam_image_uploader-0.6cm, lam_browse_by-0.1m, ied_hide_in_admin-0.1.6-patc, gbp_admin_library-0.4.632, sed_plugin_library-0.4.118m
theme_name:  

preflight_check:
————————————
textpattern_update_available: 4.5.5
path_to_site_missing
path_to_site_inacc:
/index.php is_inaccessible
dir_not_writable: /
dir_not_writable:
dir_not_writable:
htaccess_missing
/homepages/6/d521824039/htdocs/textpattern/setup/ still_exists
no_temp_dir
modified_files: /homepages/6/d521824039/htdocs/index.php
tmp_plugin_paths_match
————————————

Thx :S

Last edited by Bicss11 (2014-05-07 11:00:15)

Offline

#2 2014-04-03 15:39:08

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

Re: [solved] Lot of errors afters upgrading

Bicss11 wrote #280029:

I have fixed some rrors but i cant fix all.

<txp:l10n_lang_list> implies you had the MLP pack installed prior to upgrade. If you wish to continue using it on this site you should get the latest version and install it. Note that the plugins aren’t compiled there though. I really must get round to sorting that out. In the meantime you can copy the code block from the files in the plugins/sources folder there on github (from between the # --- BEGIN PLUGIN CODE --- and # --- END PLUGIN CODE --- markers) and paste it over the relevant plugins you have installed already in your Admin->Plugins panel. Sorry about the hassle.

The <txp:php> error at the bottom of the page means you have to change your preferences to allow PHP to run in Pages / Forms as you are using the tag in the Form called pie. I can’t see any more on the site at teh moment so start with those two and go from there.


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

#3 2014-04-03 15:45:15

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

Re: [solved] Lot of errors afters upgrading

Hi and welcome to the forum

You will have to

  1. upload the htaccess file (if you are using a mac the file is invisible)
  2. change the config.php file to reflect the path/to/site
  3. on admin>preferences>advanced you will need to change the path to files and tmp folders to those of your new server
  4. delete the setup folder via ftp

Please let us know if the errors persist and will coach you along

> Bloke was faster:)

Last edited by colak (2014-04-03 15:47:11)


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

Offline

#4 2014-04-03 15:51:00

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

Re: [solved] Lot of errors afters upgrading

Bicss11 tried to answer but filed a report instead. I post his reply here:

Hi!
Thx you so much for your answer
I cant install any plugins, when i click on any tab of the admin page it logout me.

You can see more error on hezkide.org/textpattern at the top of the page

Thx


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

Offline

#5 2014-04-03 15:52:10

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Lot of errors afters upgrading

Thx a lot for all your answers.
The first i think y have to fix is that i cant do anything on the admin panel.
I have a .htaccess in the root and it says me it doesnt exist.
The setup folder is deleted

When i login in the admin panel i cant enter on any subdirectory. it logout me.
You can see more error on hezkide.org/textpattern

thx!

Last edited by Bicss11 (2014-04-03 15:54:17)

Offline

#6 2014-04-03 15:52:56

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Lot of errors afters upgrading

This is my htaccess file
#DirectoryIndex index.php index.html

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

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
</IfModule>

#php_value register_globals 0

  1. SVG
    AddType image/svg+xml svg svgz
    AddEncoding gzip svgz

Offline

#7 2014-04-03 15:58:29

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

Re: [solved] Lot of errors afters upgrading

(This is not an answer to any of your questions, just complementing Bloke and colak)

From the plugins section of your diagnostics:

active_plugins: zem_contact_lang-mlp-4.0.3-MLP, zem_nth-0.1m, l10n-0.7.650m, glz_custom_fields-1.1, rss_admin_show_adv_opts-0.3, lam_image_uploader-0.6cm, lam_browse_by-0.1m, ied_hide_in_admin-0.1.6-patc, gbp_admin_library-0.4.632, sed_plugin_library-0.4.118m

Maybe this list is from a state of troubleshooting also your plugins.
If not: You don’t need zem_contact_lang-mlp-4.0.3-MLP without zem_contact_reborn. gbp_admin_library-0.4.632 and sed_plugin_library-0.4.118m don’t seem to be required.

glz_custom_fields needs to be updated for TXP 4.5.5, as far as I remember lam_browse_by doesn’t work and can be replaced with smd_browse_by, rss_admin_show_adv_opts-0.3 should be deinstalled (is now in core).

Last edited by uli (2014-04-03 16:00:18)


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

Offline

#8 2014-04-03 15:59:22

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

Re: [solved] Lot of errors afters upgrading

Ah, sorry, didn’t check the admin side. It looks like not all the files were uploaded properly, perhaps something went wrong during the FTP process. Can you try re-uploading all the Textpattern files again, including the hidden files as Colak says?


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

#9 2014-04-03 15:59:26

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

Re: [solved] Lot of errors afters upgrading

Your site returns a 500 error which might be because of the htacces, can you temporarily rename it to something else and check if you can login?

> Edit. Listen to Bloke before me:)

Last edited by colak (2014-04-03 16:00:13)


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

Offline

#10 2014-04-03 16:05:12

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

Re: [solved] Lot of errors afters upgrading

I also had a site the other day that threw a 500 Internal Server Error and it was the htaccess file. For some reason I had to add:

RewriteBase /

after the RewriteEngine On line so it would work. This was on a 1&1 host.


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

#11 2014-04-03 16:06:00

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Lot of errors afters upgrading

Hi colak
It is giving 500 error to you because i am reuploading alll files as bloke says me.
Now you can see that this error is not giving

Offline

#12 2014-04-03 16:07:09

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Lot of errors afters upgrading

I have upload all files and it is giving the same error :S

Offline

Board footer

Powered by FluxBB