Hello, hope is all well.
I want to remove this message error: NO path set to store invoices.
I dont want to fix, just want to remove the messa... because ig I "fix" i get a blank page after chekout.. so I just want to remove the message and nothing more.. how can I do it?
thank you
components\com_virtuemart\controllers\invoice.php
function getInvoicePDF($orderDetails = 0, $viewName='invoice', $layout='invoice', $format='html', $force = false){
// $force = true;
$path = VmConfig::get('forSale_path',0);
if(empty($path) ){
vmError('No path set to store invoices');
return false;
} else {
white screen is normally not enough memory to render the pdf - search on here
Hello,
I have just installed joomla 3.3.6 + vm 3.0.2
I have configured the safe path correctly and created the folder with 777 but still having the error message...
vmError: Warning, the Safe Path is not accessible (does not exist or no permission), for safety reasons it is very important to create a folder in a path not accessible by an URL, create also a folder invoices in it to store your sensitive data secure. Our suggested path is for your system /home/******/vmfiles, use this link to the config
How to fix please ?
then your path or permissions must be wrong..
I have checked several times
the path is correct and the chmod is 777 .
Maybe chmod must be different ?
Never use 777 unless you want to invite hackers! 755 is normally used.
also on some hosts I have seen 777 automatically blocked as a security measure - try 755 as jenks suggests
Hi I changed as 755, still the same error...
It may be a bug ?
NO this is not a bug, but a user/server issue. See http://forum.virtuemart.net/index.php?topic=98633