Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2009-08-30 05:37:08

zeusdidit
Member
Registered: 2007-10-16
Posts: 111

Re: Feedback to: Textpattern CMS 4.2.0 released

Any idea why this might be happening? Site is running. Just can’t get into the admin side at all since the update.

Fatal error: Call to undefined function include_element() in /home/.oyster/superplum/blog.mysite.com/textpattern/lib/txplib_misc.php(570) : eval()’d code on line 1921

Offline

#26 2009-08-30 06:11:05

kus
Member
From: madiun, Indonesia
Registered: 2007-03-15
Posts: 64
Website

Re: Feedback to: Textpattern CMS 4.2.0 released

zeusdidit wrote:

Any idea why this might be happening? Site is running. Just can’t get into the admin side at all since the update.

Fatal error: Call to undefined function include_element() in /home/.oyster/superplum/blog.mysite.com/textpattern/lib/txplib_misc.php(570) : eval()’d code on line 1921

me too :(

Offline

#27 2009-08-30 06:31:40

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: Feedback to: Textpattern CMS 4.2.0 released

zeusdidit wrote:

Fatal error: Call to undefined function include_element() in /home/.oyster/superplum/blog.mysite.com/textpattern/lib/txplib_misc.php(570) : eval()’d code on line 1921

Suspicion: You are running a plugin from the plugin cache directory which conditionally executes code for all 4.1+ branches (“Elements” were an experimental concept in Textpattern 4.1 which hasn’t yet made it into the stable branch)

Try this: Enter the MySQL admin tool of your choice, open this site’s database, find the in the txp_prefs table, locate a row where name=‘plugin_cache_dir’ and erase the contents of this row’s val column. Some plugins will stop working subsequently, but you should at least be able to enter the admin-side and dig further from there.

Offline

#28 2009-08-30 07:19:19

zeusdidit
Member
Registered: 2007-10-16
Posts: 111

Re: Feedback to: Textpattern CMS 4.2.0 released

It’s a plugin issue with ZEM_EVENT for me on the backend

Last edited by zeusdidit (2009-08-30 07:21:25)

Offline

#29 2009-08-30 07:26:45

zeusdidit
Member
Registered: 2007-10-16
Posts: 111

Re: Feedback to: Textpattern CMS 4.2.0 released

Thanks Robert!

Last edited by zeusdidit (2009-08-30 07:29:55)

Offline

#30 2009-08-30 07:36:52

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

Re: Feedback to: Textpattern CMS 4.2.0 released

Updated all my four online txp installs but these errors were returned after pointing my browser to the admin interface.

Warning: Unknown column 'user_name' in 'where clause' select name, val from txp_prefs where prefs_id=1 AND user_name='' in /users/home/---/web/public/main/textpattern/lib/txplib_db.php on line 85

Notice: Undefined variable: language in /users/home/---/web/public/main/textpattern/index.php on line 70

Warning: Unknown column 'user_name' in 'where clause' select name, val from txp_prefs where prefs_id=1 AND user_name='xxx' in /users/home/---/web/public/main/textpattern/lib/txplib_db.php on line 85

Warning: Unknown column 'user_name' in 'where clause' select name, val from txp_prefs where prefs_id=1 AND user_name='' in /users/home/---/web/public/main/textpattern/lib/txplib_db.php on line 85

Notice: Undefined variable: gmtoffset in /users/home/---/web/public/main/textpattern/update/_to_4.2.0.php on line 41

Textpattern · 4.2.0

Logged in as xxx
Logout

After logging out and then back in, I was directed to the Write tab instead of the Languages.

All seems that it is working just fine but new(ish) users – who may encounter similar errors – might not know that they will have to update their language file.

>Edit: Also, all time settings in Admin>Preferences were showing no time zone which I had to choose.

Last edited by colak (2009-08-30 07:48:34)


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

Offline

#31 2009-08-30 08:08:30

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: Feedback to: Textpattern CMS 4.2.0 released

wet wrote:

To clarify:

[ ] You see no time zones at all
[ x ] There is a list of time zones but none of them is selected

:)

Last edited by colak (2009-08-30 08:14:06)

Offline

#32 2009-08-30 08:16:21

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

Re: Feedback to: Textpattern CMS 4.2.0 released

Oops:) Apologies. [Hits head on wall] clicked edit instead of reply… One of those days today. The answer is in your post.


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

Offline

#33 2009-08-30 13:46:39

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: Feedback to: Textpattern CMS 4.2.0 released

The cross reference of Textpattern at PHPXref has been updated to 4.2.0.

The sites directory was giving me errors when I ran the perl script, something to do with running find as it traverses the directory structure. All those symlinks in the sites directory seems to affect the way find deals with duplicate names found. I removed the sites directory for now, so I could put up the new xref, but I’ll keep looking into it.

Offline

#34 2009-08-30 14:11:30

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

Re: Feedback to: Textpattern CMS 4.2.0 released

hcgtv wrote:

The cross reference of Textpattern at PHPXref has been updated to 4.2.0.

Nice one, Bert. Thanks.


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

#35 2009-08-30 18:29:01

lee
Member
From: Normandy, France
Registered: 2004-06-17
Posts: 831

Re: Feedback to: Textpattern CMS 4.2.0 released

Thanks to the devs for a great release and to Dean for the idea.

Last edited by lee (2009-08-30 18:29:14)

Offline

#36 2009-08-30 21:07:58

rsilletti
Moderator
From: Spokane WA
Registered: 2004-04-28
Posts: 707

Re: Feedback to: Textpattern CMS 4.2.0 released

Updated from 4.0.4 without a hitch, thanks all for all the hard work that has always gone into these.

Offline

Board footer

Powered by FluxBB