Skip to Content Skip to Menu

iGoogle wont display

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
10 years 9 months ago - 10 years 9 months ago #238455 by slabbi
Replied by slabbi on topic iGoogle wont display
- open uddeim.php.
- goto line 2287 "SELECT id, name, username, password, usertype, block..."
- remove "usertype, ", so the SQL statement contains "SELECT id, name, username, password, block..." only.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Last edit: 10 years 9 months ago by slabbi.
The following user(s) said Thank You: Berilac

Please Log in or Create an account to join the conversation.

  • Berilac
  • Berilac
  • OFFLINE
  • Posts: 28
  • Thanks: 4
  • Karma: 0
10 years 9 months ago #238457 by Berilac
Replied by Berilac on topic iGoogle wont display
Ooh you little darling slabbi, perfect, wonderful, now working.

Many many thanks.

Only the iGoogle to sort now

Please Log in or Create an account to join the conversation.

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
10 years 8 months ago - 10 years 8 months ago #239114 by cliffvt
Replied by cliffvt on topic "Usertype" error issue
Slabbi

I have the same issue in the rss feeds direct access to the mailbox, also getting this error:

Error: 1054

Unknown column 'usertype' in 'field list' SQL=SELECT id, name, username, password, usertype, block FROM lcs9y_users WHERE username='Cliff'


I am trying to find the php file where this needs to be removed as well, but inst this something that can be fixed please? I am worried that there are more places that this is used that we haven't found yet.

** UPDATE: Can't find the file where I need to remove this for the RSS feed to work - please can you help?

Cheers

Cliff
Last edit: 10 years 8 months ago by cliffvt.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
10 years 8 months ago #239115 by slabbi
Replied by slabbi on topic "Usertype" error issue
The file uddeim.php mentioned above is stored in /components/com_uddeim

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
10 years 8 months ago - 10 years 8 months ago #239116 by cliffvt
Replied by cliffvt on topic "Usertype" error issue
I managed to get the RSS feed to work by removing the "usertype" field from "includes.db.php" on line 1249 as follows

from
"$sql = "SELECT id, name, username, password, usertype, block FROM #__users WHERE username=". $database->Quote( $username );"

to "$sql = "SELECT id, name, username, password, block FROM #__users WHERE username=". $database->Quote( $username );"

Hope this is ok?

Cheers

Cliff
Last edit: 10 years 8 months ago by cliffvt.

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
10 years 8 months ago #239117 by slabbi
Replied by slabbi on topic "Usertype" error issue
I have to check this but basically it should be ok.
When there is a problem with this solution I will come back to this.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum