postgresql-8.4.11
drupal-7.12
menu_token-7.x-1.0-beta1
ctools-7.x-1.0
token-7.x-1.0
PDOException: SQLSTATE[22P02]: Invalid text representation: 7 FEHLER: ungültige Eingabesyntax für ganze Zahl: »[user:uid]« LINE 4: WHERE (base.uid IN ('[user:uid]')) ^: SELECT base.uid AS uid, base.name AS name, base.pass AS pass, base.mail AS mail, base.theme AS theme, base.signature AS signature, base.signature_format AS signature_format, base.created AS created, base.access AS access, base.login AS login, base.status AS status, base.timezone AS timezone, base.language AS language, base.picture AS picture, base.init AS init, base.data AS data FROM {users} base WHERE (base.uid IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => [user:uid] ) in DrupalDefaultEntityController->load() (line 196 of D:\Xampp\xampp-1.7.7\htdocs\drupal-7.12\includes\entity.inc).
Link: user/[user:uid]/shortcuts
The problem is probably caused by http://drupal.org/node/1003788
Is there any workaround to use Menu Token on systems with Postgresql
Comments
Comment #1
rocqie commentedAny progress on this? I am facing the same issue.
Comment #2
alexweber commentedIf this is indeed related to the issue you mentioned this will be tough to work around in Menu Token as the problem is related to drupal core and the way entities are handled and actually has little to do with menu token.
Comment #3
1futurevj commentedAny progress on this? I am facing the same issue.
the only difference is that i think you guys are not facing is that when i access on localhost it won't create any problem but when i connect it with another PC it get accessed but on submit click it won't show what it should be instead it show the same error...... :((
Comment #4
develcuy commented