Advertisement:

Author Topic: "Manage your alerts" and other bugs  (Read 2958 times)

code monkey

  • Full Member
  • ***
  • Posts: 204
"Manage your alerts" and other bugs
« on: March 07, 2011, 04:52:21 pm »
1. Once you subscribe to an alert, when you are in user page and you open "Manage your alerts", the page breaks before loading the footer.

The issue seems to be the url:

Code: [Select]
<?php echo osc_user_unsubscribe_alert_url(); ?>
The function osc_user_unsubscribe_alert_url() doesn't exist anywhere.


2. After posting comment, there is no success message. User thinks comment was not posted. So they post over and over - spams the moderation queue.


3. In "Publish an ad", if you submit a blank form, it still gets posted (registered user). Needs new validation which won't allow posting without title, description, category.


4. If you click "Contact publisher" > Send while the form is blank, weird behavior. First, email address is appears in red border, and a second later, red border disappears and message "We just sent an email to the seller" appears.
« Last Edit: March 08, 2011, 04:11:13 am by codeMonkey »

code monkey

  • Full Member
  • ***
  • Posts: 204
Re: "Manage your alerts" and other bugs
« Reply #1 on: March 08, 2011, 04:52:26 am »
5. Logout page doesn't work? Just shows a blank page. Hitting back, appear to be still logged in.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: "Manage your alerts" and other bugs
« Reply #2 on: March 14, 2011, 02:22:10 am »
Hi,


We'll take a look at that, seems that we miss something.

kji

  • Jr. Member
  • **
  • Posts: 73
Re: "Manage your alerts" and other bugs
« Reply #3 on: December 03, 2011, 11:23:58 am »
Hello

When I am in user page and open "Manage your alerts" I have :

Warning: mysqli::query() [mysqli.query]: Couldn't fetch mysqli in ...
/www/classifieds/oc-includes/osclass/classes/database/DBCommandClass.php on line 1003

Warning: DBCommandClass::errorReport() [dbcommandclass.errorreport]: Couldn't fetch mysqli in ...../www/classifieds/oc-includes/osclass/classes/database/DBCommandClass.php on line 1560

Warning: DBCommandClass::errorReport() [dbcommandclass.errorreport]: Couldn't fetch mysqli in ....../www/classifieds/oc-includes/osclass/classes/database/DBCommandClass.php on line 1561

Warning: mysqli::query() [mysqli.query]: Couldn't fetch mysqli in ......
/www/classifieds/oc-includes/osclass/classes/database/DBCommandClass.php on line 1003

Warning: DBCommandClass::errorReport() [dbcommandclass.errorreport]: Couldn't fetch mysqli in ..../www/classifieds/oc-includes/osclass/classes/database/DBCommandClass.php on line 1560

Warning: DBCommandClass::errorReport() [dbcommandclass.errorreport]: Couldn't fetch mysqli in ...../www/classifieds/oc-includes/osclass/classes/database/DBCommandClass.php on line 1561

Fatal error: Call to a member function data_seek() on a non-object in ...site/www/classifieds/oc-includes/osclass/classes/database/DBRecordsetClass.php on line 163

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: "Manage your alerts" and other bugs
« Reply #4 on: December 05, 2011, 10:30:46 am »
Hi kji,

Which version of OSClass are you using?
It seems that your database information is not correc.
Did that only happen in manage your alerts?

kji

  • Jr. Member
  • **
  • Posts: 73
Re: "Manage your alerts" and other bugs
« Reply #5 on: December 05, 2011, 04:16:17 pm »
I fixed it
thank you

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: "Manage your alerts" and other bugs
« Reply #6 on: December 09, 2011, 10:51:32 am »
Hi jackpeter58,

Which version of OSClass are you using?
It seems that your database information is not correc.
Did that only happen in manage your alerts?