Advertisement:

Author Topic: How do I make a clean install without categories? [Solved]  (Read 446 times)

umarizal

  • Jr. Member
  • **
  • Posts: 86
How do I make a clean install without categories? [Solved]
« on: December 27, 2017, 10:50:39 pm »
How do I make a clean install, without creating categories, sample ad?

Thank you.
« Last Edit: December 29, 2017, 02:05:16 pm by umarizal »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: How do I make a clean install without categories?
« Reply #1 on: December 28, 2017, 01:24:10 pm »
Hi,

After manually uploading Osclass files, locate this file:

oc-includes/osclass/install-functions.php

Edit the script, locate this line:

Code: [Select]
oc_install_example_data();
and comment it:

Code: [Select]
// oc_install_example_data();
Then install Osclass normally.

Regards

umarizal

  • Jr. Member
  • **
  • Posts: 86
Re: How do I make a clean install without categories?
« Reply #2 on: December 29, 2017, 01:08:37 pm »
Hi,

After manually uploading Osclass files, locate this file:

oc-includes/osclass/install-functions.php

Edit the script, locate this line:

Code: [Select]
oc_install_example_data();
and comment it:

Code: [Select]
// oc_install_example_data();
Then install Osclass normally.

Regards

Perfect friend, thank you and sorry for the inconvenience.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: How do I make a clean install without categories?
« Reply #3 on: December 29, 2017, 01:28:14 pm »
You're welcome. :) Please add [Solved] to the title of this thread. Thanks.