June 22, 20196 yr Nice idea for the newbiz. Thre is a specific tutorial on the blog. https://www.clicshopping.org/forum/blogs/entry/4-clicshopping-installation-process/
July 1, 20196 yr Than you @Maxime about you all video, it was a nice idea to make that. I appreciate.
July 3, 20196 yr It's funny for all people want to install ClicShopping. Looking other video, thank you @maxime for all your work.
July 3, 20196 yr I hope their a vide about the shop setting it will be cool to help the new shop owner to set their shop easily and quickly. I love what you do @Maxime
July 3, 20196 yr Author 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.
March 3, 20224 yr Hi, after installing I can´t open the admin page. All white, doesn't ask me for username and password.
March 3, 20224 yr 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 March 3, 20224 yr by Foster
March 3, 20224 yr 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?
March 3, 20224 yr 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; }
March 3, 20224 yr 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.
March 4, 20224 yr 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
March 4, 20224 yr 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?
March 5, 20224 yr Hello, try to use firefox or another browser. It seems the problem come from chrome. https://stackoverflow.com/questions/68924463/a-page-or-script-is-accessing-at-least-one-of-navigator-useragent-navigator-app
March 5, 20224 yr I use Chrome and ClicShopping under windows, I do not have this problem. Your problem can be a plug in ? Do you tried without ? Edited March 5, 20224 yr by Julie
March 5, 20224 yr I have the same problem with MS edge. Also it happens with the demo (https://demo.clicshopping.org/ClicShoppingAdmin835/) so it can't be server related I guess.
March 5, 20224 yr It's weird, My result under chrome : https://ibb.co/7G3F1DQ under edge : https://ibb.co/Ss4PFvv As you see I have no problem with the demo, everything works fine Just an idea, try to remove the code of pwabuilder-sw.js script (root of the site), maybe. Edited March 5, 20224 yr by Julie
September 21, 20241 yr thank you for the replies. i managed to click on the admin login page but keep getting this message: error login admin (or something like that). I uninstalled and reinstalled then tried to login again using the info just before installing. Again, same problem came up. Did a few more uninstallations and installations. Used both chrome and mozarilla - same issue. How to resolve this? TQVM and much appreciated.
September 21, 20241 yr Invalid administrator login attempt. I get this error message all the time. Is it possible just before installing, to change the given username and password?
September 21, 20241 yr After 3 times, your are blocked. First to access to you admin is your email : admin@admin.com for example If you can not do that,try to change your password, link below the connexion. Also you can reinstall the application : mydomain/install, Insert your db access but do not install the db, continue the process.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.