Git Product home page Git Product logo

prestashop / prestashop Goto Github PK

View Code? Open in Web Editor NEW
7.8K 459.0 4.7K 699.01 MB

PrestaShop is the universal open-source software platform to build your e-commerce solution.

Home Page: https://www.prestashop-project.org/

License: Other

PHP 59.05% CSS 0.32% JavaScript 3.05% Smarty 2.11% HTML 3.34% Shell 0.03% Vue 0.65% Dockerfile 0.01% Gherkin 5.19% Makefile 0.01% Less 0.04% SCSS 1.04% Twig 5.12% TypeScript 20.05%
prestashop ecommerce ecommerce-platform cms php php-framework ecommerce-framework hacktoberfest

prestashop's Introduction

About PrestaShop

PHP checks and unit tests Integration tests UI tests Nightly Status Minimum PHP Version GitHub release Slack chat GitHub forks GitHub stars

PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features.

PrestaShop 8.0 back office

This repository contains the source code of PrestaShop, which is intended for development and preview only. To download the latest stable public version of PrestaShop (currently, version 8.1), please go to the releases page.

The first stable version of PrestaShop 8.0 was released on October 26th, 2022.
The first stable version of PrestaShop 8.1 was released on June 26th, 2023. Further updates have been released since then. Learn more about it on the Build devblog.

About the develop branch

The develop branch of this repository contains the work in progress source code for the next version of PrestaShop. Currently, the next version will be PrestaShop 9.0.

For more information on our branch system, read our guide on installing PrestaShop for development.

Server configuration

To install the latest PrestaShop 9.0, you need a web server running PHP 8.1+ and any flavor of MySQL 5.6+ (MySQL, MariaDB, Percona Server, etc.).

You will also need a database administration tool, such as phpMyAdmin, in order to create a database for PrestaShop. We recommend the Apache or Nginx web servers (check out our example Nginx configuration file).

You can find more information on our System requirements page and on the System Administrator Guide.

Installation

If you downloaded the source code from GitHub, read our guide on installing PrestaShop for development. If you intend to install a production shop, make sure to download the latest version from our releases page, then read the install guide for users.

Docker compose

PrestaShop can also be deployed with Docker and its tool Docker compose.

To run the software, use:

docker compose up

Then reach your shop on this URL: http://localhost:8001

Docker will bind your port 8001 to the web server. If you want to use other port, open and modify the file docker-compose.yml. MySQL credentials can also be found and modified in this file if needed.

Note: Before auto-installing PrestaShop, this container checks the file config/settings.inc.php does not exist on startup. If you expect the container to (re)install your shop, remove this file if it exists. And make sure the container user www-data has write access to the whole workspace.

To fully reset your repo and get a fresh start, run (be careful: this removes all your extra files):

# clean everything that is not part of the original repository (node_modules, etc.)
git fetch origin
git reset --hard origin/develop
git clean -dfx

# inform build scripts to reinstall shop
rm config/settings.inc.php

# clear all docker caches and rebuild everything
docker compose down -v
docker compose build --no-cache
docker compose up --build --force-recreate

Note: To add a PHPMyAdmin service to your Docker Compose setup, you can copy the existing docker-compose.override.yml.dist to docker-compose.override.yml and then start your Docker Compose setup (override file will be included as it is a convention)

cp docker-compose.override.yml.dist docker-compose.override.yml
docker compose up

Documentation

For technical information (core, module and theme development, performance...), head on to PrestaShop DevDocs

If you want to learn how to use PrestaShop 8, read our User documentation.

First-time users will be particularly interested in the following guides:

  • Getting Started: How to install PrestaShop, and what you need to know.
  • User Guide: All there is to know to put PrestaShop to good use.
  • Updating Guide: Switching to the newest version is not trivial. Make sure you do it right.
  • Merchant's Guide: Tips and tricks for first-time online sellers.
  • The FAQ page should also be of tremendous help to you.

Contributing

PrestaShop is an Open Source project, and it wouldn't be possible without the help of the hundreds of contributors, who submitted improvements and bugfixes over the years. Thank you all!

If you want to contribute code to PrestaShop, read the CONTRIBUTING.md file in this repository or read the tutorials about contribution on the documentation site.

Don't know where to start? Check the good first issue label to have a look at all beginner-friendly improvements and bug fixes.

If you want to help translate PrestaShop in your language, join us on Crowdin!

Reporting Issues

Our bugtracker is on GitHub. We encourage you to create detailed issues as soon as you see them.

Read our Contribute by reporting issues guide for details and tips.

Reporting Security Issues

Responsible (and private) disclosure is a standard practice when someone encounters a security problem: before making it public, the discoverer informs the Core team about it, so that a fix can be prepared, and thus minimize the potential damage.

The PrestaShop team tries to be very proactive when preventing security problems. Even so, critical issues might surface without notice.

This is why we have set up a Bug Bounty Program where anyone can privately contact us with all the details about issues that affect the security of PrestaShop merchants or customers. Our security team will answer you, and discuss of a timeframe for your publication of the details.

Understanding a security issue means knowing how the attacker got in and hacked the site. If you have those details, then please do contact us privately about it (and please do not publish those details before we answer). If you do not know how the attacker got in, please ask for help.

Extending PrestaShop

PrestaShop is a very extensible e-commerce platform, both through modules and themes. Developers can even override the default components and behaviors. Learn more about this on the Modules documentation and the Themes documentation.

Community forums

You can discuss about e-commerce, help other merchants and get help, and contribute to improving PrestaShop together with the PrestaShop community on PrestaShop Slack channel, project's discussions on GitHub or on the the PrestaShop forums.

Thank you for downloading and using the PrestaShop Open Source e-commerce solution!

prestashop's People

Contributors

aleeks avatar atomiix avatar bmancone avatar boubkerbribri avatar djfm avatar eternoendless avatar groussac avatar hlavtox avatar jevgenijvisockij avatar jnadaud avatar jolelievre avatar julienbourdeau avatar matks avatar matthieu-rolland avatar maximebiloe avatar mickaelandrieu avatar nesrineabdmouleh avatar ninjaofweb avatar pierrerambaud avatar progi1984 avatar pululuk avatar quetzacoalt91 avatar raphaelmalie avatar rgaillard avatar sarjon avatar shipow avatar tchauviere avatar tomas862 avatar vchabot avatar zuk3975 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

prestashop's Issues

[-] BO - jQuery UI Sortable CSS

Media::getCSSPath() gives error because jQuery UI sortable has no css file in UI base theme.

[PrestaShop] Fatal error in module Media:
filemtime() [function.filemtime]: stat failed for /home/*_/public_html/_/v15/js/jquery/ui/themes/base/jquery.ui.sortable.css

If you change the (line 228) if (!@filemtime($file_uri)) to if (!file_exists($file_uri)) thats resolve the problem, but not sure this is the best solution :)

Stat Report Avg Selling Price Error

Affects 1.5.0, 1.5.1, 1.5.2, 1.5.3

Basic: Unlike 1.3 or 1.4, the Best Products Stats report does not display the average selling price for a product.

If you have a product with a price rule that is normally $20 each but when buying 4 or more the price goes down to $10 each, this works in the cart and back office. However in the stats and product sales reports count the prices paid as the full $20. This makes the sales total for the product incorrect.

Example:
You sell Product A at $20 each normally, but have a price rule that lowers the price to $10 when buying 2 or more.
You sell 10 at $20 each, but 30 at $10 each.
The report actually shows all 40 as being sold at $20 each. This makes the Sales column incorrect because you really didn't sell $800 worth of product.

The products details page also has the same error.

Image import for products not working

Hello,
i found the bug in controllers/admin/AdminImportController.php in function "split($field)" causing impossibility of import product images.

I suggested fix in comment here:
a0f51e2

Error list:
PHP Warning: fopen() [function.fopen]: Filename cannot be empty in */controllers/admin/AdminImportController.php on line 647
PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in */controllers/admin/AdminImportController.php on line 648
PHP Warning: fclose() expects parameter 1 to be resource, boolean given in */controllers/admin/AdminImportController.php on line 649
PHP Warning: unlink(34) [function.unlink]: No such file or directory in */controllers/admin/AdminImportController.php on line 650

image_shop table lacks a primary key, resulting in possible duplicates

Since image_shop lacks a primary key, if duplicate entries make their way into the table, the JOIN operation in many queries will erroneously display duplicate results.

I'm unsure how to apply the fix to the install/upgrade process, but the basic hotfix I performed was to:

  1. INSERT INTO ps_image_shop_foo SELECT DISTINCT * FROM ps_image_shop
  2. TRUNCATE ps_image_shop
  3. INSERT INTO ps_image_shop SELECT DISTINCT * FROM ps_image_shop_foo

Where ps_image_shop_foo is a (probably temporary) table with the same structure as ps_image_shop

CSV import extremely slow on PS 1.5.3.1

Hello,

I'm trying to update my store with the new CSV file. With 1.4.x i split this CSV in smaller parts (about 250/300 lines per file) and everything worked always fine.

But with 1.5.3.1 also a file with 50 lines fails to be updated and I receive "Error 500".

Server configuration is the same. Nothing was changed.

Thanks,
Stefano

BO : Categories unusable with many categories

(with more than 4500 categories on 5 level depth)

When updating a position of a category, the entire tree is recalculated by the call of regenerateEntireNtree in processPosition.

The process time of the calculation make the update position unusable.

imposible to import products

500 internal error even with max time = 3600

I have 4500 products that i am trying to import, and i get error 500 after waiting 10-15 minutes.

And i did npt find a way to study the 500 error.

I only find this kind of error.

[05-Feb-2013 15:32:04 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:04 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:11 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:11 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:11 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:11 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:17 UTC] PHP Warning: Memcache::getextendedstats(): No servers added to memcache connection in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 49
[05-Feb-2013 15:32:17 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 51
[05-Feb-2013 15:32:21 UTC] PHP Warning: Memcache::getextendedstats(): No servers added to memcache connection in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 49
[05-Feb-2013 15:32:21 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 51
[05-Feb-2013 15:32:21 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:21 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:21 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:21 UTC] PHP Warning: unlink(5): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:21 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 1244
[05-Feb-2013 15:32:21 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:21 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:21 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:21 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:34 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:34 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:34 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:34 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:34 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:34 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:34 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:34 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:45 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:45 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:45 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:45 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:32:55 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:32:55 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:32:55 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:32:55 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:33:02 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:33:02 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:33:02 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:33:02 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:33:25 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:33:26 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:33:26 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:33:26 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:33:48 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:33:48 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:33:48 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:33:48 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:03 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:03 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:03 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:03 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:06 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:06 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:06 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:06 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:25 UTC] PHP Warning: Memcache::getextendedstats(): No servers added to memcache connection in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 49
[05-Feb-2013 15:34:25 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 51
[05-Feb-2013 15:34:27 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:27 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:27 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:27 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:27 UTC] PHP Warning: Memcache::getextendedstats(): No servers added to memcache connection in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 49
[05-Feb-2013 15:34:27 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/mobila/public_html/feronerie-mobilier.com/test/classes/cache/CacheMemcache.php on line 51
[05-Feb-2013 15:34:27 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:27 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:27 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:27 UTC] PHP Warning: unlink(5): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:27 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 1244
[05-Feb-2013 15:34:27 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:27 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:27 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:27 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:31 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:31 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:31 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:31 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:35 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:35 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:35 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:35 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:39 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:39 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:39 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:39 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:44 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:44 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:44 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:44 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:49 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:49 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:49 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:49 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:34:50 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:34:50 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:34:50 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:34:50 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:35:25 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:35:25 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:35:25 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:35:25 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:35:32 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:35:32 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:35:32 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:35:32 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:36:35 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:36:35 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:36:35 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:36:35 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:36:37 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:36:37 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:36:37 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:36:37 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:36:41 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:36:41 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:36:41 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:36:41 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:36:45 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:36:45 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:36:45 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:36:45 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:01 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:01 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:01 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:01 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:08 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:08 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:08 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:08 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:12 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:12 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:12 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:12 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:14 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:14 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:14 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:14 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:30 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:30 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:30 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:30 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:47 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:47 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:47 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:47 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:53 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:53 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:53 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:53 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:37:58 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:37:58 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:37:58 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:37:58 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:03 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:03 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:03 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:03 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:15 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:15 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:15 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:15 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:15 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:15 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:15 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:15 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:26 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:26 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:26 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:26 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:28 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:28 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:28 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:28 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:32 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:32 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:32 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:32 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:32 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:32 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:32 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:32 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:33 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:33 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:33 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:33 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:36 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:36 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:36 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:36 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:40 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:40 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:40 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:40 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:40 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:40 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:40 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:40 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:45 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:45 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:45 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:45 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:47 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:47 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:47 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:47 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:47 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:47 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:47 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:47 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:51 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:51 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:51 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:51 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:52 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:52 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:52 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:52 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:54 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:54 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:54 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:54 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:55 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:55 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:55 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:55 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:58 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:58 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:58 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:58 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:38:58 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:38:58 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:38:58 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:38:58 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:02 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:02 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:02 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:02 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:07 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:07 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:07 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:07 UTC] PHP Warning: unlink(3): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:10 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:10 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:10 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:10 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:10 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:10 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:10 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:10 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:11 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:11 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:11 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:11 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:11 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:11 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:11 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:11 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:15 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:15 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:15 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:15 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:16 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:16 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:16 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:16 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:16 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:16 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:16 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:16 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:16 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:16 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:16 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:16 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:16 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:16 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:16 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:16 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:17 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:17 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:17 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:17 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:17 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:17 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:17 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:17 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:17 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:17 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:17 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:17 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:17 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:17 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:17 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:17 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:18 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:18 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:18 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:18 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:18 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:18 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:18 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:18 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:18 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:18 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:18 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:18 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:18 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:18 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:18 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:18 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:19 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:19 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:19 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:19 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:19 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:19 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:19 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:19 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:19 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:19 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:19 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:19 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:19 UTC] PHP Warning: fopen(): Filename cannot be empty in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 647
[05-Feb-2013 15:39:19 UTC] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 648
[05-Feb-2013 15:39:19 UTC] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 649
[05-Feb-2013 15:39:19 UTC] PHP Warning: unlink(2): No such file or directory in /home/mobila/public_html/feronerie-mobilier.com/test/controllers/admin/AdminImportController.php on line 650
[05-Feb-2013 15:39:19 UTC] PHP Warning: fopen(): Filename cannot

product comments module bug

if comments have "Moderate Comments" and "Reported Comments" so have two form name "comment_form".
in js getCommentForm() return form list. it's not elements prept
if click -> acceptComment() so error.
form.elements['id_product_comment'].value = id;
this form is list not have elements.

TR MO Wrong special character placeholder in bankwire

In module in bankwire for payment_return inside the german translation is a wrong special character "%d" used for the reference string.

Vergessen Sie nicht Ihre Auftrags-Referenz-Nummer #%d in den Titel Ihrer Bankverbindung anzugeben.

the %d has to be a %s since the default reference String is something like YLALMZZCI with %d it shows only 0.

[-] BO : Error in Media when trying to enable a module manually

Hi,

I want to enable/disable a module manually, so i used the parent::enable() and i get this

[PrestaShop] Fatal error in module Media:
filemtime() [function.filemtime]: stat failed for /home/*****/public_html/dev/v15/js/jquery/ui/themes/base/jquery.ui.sortable.css

tested on v1.5.2 and v1.5.3

README.md

Hello,

I just noticed the issue tracker is active. Great.

Now could you please remove all the *.md files, except README.md, activate the Wiki, and move things there ? Only the README is automatigically parsed by GitHub.

Also, do we really need those advices about hosting, etc.. in the README ?

Only developers are coming here, they don't care about that.

This is not the place to make advertisement ! Please remove the link to prestabox.

bo Preferences - Search Error

Development fresh install
Preferences - Search Error
Parse error: syntax error, unexpected 'weight' (T_STRING) in C:\xampp\htdocs\Prestashop\controllers\admin\AdminSearchConfController.php on line 126

PSR's adoption

Hi,

http://www.php-fig.org is a project to mantain some PHP recommendations called PSR's. I think would be worthwhile for Prestashop if the current accepted PSR's could be adopted. I think this PSR's improve the better interoperability between the different frameworks and tools in the PHP ecosystem and provides an standarized way to contribute to the several projects in the PHP community.

Here is the list of the accepted PHP recommendations

http://www.php-fig.org/

This in part could be achieved by the use of Composer (http://getcomposer.org) to handle class loading (PSR-0) and to handle vendor dependencies. And by the use of the PHP CS Fixer tool (http://cs.sensiolabs.org/) to make the code compliant with PSR-1 & PSR-2.

What's your sense about it?

Thanks!
Christian.

Rewrite Category::delete()

Category::delete() needs to be rewrited :

https://github.com/PrestaShop/PrestaShop/blob/master/classes/Category.php#L313

    public function delete()
    {
        if ((int)$this->id === 0 || (int)$this->id === 1)
            return false;

        $this->clearCache();

        $all_cat = $this->getAllChildren();
        $all_cat[] = $this;
        foreach ($all_cat as $cat)
        {
            $cat->deleteLite();
            if (!$this->hasMultishopEntries())
            {
                $cat->deleteImage();
                $cat->cleanGroups();
                $cat->cleanAssoProducts();
                // Delete associated restrictions on cart rules
                CartRule::cleanProductRuleIntegrity('categories', array($cat->id));
                Category::cleanPositions($cat->id_parent);
                /* Delete Categories in GroupReduction */
                if (GroupReduction::getGroupsReductionByCategoryId((int)$cat->id))
                    GroupReduction::deleteCategory($cat->id);
            }
        }

        /* Rebuild the nested tree */
        if (!$this->hasMultishopEntries() && (!isset($this->doNotRegenerateNTree) || !$this->doNotRegenerateNTree))
            Category::regenerateEntireNtree();

        Hook::exec('actionCategoryDelete', array('category' => $this));

        return true;
    }

Hook actionCategoryDelete is not called for subcategories
it always return true even if a deletion fails
if a deletion fails, parents category will be deleted so zombi categories will exist in database
there is no logical order in category deletion
....

why no simply do :

$children = $this->getChildren;
foreach ($children as $child)
    if (!$child->delete())
        return false

// all children deleted
# now delete my stuff

Hook::exec('actionCategoryDelete', array('category' => $this));
return true;

BO : AdminCategoriesControllerCore renderList error

The call to asort($categories_tree) in this method badly reorder the list.
If the id of a subcategory is less than the parent id, the cat_bar2 is not in the correct order.

Replace asort with natsort to correct this bug.

[-] [FO] SEF URL scheme not working anymore from version 1.5.3

Even if you define custom SEF URL scheme, the dispatcher always use the default one.
This is due to a modification in the Dispatcher class - function loadRoutes(): the default routes are loaded in the routes array after the custom ones and so custom ones are overwritten.

In 1.5.2, default routes were loaded at first step of this method.

[+] BO: product attachments are not multishop-aware

One product shared by several shops can't have different attachments.

For example, consider an install with "Shop A" and "Shop B" and a "Product Z":

  • Add an attachment to "Product Z" on "Shop A"
  • Switch to "Product Z" on "Shop B"
  • You will see the attachment and will not be able to set a different association than "Shop A"

Strange piece of code in AdminProductsController

In AdminProductsController::processDelete
you writes in comments

/*
* @since 1.5.0
* It is NOT possible to delete a product if there are currently:
* - physical stock for this product
* - supply order(s) for this product
*/

but seems still continue deleting after this check.
This could be mistake.

Default order by price Issue when blocklayered is active

Hello,

I'm testing this issue on 1.5.3.1.

When "order by price" is active by default and blocklayered is working, it does not consider reduced price when browse category by pages. I have attached an image to to better explain the problem.

There is no issue when the blocklayered module is uninstalled/desactivated.

Best regards.
Massimo - Cippest.it
shoot

BO friendly URL in Greek not working

friendly URL in Greek not working.
anything wrote in Greek as product name results to link_rewrite error and if the friendly url field is typed in Greek it generates a -

Cloud Cach CDN

hi
The new version of Ps version 1.5.3 does not work with cloud catch problem with css catch and images.

Does anyone know when the new version will released.

thank you

Admin Tables Sorting Broken?

If I go to the BO > Catalog > Categories, the table isn't sorting correctly. Somehow always sort by position. Moreover, if you are in a nested category, when trying to sort the list, you will always be pulled back to the root. I addressed this in Pull Request #163

No login message error for deactivated user

If a user whose account has been deactivated in the backoffice tries to log into his account, there is no error message response. Imo it should be notified of the suspension of his account instead.

[-] Database - image type name field is limited to 16 characters

To get the information about an image type, the ImageType class includes the name of the theme. When you try to create a new image type, you are limited to 16 characters. If the name must include the theme name, 16 characters is too short.

Theme name is limited to 64 characters. So I would guess that a image type should be at least 66 characters ({theme_name} + '_' + at least one character).

To be safe, I would propose to allow 85 characters.

To solve this, the following modification needs to be done:

  1. update the image_type table - name field = varchar(85)
  2. modify the class ImageType as follows:
public static $definition = array(
    'table' => 'image_type',
    'primary' => 'id_image_type',
    'fields' => array(
        'name' =>           array('type' => self::TYPE_STRING, 'validate' => 'isImageTypeName', 'required' => true, 'size' => 85),
        'width' =>          array('type' => self::TYPE_INT, 'validate' => 'isImageSize', 'required' => true),
        'height' =>         array('type' => self::TYPE_INT, 'validate' => 'isImageSize', 'required' => true),
        'categories' =>     array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
        'products' =>       array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
        'manufacturers' =>  array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
        'suppliers' =>      array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
        'scenes' =>         array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
        'stores' =>         array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
    ),
);

BO 1.5.3.1 - Impossible to add a new product

I just installed the 1.5.3.1 version from scratch.
It is impossible to add a new product...
Go to Catalog -> Product -> Add new
There is nothing between the "Catalog > Products > Edit" top menu and the footer.

skip folders when importing translation

When trying to make a language pack manually, the import feature would report errors as there are folders inside it. Could you please add the line after 'skip folders inside the archive' ?

prestashop/controllers/admin/AdminTranslationsController.php

                    foreach ($files_list as $file2check)
                    {
                        // skip folders inside the archive
                        if(is_dir($sandbox.$file2check['filename'])) continue;
                        //don't validate index.php, will be overwrite when extract in translation directory
                        if (pathinfo($file2check['filename'], PATHINFO_BASENAME) == 'index.php')
                            continue;

                        if (preg_match('@^[0-9a-z-_/\\\\]+\.php$@i', $file2check['filename']))
                        {
                            if (!AdminTranslationsController::checkTranslationFile(file_get_contents($sandbox.$file2check['filename'])))
                                $this->errors[] = sprintf(Tools::displayError('Validation failed for: %s'), $file2check['filename']);
                        }
                        elseif (!preg_match('@^[0-9a-z-_/\\\\]+\.(html|tpl|txt)$@i', $file2check['filename']))
                            $this->errors[] = sprintf(Tools::displayError('Unidentified file found: %s'), $file2check['filename']);
                    }

Webservice price for product seems incorrect

Products have a base price that is adjusted based on the impact price of the variant product. But when calling api/products that price that gets returned seems to be the base price + the highest impact price. It would be much more logically consistent if it returned to base price found in the "price" column in the "ps_product" table.

Live Edit not working in development branch due to config/smartyfront.config.inc.php

The issue

When enter into Live Edit mode from admin backend, the FO page source shows one of the javascript variable confirmClose has early string termination due to the word "won't":

Warning: Invalid argument supplied for foreach() in ~/PrestaShop/controllers/admin/AdminModulesPositionsController.php on line 519
{"hasError" : false, "errors" : ""}

Output by pagesource

development (Issue)
var confirmClose = 'Are you sure? If you close this window, its position won't be saved';

master (Working):
var confirmClose = 'Are you sure? If you close this window, its position won't be saved';

The difference of these branches:

development: config/smartyfront.config.inc.php
return $params['js'] ? $msg : Tools::safeOutput($msg);

master: config/smartyfront.config.inc.php
return $params['js'] ? addslashes($msg) : $msg;

Workaround

What I have modified to make Live Edit work in development branch is to change the return order of expression:

return $params['js'] ? Tools::safeOutput($msg) : $msg;

Output pagesource of the modified version:

var confirmClose = 'Are you sure? If you close this window, its position won't be saved';

config/smartyfront.config.inc.php used in research and debug:

Developement branch: commit 06b339f
Master branch: commit 768fcf8

Can someone please check whether this fixes as i not too sure the overall impact of this change?

Indexing not working for 10 language and more then 50 store shop

I have a website with 89 stores and 10 languages most of the products available in most of the stores. eg product 'A' may have 89*10=890 records in ps_product_lang table.

Now whenever I run a full re-index it only indexes only one store and in only one language. I even updated it to the latest version.

to me the issue seems to be with the line :

$limit = max(1, floor($limit / $max_possibilities) * $max_possibilities);

which always makes $limit = 1

I did tried changing this limit to 900 but this took almost a day to index 1000 products on a dedicated server.

Any Suggestions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.