Recent Posts

Pages: [1] 2 3 ... 10
1
Auctions Plugin / Re: Email Link
« Last post by MB Themes on Yesterday at 10:29:56 AM »
Email template, as usual.
2
Feature request / Re: Show nearby listings for locaction / category
« Last post by webcity on Yesterday at 04:22:07 AM »
Hi,

Any update on this?

I think it would make a great plugin, most of the popular sites have this function as it brings in a lot of organic traffic and is useful for the members too.

Example: https://www.pets4homes.co.uk/sale/puppies/akita/leicester/ lists lots of puppies around Leicester even though there isn't any for sale in Leicester.
3
Auctions Plugin / Re: Email Link
« Last post by Sparky on April 22, 2024, 01:44:52 PM »
What files are these located in below, I need to take out the email link and change the wording:

You have won auction "Hand bag-Purse"! 20. Apr, 07:44
Congratulations! You've just won auction of item "Hand bag-Purse", you can get in touch with seller Kelly ([email protected]) and pay for item
---------------------------------------
Your auction "Hand bag-Purse" has finished 20. Apr, 07:44
Your item has been auctioned for $35.00 by Paul T. ([email protected]). Congratulations!
4
Report bug / Re: Item images are not uploading
« Last post by MB Themes on April 22, 2024, 01:35:51 PM »
Deprecated info - I would ingore these, will be fixed later.
I think your issue is with index.

Code: [Select]
Error description: Cannot add or update a child row: a foreign key constraint fails (`cgulf_classifieds`.`oc_t_item_resource`, CONSTRAINT `oc_t_item_resource_ibfk_1` FOREIGN KEY (`fk_i_item_id`) REFERENCES `oc_t_item-Damaged` (`pk_i_id`))

Looks like it is broken, ot tables are broken (oc_t_item)
5
General discussion / New plugin: Job Application Form Plugin
« Last post by MB Themes on April 22, 2024, 01:05:48 PM »
Hey community,
Let me announce a new plugin - Job Application Form Plugin: https://osclasspoint.com/osclass-plugins/extra-fields-and-other/job-application-form-plugin-i211

This plugin enables users to apply for a job offer, upload CV and other documents and manage status of their applications in their profile.
6
Report bug / Item images are not uploading
« Last post by Mohammad Quaid MJ on April 22, 2024, 10:46:49 AM »
Hi

The item edit page is not uploading any images. This is happening for a couple of months. Tested with different themes and also the uploader versions, ajax version, enabling and disable optimization options, chmode 7777 even all are not working.

I enabled the debug and when updating the item with image, here is the report. Please help to fix it.

Errors

Deprecated: Implicit conversion from float 720.4502814258911 to int loses precision in /home/cgulf/public_html/oc-includes/osclass/classes/ImageProcessing.php on line 303

Deprecated: Implicit conversion from float 40.225140712945574 to int loses precision in /home/cgulf/public_html/oc-includes/osclass/classes/ImageProcessing.php on line 311

Deprecated: Implicit conversion from float 266.6666666666667 to int loses precision in /home/cgulf/public_html/oc-includes/osclass/classes/ImageProcessing.php on line 303

Deprecated: Implicit conversion from float 13.333333333333343 to int loses precision in /home/cgulf/public_html/oc-includes/osclass/classes/ImageProcessing.php on line 311

Warning: Cannot modify header information - headers already sent by (output started at /home/cgulf/public_html/oc-includes/osclass/utils.php:2292) in /home/cgulf/public_html/oc-includes/osclass/utils.php on line 2298

------------------------------------
Database queries with error

0   Error number: 1452
Error description: Cannot add or update a child row: a foreign key constraint fails (`cgulf_classifieds`.`oc_t_item_resource`, CONSTRAINT `oc_t_item_resource_ibfk_1` FOREIGN KEY (`fk_i_item_id`) REFERENCES `oc_t_item-Damaged` (`pk_i_id`))

INSERT INTO oc_t_item_resource (fk_i_item_id) VALUES ('19302')
7
Osclass Pay Plugin / Re: Auto republish not working
« Last post by MB Themes on April 22, 2024, 10:17:15 AM »
We are talking about hourly refresh here.

You can also uncomment print function in index.php and send output of cron to your mail - you will see what was done on each run.

Code: [Select]
// EXECUTE HOURLY CRON
function osp_hourly_cron() {
  $report = ModelOSP::newInstance()->purgeExpired();
  //print_r($report);
}
8
Osclass Pay Plugin / Re: Auto republish not working
« Last post by MB Themes on April 22, 2024, 10:15:24 AM »
Try to put error logs to file so you can get it from there also for cron.
I do not remember situation where cron would be running and items would not be republished.
As alternative you may also try to reference cron.php in plugin folder and run it every few minutes.
9
General discussion / Re: can someone help with a pwa?
« Last post by MB Themes on April 21, 2024, 09:19:08 PM »
Use plugin or try to use some template
10
Auctions Plugin / Re: Email Link
« Last post by MB Themes on April 21, 2024, 05:48:43 PM »
Well auction is done at that time and seller should get in touch with buyer.
Isnt it as keyword in email?
Pages: [1] 2 3 ... 10