mrj
Members-
Posts
303 -
Joined
-
Last visited
-
Days Won
2
Everything posted by mrj
-
Hi, I am unable to run opencart due to an error of a php setting 'open_basedir' Please change it to none for my account please. Thanks in advanced.
-
I reset my password. Thank you very much.
-
Ho, I Can't login to heliohost even with correct credentials My email is: merajbd7@gmail.com Username is: mrj
-
Hi, I hope you all are doing well. Good job about Plesk ๐. I have a question. I can not seem to find subdomain management option. I am guessing it's still not added to Plesk and under implementation process. So I just wanted to if there is an ETA.
-
Ah! After some digging, it's finally working now! Thanks for your assistance.
-
Okay, thank you. It was not a problem in cpanel. But it became a problem in plesk.
-
Hello, I am getting this error in my PHP script: Warning: require_once(): open_basedir restriction in effect So I want to change it for me to to /home/mrj. I think it would be best if you set it /home/{username} for all user. Thanks in advanced.
-
Thank you Krydos. You are always the life saver. I will look into the htaccess file.
-
Hello, I got access to Plesk recently. Since it has been a long time, I don't know what happened to my free domain. Maybe it is expired. So please change my main domain of my account to mrj.heliohost.us manually if possible.
-
Thank you very much Krydos
-
Hello, I donated a small amount of BTC worth ($2.5) at the time of donation. I know It's nothing compared to the services you provide us for free. But I wanted to help as little as possible. Please move me up in list of plesk ETA if possible. Transaction ID: 391a94d6a9b783976df5abfd56539faf15990f2012f424d61f1f20241d1c5514 Thanks. Have a good day.
-
BUSD and USDT as stable coins would be great if you add them to the list.
-
Hello there, I wanted to make a small donation. But I don't have paypal, also our country isnโt supported by paypal. So I wanted to make the donation via cryptocurrency if that is possible. So if crypto donating is supported, please provide me the address. Thank you.
-
Thanks for your valuable information. I still appreciate. ๐
-
Hello, I made a donating of $5 at February 14, 2018. The transaction ID is 7XM87579D4111771P If that donating still counts, then please move me up in the waiting list. Thanks in Advanced.
-
Hello there, My account was archived due to inactivity. I request you unarchive it. Thanks in advanced. Username: mrj
-
Okay I figured out the problem. ini_set function need to be called at the top of php file. inside a function doesn't work.
-
here is my output /var/cpanel/php/sessions/ea-php73 /var/cpanel/php/sessions/ea-php73
-
tried, but still shows the session path as /var/cpanel/php/sessions/ea-php73
-
Still not working
-
I read somewhere in the internet that shared hosting sessions are saved to the same path for everyone. Maybe is that why particular user can't read session dir? Just an Idea.
-
Yes, I did. I set it to 777.
-
Hi, I am using following function to get online users count. But it appears that there is no permission for reading content of that dir. Can you help me please? Server: tommy function onlineUsers() { $i = 0; $path = session_save_path(); if (trim($path)=="") { return FALSE; } $d = dir($path); while (false !== ($entry = $d->read())) { if ($entry!="." and $entry!="..") { if (time()- filemtime($path."/$entry") < 1 * 60) { $i++; } } } $d->close(); return $i; }
-
Thank you very much. โบ
-
Yes, sorry for the delay. Its PHP 7.3 (ea-php73)