Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
ADD DOMAIN (can't find v...
Forum: Ehcp General, uncategorized yet
Last Post: RichardCrite
11-24-2024, 02:03 AM
» Replies: 29
» Views: 53,044
|
EHCP API1 error
Forum: Ehcp Development
Last Post: robind99
04-14-2023, 10:14 PM
» Replies: 4
» Views: 3
|
EHCP API Setup subdomain
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 67
|
EHCP auto startup nginx i...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
|
VSFTPD
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 3
» Views: 5
|
PHP failed copy
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 3
|
install echp + node js
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 2
» Views: 0
|
About Beta Software, Ehcp...
Forum: Ehcp Development
Last Post: ehcpdeveloper
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1
|
La marque de l'enseigne C...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 0
|
On portera une attention ...
Forum: Ehcp Development
Last Post: shanmao
04-14-2023, 10:14 PM
» Replies: 1
» Views: 1
|
|
|
install chromium in Ubuntu |
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: Ubuntu Topics
- Replies (1)
|
![](https://ehcp.10tl.net/images/default_avatar.png) |
chromium is not exactly same as google chrome.
google chrome is based on chromium, and has many improvements above chromium.
Chromium lacks many user interface and many things.. such as password dialog, options and all menus...
anyway, chromium can be installed in Ubuntu easily as:
apt-get install chromium-browser
i did it, no much download,
and i post this item from within chromium.
Very fast, crashes sometime, but recovers upon re-open..
I am using and testing now... see you.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
PHP Error |
Posted by: beenfishing - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (2)
|
![](https://ehcp.10tl.net/images/default_avatar.png) |
Hi
Does anybody know why this mail gets sent to my root account every 30 minutes?
PHP Warning: Module 'mysql' already loaded in Unknown on line 0
Restored from old drupal forum, for user uid:3328 username:beenfishing
You may reset your password to access your new account here.
|
|
|
Bandwidth |
Posted by: beenfishing - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (3)
|
![](https://ehcp.10tl.net/images/default_avatar.png) |
Good Day
I am hosting mail and a couple websites on my server using ehcp.
One of my clients has a downloadable pdf on the website which is using all my outgoing bandwidth to a point where mail is just queuing up and websites are loading very slowly.
Is there a way to throttle this website or websites in general on ehcp.
Please, any advice would be much appreciated as my other clients are starting to get very upset.
Thanks
Restored from old drupal forum, for user uid:3328 username:beenfishing
You may reset your password to access your new account here.
|
|
|
Interface 'Iterator' not found error, php bug. |
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
![](https://ehcp.10tl.net/images/default_avatar.png) |
English below.
--
Eğer php programınız,
Interface 'Iterator' not found
hatası vererek kapanıyorsa,
ozaman php'niz Türkçe ayarlarıyla çalışırken büyük I harfi içeren fonksiyonları okuyamıyor demektir. bu konudaki php bug'ı şu: https://bugs.php.net/bug.php?id=18556
Bu bug, ne hikmetse 2002 yılından beri düzeltilmemiş.
Tek çıkış yolu, ilgili php/apache init scriptinin içine şunu yazmak:
export LOCALE=en_US.UTF-8
export LANG=en_US.UTF-8
bunu yazıp, /etc/init.d/php5-fpm restart
demek.
böyle yazınca bende çalıştı.. başka biçok şey denedim, olmadı, bu oldu.
English:
if you have error "Interface 'Iterator' not found error", then, most probably you are using Turkish locale and php has a bug related to this.
the only solution that I found is:
put following into init.d/startup scripts of related programs, php or apache.
export LOCALE=en_US.UTF-8
export LANG=en_US.UTF-8
at start of it.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
python format strings |
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
![](https://ehcp.10tl.net/images/default_avatar.png) |
# format % 2
%d : '2'
%5d : ' 2'
%-5d : '2 '
%05d : '00002'
%.2e : '2.00e+000'
%.2f : '2.00'
%s : string, applying str()
%-20s : left-adjust
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
Creating Server Based Programs |
Posted by: ehcpuser - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (5)
|
![](https://ehcp.10tl.net/images/default_avatar.png) |
Alright so here is the situation. I want to create my own ubuntu based daemon, as you did with ehcp. I am ging to make it a php application on a web server. What did you do to allow ehcp to run on a Ubuntu? What language did you make ehcp daemon out of? I know it's not just PHP, or it wouldn't install on the server. I posted what I wanted to make here.
http://ubuntuforums.org/showthread.php?p=8712689&posted=1#post8712689
Help would be appreciated.
Restored from old drupal forum, for user uid:2687 username:ehcpuser
You may reset your password to access your new account here.
|
|
|
|