Error en la instalacion
« on: October 01, 2021, 06:50:52 AM »
Hola a todos
Estoy intentando instalar osclass en mi servidor. Me chequea que la configuracion de php es correcta, me crea las tablas en base de datos pero continua la instalacion volviendo a la parte de base de datos . Cuando intento otra vez, me reporta error de que ya existe tablas con ese prefijo. No soy capaz de salir de este bucler. Alguien que le haya sucedido esto y tenga alguna solucion¿?. Gracias

*

MB Themes

Re: Error en la instalacion
« Reply #1 on: October 01, 2021, 03:18:59 PM »
@Roberto
Please English, I am not sure how many people there could help you in your language.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Error en la instalacion
« Reply #2 on: October 02, 2021, 07:28:27 AM »
Hi everyone
I am trying to install osclass on my server. It checks that the php configuration is correct, it creates the tables in the database but continues the installation going back to the database part. When I try again, it reports an error that tables with that prefix already exist. I am not able to get out of this bucler. Someone who has happened this and has a solution? Thanks

*

MB Themes

Re: Error en la instalacion
« Reply #3 on: October 03, 2021, 01:16:20 PM »
@Roberto
Looking on your config.php, you use some old, outdated or different version of osclass.

Download osclass here:
https://osclass-classifieds.com/download

Follow "get started" section:
https://osclass-classifieds.com/get-started
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Error en la instalacion
« Reply #4 on: October 03, 2021, 07:26:24 PM »
Hello there
If I try to install version 4.4.0, the config.php file generates the database, but it gets stuck there.
I have tried to install version 3.8.1 and it gets to install but it does not let me access the admin control panel.

*

MB Themes

Re: Error en la instalacion
« Reply #5 on: October 03, 2021, 07:43:54 PM »
That "stuck" will be se issue, try to enable error logging in your hosting, install and then check it.
If your config.php is created as well as database, there is not much to do else, remove install folder and test.
Problem could be with sending confirmation mail.
Using different hosting might be way as well, as it should take few minutes with no issues
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Error en la instalacion
« Reply #6 on: October 04, 2021, 08:03:34 AM »
Hello, these are the errors that appear in the registry.

*

MB Themes

Re: Error en la instalacion
« Reply #7 on: October 04, 2021, 08:45:00 AM »
@Roberto
It is weird, you are getting error that mb_strlen function is missing on your hosting.
Checking PHP docs, it is available from PHP 4 up to PHP 8.
https://www.php.net/manual/en/function.mb-strlen.php

It seems in some hostings it may not be installed by default.

To quickly avoid this error, open oc-includes/osclass/functions.php and add there (after <?php tag) code:
Code: [Select]
if(!function_exists('mb_strlen')) {
  function mb_strlen($value, $encoding = NULL) {
    return strlen($value);   
  }
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Error en la instalacion
« Reply #8 on: October 06, 2021, 08:32:52 AM »
Hello there
I have been able to install version 3.8.1 but I am not sure it is fully compatible with the plugins and themes that are offered for osclass. As can be seen in the attached image, it does not allow me to automatically update to a later version

*

MB Themes

Re: Error en la instalacion
« Reply #9 on: October 06, 2021, 03:40:04 PM »
@Roberto
Newer plugin may need functions available in osclass 4.x.
You may check intstallation guide: https://osclass-classifieds.com/installation

Osclass upgrade
There are just few simple steps to upgrade your osclass to latest version:
- upload osclass ZIP file into your root directory where osclass is installed
- extract ZIP to replace old files
- go to oc-admin, you will be prompted to perform upgrade
- click on "Upgrade now" button
- once finish, everything is updated and ready to use

Make sure to backup your files and database before each upgrade! In case you got stucked on upgrade, restore your database and file system.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Error en la instalacion
« Reply #10 on: October 07, 2021, 06:19:20 AM »
Hello
Pefect Thanks

*

MB Themes

Re: Error en la instalacion
« Reply #11 on: October 07, 2021, 07:02:42 AM »
 :P :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots