Search the Community
Showing results for tags '404 not found'.
-
Bonjour à tous voici mon problème: je viens de créer une deuxième boutique et cette boutique ne s'affiche pas correctement du tout (voir print) j'ai crée ma première boutique, fait les produits ect sans aucun problème. J'active le multi-boutique, je crée une nouvelle boutique dans le groupe par défaut, je coche la case copier les catégories, le thème par défaut, copier les produits, clients, ect Je nomme l'URL virtuelle " boutique1 " tout semble OK mais quand j'accede www.maboutique.fr/boutique1..... erreur d'affichage. ma premiere boutique fonctionne normalement. Je précise que ma boutique est installé à la racine et que la réécriture d'URL fonctionne.
- 2 replies
-
- multi boutique
- fail to load resource
-
(and 1 more)
Tagged with:
-
Hi guys... Like the title says, My module front controller produces a 404, even though the SEO URL has been set in B.O... I built the module on localhost (xampp) using a full copy of the production site (prestashop 1.6.0.8).. everything works great on the local setup, install & un-install works a treat... but... as soon as I load the module on the production site the friendly URL generates the 404 error, I've tried other development servers & had the same results, I just cant for the life of me figure out why the module produces the 404.. I've tried ... disabling/enabling the friendly urls, deleted htaccess & re-generated changed module controller name, uppercase, lowercase.. before / after install, deleted "cache_index.php" removed the record from the SEO URL table & created another with different name, cleared all browser cookies, tried other browsers. enabled _PS_MODE_DEV_ enabled _PS_DEBUG_PROFILING_ still getting the 404 while on production MODULE - /modules/MYCheckins/MYCheckins.php class MYCheckins extends Module { protected $config_form = false; public function __construct() { $this->name = 'MYCheckins'; $this->tab = 'front_office_features'; $this->version = '1.0'; $this->author = 'MartyG'; $this->need_instance = 1; $this->dbTable = 'my_checkins'; $this->maxRows = 50; $this->maxImgWidth = 380; $this->maxImgHeight = 400; $this->bootstrap = true; parent::__construct(); $this->displayName = $this->l('My Checkins'); $this->description = $this->l('my checkin mapping tool.'); $this->confirmUninstall = $this->l('Are you sure you would like to uninstall this module?'); $this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6.99.99'); } public function install() { .. } ... } CONTROLLER - MYCheckins/controllers/front/checkin.php class MYCheckinsCheckinModuleFrontController extends ModuleFrontController { // commented out, didnt seem to do anything? // tried with & without still the same.. //public $php_self = "checkin"; public function init() { parent::init(); // SEO META $this->context->smarty->tpl_vars['meta_title']->value = Configuration::get('MYCHECKIN_META_TITLE'); $this->context->smarty->tpl_vars['meta_description']->value = Configuration::get('MYCHECKIN_META_DESC'); // DISABLE SIDEBARS $this->display_column_left = false; $this->display_column_right = false; } public function initContent() { parent::initContent(); ...(lots of other code, checking records, getting config values) // load the template $this->setTemplate('checkin.tpl'); } public function postProcess() { // check form submission if( Tools::isSubmit() )... // do validation, // insert to db // send email // show template $this->setTemplate('complete.tpl'); } } Like I mentioned the module works great on my local system & production... I can load up the module controller using the standard link https://www.site.com/index.php?fc=module&module=MYCheckins&controller=checkin but the url should be https://www.site.com/checkin But this still generates that 404 output... Localhost: PHP Version 5.6.21 Production: PHP Version 5.4.45 (could this cause any issues) is there anything else I should try..?
- 2 replies
-
- module
- frontcontroller
-
(and 2 more)
Tagged with:
-
Everything works well and I had friendly URL on my website until I tried to work with Advanced SEO plugin. After changing some titles things I got 404 error for products. Even after removing it from module I get the same issue. For catalog and other pages everything works fine. Only product pages got this issue. Cache is off Switching to debugging mode with switching off all 3rd party plugins doesn't help me to solve this issue. Do you have any ideas how to treat this? Here is a link to some page that give me 404 error http://buy.guinot.su/ukhod-za-kozhej-v-oblasti-glaz/258-hydrazone-yeux-intensivnyj-uvlazhnyayusshij-krem-dlitelnogo-dejstviya-dlya-oblasti-glaz.html here is how it looked like - from google cache. It is the same url no changes http://webcache.googleusercontent.com/search?q=cache:_MajRol4sFAJ:buy.guinot.su/ukhod-za-kozhej-v-oblasti-glaz/258-hydrazone-yeux-intensivnyj-uvlazhnyayusshij-krem-dlitelnogo-dejstviya-dlya-oblasti-glaz.html+&cd=1&hl=ru&ct=clnk&gl=ru
- 2 replies
-
- friendly urls
- 404 error
-
(and 3 more)
Tagged with:
-
Hola, me inicie en prestashop hace unas semanas y ya tengo mi sitio online, pero sucede que al intentar ingresar en uno de los links internos, como el de categorias por ejemplo, me da el error 404 not found. al consultar a mi hosting me dijeron que no encontraban las carpetas con los archivos a los que se dirigen los links. A que se debe este error? adjunto capturas. Gracias!
- 1 reply
-
- enlaces internos
- 404 not found
-
(and 2 more)
Tagged with:
-
I have migrated the site to new hosting location and installed the prestashop newly and replaced the old backup files in cart folder, imported csv db file, changed the settings.inc.php to point to new DB. Everyting looks fine products , images andtext but when i try to checkout the product or trying to signin into prestashop cart getting 404 not found error https://mysite.in/acart/index.php?controller=order. Could some one help me in resolving the issue.Thanks 404 Not Found The server can not find the requested page: mysite.in/acart/index.php?controller=order (port 443) Please forward this error screen to angelshield.in's WebMaster.
-
Bonjour à tous, Je viens de migrer ma nouvelle boutique construite sur presta 1.6.0.9 en local vers ovh (serveur mutu). La base est correctement installé, les champs "_shop_url" de la table correctement renseignés et les defines du fichier" settings.inc.php" correctement renseignés aussi. Cette boutique est installée dans un sous-domaine, dans un répertoire et un nom de domaine propre à elle. Toute les redirection fonctionnent parfaitement et ne nom de domaines pointe bien sur le répertoire (j'avais installé provisoirement un fichier index.html comme indicateur). Le problème : Quand je veux accéder à ma nouvelle boutique j'ai un beau Not Found The requested URL /monrepertoire/index.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. La je sèche... Toutes idées, pistes ou solutions seront les bienvenu Merci Alain
-
Hi, recenlty I have problem with admin panel. So I am typing brandliker.az/admin but there is coming 404 not found. In ftp I checked admin file is exist but why it is not opening?
- 3 replies
-
- admin panel
- back office
-
(and 1 more)
Tagged with:
-
Hi! I have some problems with login to Panel Admin. After logging I'm getting 404 error and I have to cut a part of the link to get into panel. .../admin/&token=da85c866dbfe77f95d81cf1f579a7c4a Then, when I'm in I got a message: Controller not found. But it's only after logging in. Second problem... I have changed a sequence of admin menu. Admin Dashboard landed in the end of list. I tried to restore that, but even if system shows me "It's done successfully" it's still on same position. Third problem... In admin panel when I click on name of the store I'm getting 404 Error. I hope that one good soul will find a solution and will help me.
- 5 replies
-
- panel admin
- admin
-
(and 5 more)
Tagged with:
-
hello, i am new to prestashop got a question for my problem here.. i just install new prestashop 1.5.6 i believe to my localhost and i set it to user virtual host.. with setting like this but i end up with 404 on every link in my front page website except for index page. my backend working find though.. wonder whats wrong.. thanks before
-
Hi, I have also posted this in the configuration forum so apologies for repeating myself, but I am anxious to get the site up now. I have used Core FTP to upload the files. Type in www.wolfpackmilitaria.com and you go to the website. Type in wolf pack militaria in a search engine and it comes back with 404 Not Found. What have I done or not done in using Core FTP? Thanks, Rusty
-
Hello guys, anyone can help me? 404 Not Found when check out i'm using prestashop 1.4.5.1 in english languange while in other languange not encounter this problem at all. ------------------------------------------------------------------------------------------------------------------------------------------ Update Seems i found out how to fix this issue.
-
Bonjour ! Malgré les 1001 posts sur ce sujet, aucun ne m'a aidé à résoudre mon problème, j'espère que quelqu'un me sauvra aujourd'hui, c'est assez urgent ! Voilà : j'ai mis ma boutique en ligne, via Filezilla, dans un dossier nommé Prestashop. À la racine de mon site (hebergé chez 1and1), j'ai une page index.html avec un lien vers ma boutique mais quand je clique dessus, un 404 not found apparait comme ceci : Error 404 - Not found Le fichier requis n'a pas été trouvé. Il peut s'agir d'une erreur technique. Veuillez réessayer ultérieurement. Si vous ne pouvez pas accéder au fichier après plusieurs tentatives, cela signifie qu'il a été supprimé. J'ai alors tenté de me connecter à l'admin en tapant l'adresse directement dans mon navigateur et ... ça marche ! Sur la partie admin, quand je clique sur le lien Voir mon magasin, même message d'erreur ... je ne vois pas d'où ça vient car j'ai testé plusieurs possibilités sans succès ... Voici l'adresse de la page Index en html : www.coiffurestation.com et normalement en passant par là www.coiffurestation.com/boutique, on devrait tomber sur la boutique Prestashop à proprement parler ... Je pensais que mon fichier settings.inc.php était mal configuré mais ce l'accès à la base de données marche et la connexion à l'admin aussi ... Merci de m'éclairer car je suis plus qu'au fond du gouffre et je sais que la solution est toute bête !!
- 2 replies
-
- 404 not found
- problème accès boutique
-
(and 1 more)
Tagged with: