PHP Warning in error_log file

  • Posts: 80
  • Thank you received: 1
12 years 7 months ago #45123

The error_log file in the public_html directory contains these lines:

PHP Warning: include(/home/xxx/public_html/components/com_hikashop/controllers/show.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxx/public_html/components/com_hikashop/hikashop.php on line 44
PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening '/home/xxx/public_html/components/com_hikashop/controllers/show.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/components/com_hikashop/hikashop.php on line 44

As I understand from what it says, there should be a file called show.php in components/com_hikashop/controllers folder. There is no such a file there (even in an installation package).

Please adivce how could I rectify the issue?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 7 months ago #45133

These warnings are because someone tried to access a page which does not exists:
index.php?option=com_hikashop&ctrl=show
It's not a bug in HikaShop.

The following user(s) said Thank You: seoweb

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum