Fatal error: require_once() [function.required

More
12 years 5 months ago #7821 by nordmograph
Superadmin
or
Admin + ftp

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

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

  • Visitor
  • Visitor
12 years 5 months ago #7829 by
please send me you email adress, where you want to send the data!

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

More
12 years 5 months ago #7832 by nordmograph
contact at this domain

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

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

More
12 years 5 months ago #7834 by nordmograph
Hello
I could make some tests on your site
So here is a potential fix to address your issue

look for:
Code:
require_once($absolute_path."/administrator/components/com_virtuemart/virtuemart.cfg.php");
and replace with:
Code:
//require_once($absolute_path."/administrator/components/com_virtuemart/virtuemart.cfg.php");
2 occurences, do it twice!
then look for
Code:
$vmpre = VM_TABLEPREFIX;
you'll find 2 again
replace both with
Code:
$vmpre = 'vm';
supposing your VM table prefix is: vm

Let me know

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

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

  • Visitor
  • Visitor
12 years 5 months ago #7886 by
Hello, I make the suposed changes and working, it is ok.
Thank you, for your quick help!

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

Time to create page: 0.349 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.