HELP!
I updated to 2.7.5 and also textboxfield to 2.8.1
I'm note sure if the updates are related but now the site just displays a blank page, when I view the source it says:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
html, body, #partner, iframe {
height:100%;
width:100%;
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
overflow:hidden;
}
</style>
<meta content="NOW" name="expires">
<meta content="index, follow, all" name="GOOGLEBOT">
<meta content="index, follow, all" name="robots">
<!-- Following Meta-Tag fixes scaling-issues on mobile devices -->
<meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport">
</head>
<body>
<div id="partner"></div>
<script type="text/javascript">
document.write(
'<script type="text/javascript" language="JavaScript"'
+ 'src="//sedoparking.com/frmpark/'
+ window.location.host + '/'
+ '1und1parking7'
+ '/park.js">'
+ '<\/script>'
);
</script>
</body>
</html>
/tmp/db.sock
- but I don't know how should the symlink look like - I guess what name should it have, and where to create it on the hosting; so it would be picked up by the mysqli_connect. I am clueless about this... Have you solved this in the past and could you give me a hand with this?
Warning: GenericErrorHandler 2: mysqli_connect(): (HY000/2002): No such file or directory on line 355 of file .../symphony/lib/toolkit/class.mysql.php
, after hitting Send
from the newsletter entry and nothing was being done. So I thought I have to create that symlink mentioned in ENM docs. But maybe this is caused because I had to put a path to the php executable so the php example header('Content-Type: text/plain'); echo shell_exec('php -v');
as one of the prerequisites would work, like header('Content-Type: text/plain'); echo shell_exec('/usr/php56/bin/php -v')? I ahve hardcoded that path into the php as of now, but probably I could create a symlink on that php executable...
php -v
info