| 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: servisnyy_gnEt
Yesterday, 10:01 PM
» Replies: 73
» Views: 90,822
|
5 sulfosalicylic acid dih...
Forum: Ehcp General, uncategorized yet
Last Post: Lavillsauro
11-15-2025, 05:40 PM
» Replies: 0
» Views: 150
|
Hi, I would like to ask f...
Forum: Ubuntu Topics
Last Post: Juliaseema
11-10-2025, 01:35 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: General Linux
Last Post: Juliaseema
11-10-2025, 01:34 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: Ehcp for Developers and Programmers/Designers
Last Post: Juliaseema
11-10-2025, 01:33 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: Ehcp Problems - After Installation
Last Post: Juliaseema
11-10-2025, 01:31 PM
» Replies: 0
» Views: 0
|
Hello, I need a recommend...
Forum: Ehcp Development
Last Post: Juliaseema
11-10-2025, 01:30 PM
» Replies: 0
» Views: 2
|
Hello! Can you advise me?
Forum: Ehcp General, uncategorized yet
Last Post: Juliaseema
11-10-2025, 01:29 PM
» Replies: 0
» Views: 139
|
Email DKIM
Forum: Ehcp HowTos
Last Post: Lavillsauro
11-08-2025, 03:24 PM
» Replies: 3
» Views: 16
|
run ehcp on rasperry pi
Forum: Ehcp HowTos
Last Post: Lavillsauro
11-02-2025, 10:18 AM
» Replies: 3
» Views: 19
|
|
|
| Interface 'Iterator' not found error, php bug. |
|
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
 |
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)
|
 |
# 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)
|
 |
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.
|
|
|
| apt-get remove problem |
|
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
 |
problem was:
<code>
# dpkg --remove --force-all adobe-flashplugin
dpkg: warning: overriding problem because --force enabled:
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
(Reading database ... 200274 files and directories currently installed.)
adobe-flashplugin kaldırılıyor ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: error processing adobe-flashplugin (--remove):
installed pre-removal script alt işlemi çıkış durumunda hata döndürdü : 2
postinst called with argument `abort-remove'
dpkg: temizleme esnasında hata oluştu:
installed post-installation script alt işlemi çıkış durumunda hata döndürdü : 1
Errors were encountered while processing:
adobe-flashplugin
</code>
solution: (really bad but working solution, i found no else.. )
<code>
rm /var/lib/dpkg/info/adobe-flashplugin.prerm
</code>
I found that solution in:
https://lists.ubuntu.com/archives/ubuntu...03602.html
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
| google chrome os image download |
|
Posted by: ehcpdeveloper - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (1)
|
 |
http://download.softpedia.ro/dl/3b493ab7a6e3304947c9eccef8e42d34/4b0c79ed/500052489/linux/chromiumos-0.4.22.8.tar.gz
http://gdgt.com/google/chrome-os/download/
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
|
|
|
| Incremental Debian backup |
|
Posted by: luke duck - 04-14-2023, 10:11 PM - Forum: General Linux
- Replies (2)
|
 |
Hi,
I look for incremental backup open source software. Can someone tell me the best solution ?
I would like to have this capacity :
restore one site (joomla files + mysql) web easilly.
I use Acronis for windows in another server and i can restore a site in less than 5 minutes, il would like to do this in Debian.
Restored from old drupal forum, for user uid:2979 username:luke duck
You may reset your password to access your new account here.
|
|
|
|