When some1 press "Next" to go paypal, appear blank

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43631

Billing address

Mr Super User
platonos 2nd floor
3027 lemessos Λευκωσία
Cyprus
Telephone: 0035796523683 Change
New
Payment method
PayPal

You can pay by credit card or paypal using this payment method
Enter your coupon Add

Image Name Unit price Quantity Total price
Final total $28.00


Ok and down is saying:

You chose the payment method: PayPal and button NEXT


When some1 press that button so he can be moved to paypal to pay, its appearing a Blank page with this kind of link:
www.war0nline.net/beta/index.php/donate/checkout/step/step-1

Amyone knows why? Thanks for help.

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43635

Please set the error reporting option of the configuration of joomla to the maximum so that you can get the error message instead of a completely blank page.

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43641

It's at maximum and still blank page appears...
Inbe4 i didn't had this problem. This problem showed up without me changing anything.

I made also, the latest upgrade of HikaShop but still the same. I though it's because of didn't upgraded the Shop. But still the same.

Last edit: 12 years 1 month ago by Rusu Mihail.

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43643

Then please look for the error message in the error log of PHP. If you don't know how, ask your hosting company.

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43645

This is the error... and in line 44 is this

if(!class_exists($className) && !include(HIKASHOP_CONTROLLER.$taskGroup.'.php')){
Line 45 is this which on my page appears blank even if i make errors maximum.
return JError::raiseError( 404, 'Page not found : '.$taskGroup );
[Sun Mar 18 16:55:57 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 16:55:57 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:01:52 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:01:52 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:01:58 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:01:58 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:09:52 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:09:52 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:09:59 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:09:59 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44

Last edit: 12 years 1 month ago by Rusu Mihail.

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43647

Could you try to turn off the SEF in the joomla configuration and try again ?

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43649

You mean this? Fom Global Configuration?

Search Engine Friendly URLs

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43650

If yes, i disabled SEF. But still the same...

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43651

Yes.

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43653

If yes, i disabled SEF. But still the same... I disabled it..

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43654

I don't think that the error messages you found are related to that blank page.

Do you have other errors in the log file ?

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43666

please delete the other 2 topics that i made by mistake.
No other errors look:
Only this:

[Sun Mar 18 16:54:20 2012] [error] [client 62.65.62.134] PHP Strict Standards:  Declaration of hikashopController::display() should be compatible with that of JController::display() in /var/www/vhosts/war0nline.net/httpdocs/beta/administrator/components/com_hikashop/helpers/helper.php on line 1029, referer: http://www.war0nline.net/

File Attachment:

File Name: logs.txt
File Size:149 KB

Attachments:
Last edit: 12 years 1 month ago by Rusu Mihail.

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43695

Last logs i can see different are these:

[Sun Mar 18 17:09:59 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:09:59 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 18:16:52 2012] [error] [client 157.55.16.87] File does not exist: /var/www/vhosts/war0nline.net/httpdocs/robots.txt
[Sun Mar 18 18:17:21 2012] [error] [client 62.228.192.192] PHP Notice:  Undefined property: JTableUser::$checked_out in /var/www/vhosts/war0nline.net/httpdocs/beta/libraries/joomla/application/component/modelform.php on line 110, referer: http://war0nline.net/beta/administrator/index.php?option=com_users&view=user&layout=edit&id=119
[Sun Mar 18 18:24:02 2012] [error] [client 66.249.72.10] File does not exist: /var/www/vhosts/war0nline.net/httpdocs/robots.txt

At least tell me how to uninstall hikashop so i can reinstall it maybe is a problem with it and if i reinstall it will work properly?

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43699

Mmm. These logs don't seem to be related.

You can uninstall it via the extension manager of Joomla.

The following user(s) said Thank You: Rusu Mihail

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43702

I will reinstall it. Other choice i don't have.. thanks for help and sorry for keeping u busy.

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43704

Still the same problem after reinstalling it... can i pm you please and take a look via team viewer or to give u an ID and PW to enter in administrator panel to take a look? thank you. If yes i will pm u with ID and PW and also the link to login.

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

  • Posts: 15
  • Thank you received: 0
12 years 1 month ago #43721

Ok i found this:

[Sun Mar 18 16:54:20 2012] [error] [client 62.65.62.134] PHP Strict Standards:  Declaration of hikashopConfigClass::set() should be compatible with that of JObject::set() in /var/www/vhosts/war0nline.net/httpdocs/beta/administrator/components/com_hikashop/classes/config.php on line 71, referer: http://www.war0nline.net/

and this:
[Sun Mar 18 16:54:21 2012] [error] [client 62.65.62.134] PHP Strict Standards:  Only variables should be assigned by reference in /var/www/vhosts/war0nline.net/httpdocs/beta/plugins/system/hikashopuser/hikashopuser.php on line 66, referer: http://www.war0nline.net/
[Sun Mar 18 17:09:59 2012] [error] [client 62.228.192.192] PHP Warning:  include(/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php): failed to open stream: No such file or directory in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44
[Sun Mar 18 17:09:59 2012] [error] [client 62.228.192.192] PHP Warning:  include(): Failed opening '/var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/controllers/images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/vhosts/war0nline.net/httpdocs/beta/components/com_hikashop/hikashop.php on line 44

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #43864

Hi,

These messages are not related to the problem.
I don't think that it comes from HikaShop, especially that no one else has the problem.

It could be a plugin or a module or maybe the template.
You should try to deactivate them one by one to see which one is the culprit. For the plugins, just do the "system" plugins. I would start by trying to switch the template of the website.

Let us know what you find.

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

Time to create page: 0.088 seconds
Powered by Kunena Forum