Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for ramotzkie

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 07:17
  • Posts: 4
  • Profile Views: 3546
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
in some cases the whole invoice is in english, although the joomla standard language is german

what can be a reason for that?
Other languages?
Category: VM Invoice
emo
works now.

thanks a lot
Headers already sent ...
Category: Customer Support
emo
Hi,

after I installed the plugin I'll get following error clicking on the small pdf icon (in the invoices menu).

Warning: Cannot modify header information - headers already sent by (output started at /Joomla/administrator/components/com_vminvoice/helpers/vminvoice.php:1) in /www/htdocs/w008b424/Joomla/administrator/components/com_vminvoice/tcpdf/tcpdf.php on line 6755
TCPDF ERROR: Some data has already been output to browser, can't send PDF file


Even on the default start page, the shop, etc. Since plugin installation I'll get this error. Sometimes whole site is not working (just white page). I set the joomla error handling to maximum, but there isn't another error shown.

if I unpublish the plugin everything works fine.

do you have any idea what is deploying this error?


Best regards
Stephan
Headers already sent ...
Category: Customer Support
emo
it is definately a mysql problem.
Mysql 4 is not supporting the "usage"-order.

Look @ administrator/components/com_vminvoice/models/invoices.php

@around line 144

change

LEFT JOIN #__vm_user_info AS i USING (user_info_id)
LEFT JOIN #__vm_vendor AS v USING (vendor_id)

to
LEFT JOIN #__vm_user_info AS i ON (o.user_info_id = i.user_info_id)
LEFT JOIN #__vm_vendor AS v ON (o.vendor_id = v.vendor_id)


Look @ administrator/components/com_vminvoice/helpers/vminvoice.php

@around line 344

change the same

after that it will works
No orders showing.
Category: Customer Support
More
User Login Empty