Jump to content

How to install Clicshopping V3


Recommended Posts

Hello everyone,

 

Thank you for you comment, like, thank you ... It's really appreciated.

I hope these videos will be interesting to present ClicShopping.

It represents free and paid modules.

 

@Julie, yes a video is on the road about the ClicShopping Taxes ClicShopping. It was not simple to make, and sorry if little mistakes appear.

  • Like 1
Link to post
(edited)

Hello @Lunalphic,

Could you look the log please, /ClicShopping/Work/Log/error.txt

Maybe you will have a message ?

About the installation, do you have specific problem ?

Can you look /ClicShopping/Sites/Admin/conf.php and if you see the informations

Can you see your catalog ?

Edited by Foster
Link to post

There is no error. 

No specific installation problems.

Yesterday after continuously trying I managed to log in but today it is white again.

I have the same problem with the official demo and on other devices.

I suspect that it is something with my network, blocking something. Only happens with the admin page. When I inspect the page the elements are there.

No one had this problem before?

 

Link to post

It's weird,

Do you tried on your local computer, because I tested the lastest release and I have no problem.

Do you use Cpanel ? If yes you can install via Cpanel ClicShopping, it's automatic.

 

Note . All the script is called on CDN, If you have no connection with internet, you wil have a problem. I suppose it's to reduce the code by the developers,

Also, you can try something,

Find this function and put in comment these elements, One time I used another software with a lot code line on the same domain and I have been a problem

 

    /**
     * Calculate the size of a directory by iterating its contents
     * @Access public
     * @Return size if the directory
     */
    Public Static function getDirSize(): string
    {
/*
      $path = CLICSHOPPING::getConfig('dir_root', 'Shop');
      $path = rtrim(str_replace('\\', '/', $path), '/');
      $bytestotal = 0;
      $path = realpath($path);

      if ($path !== false && $path != '' && file_exists($path)) {
        foreach (new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($path, \FilesystemIterator::SKIP_DOTS)) as $object) {
          $bytestotal += $object->getSize();
        }
      }
*/
      $bytestotal = '';

      return $bytestotal;
    }

 

 

 

Link to post

I have indeed install it directly with cpanel.

 

The internet connection is fine. Could be indeed something related to the amount of code. I never had this issue, I find it strange that even the demo does the same, it must be something related to my internet provider. 

Link to post

Could it be something related to the following errors when I inspect:

Uncaught ReferenceError: $ is not defined
    at page_loader.js:13:5
(anonymous) @ page_loader.js:13
load (async)
(anonymous) @ page_loader.js:11

 

or this:

Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
bubble_compiled.js:1
Learn more: User-Agent String Reduction
Link to post

I did some research and it looks like it could be the white screen of dead. (or so they call it in WordPress). Heavy load of coding. 

 

Was that what you were refeeringto @Foster ? On which file can I find that function which you advise to update?

Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use