If I try to edit a CCK Field of a certain content type, i get the WSOD.

I found out why:

$indx = shorturl_decode_url($token);
$orig_url = db_result(db_query('SELECT orig_url FROM {shorturl_link} WHERE lid=%d ', $indx));

$indx will return numbers with E+103 and this large number seams to be to big for query with WHERE lid=%d.

My URL was admin/content/node-type/person/fields/field_person_hobbies (didn't work) while admin/content/node-type/person/fields works.

This appeared in actual BETA1

Comments

irakli’s picture

$indx should not be a large number.

Can you please have the code print $token (e.g. with error_log() or by commenting out db_result) when you are getting WSOD and post it here?

irakli’s picture

Status: Needs work » Postponed (maintainer needs more info)
manuelBS’s picture

Sorry, this seams to be fixed with the newest releast.

Thanks!

irakli’s picture

Status: Postponed (maintainer needs more info) » Fixed

Awesome! Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.