But if I ran
www.appmeier.eu/info.php I see thsat PHP is running this file does only phpinfo()
Might it be a problem that I am not using the main directory for m scripts?
The index-file used in subdir is phpBB3/phpBB3/indrex.php which only includes the scores.php
This file is the main page...
We have a Tip-Game with a MySQL Database.
The former programmer / hoster used Software from PHPBB and now I have to renew the code for new PHP / MySQL and also phBB3 (3.2)
The PHP Code used only MySQL Functions from this Board Software.
Now in phpBB3 HTML is not working within this coding.
When...
Hi Phil
I know and understand what you say.
My problem is that we have HTML Files with the layout of our sites.
Now, phpBb3 does not allow to load html direct into their code via php programs.
In older versions it seems to work, phpBB3.0 does not allow this anymore
I postet this here because...
Hi
I have to convert /rewrite several html-files to be able to work as BBCode for a phpBB3 Software.
We are not using the Forum by now, only the PHP Functions for mysql connects.
The Forum works in behind.
But the HTML-Files will only show Code instead of the expected Layout.
I understand that...
Hi Boyz & Girls
Finally I found it. After getting the error message I could found out that on my box was a missing PHP Function.
A bit of investigation has led me to the root of the problem which was a missing php5-bcmath php extension to solve the error messages and get back my lessnmore...
Hi Boyz & Girls
Finally I found it. After getting the error message I could found out that on my box was a missing PHP Function.
A bit of investigation has led me to the root of the problem which was a missing php5-bcmath php extension to solve the error messages and get back my lessnmore...
I just find the why .....
In one of the called php-scripts the error_logging is set to 0
This surpressed the eror I got
btw - this is the same on our ASP - so the function which fails has no error there
Fatal error: Call to undefined function bcdiv() in
And the code page which calls will be...
I will do the follow up now in PHP Forum because I have figured out that the Connect via Script works fine
The question is regarding differences between the working way of PHP 5.4.42 and 5.6.1 and mysql 5.1.73 and mariaDB 10.0.20
But I guess its more in the PHP site
I just figured out the differences between the ASP and my side :
ASP : PHP 5.4.42
: mySQL 5.1.73
My : PHP 5.6.1
: MariaDB 10.0.20
Might this caught the problems ?
I just also tested that my connect to MariaDB works fine. I get back a connected if I ran
....
db->sql_connect ($dbhost...
hello PHP Cracks
I just have a problem, looking many Posts in this an other Forum but nothing reported helps in my Box.
I opened a post in MySQL - not to post twice the same i will relink this one to here as well.
Post is thread436-1753060
If I could get any help to use my dev-box it will...
thanks vacunita
yes i have tried this. But same situation.
Only change was that I get the message "Deprecated mysql_connect()" but only if I cjange to use the variablen.php also in main scriptset.
This I switched off with error_reporting(E_ALL, ^E_DEPRECATED); - but than again blank page...
Hi all
I read many questions ans answers to this problem but nothing solve my.
First let me say that this code is running fine on our ASP. Only on my Test Box its resulting in a blank page
All Components (Apache2, PHP 5.6.1 and MariaDB 10.0.20) working fine. I can retrieve Data with phpMyAdmin...
Hi all
I just checked previousl posts, but not find what I am looking for.
I have a command running on AIX 6.1 TL6 to delete NMON Files older than 7 days
/usr/bin/find /var/adm/nmon_data -mtime +7 -exec rm {} \;
If I fire this command on command line it works fine, to be sure I tried ksh, sh...
Thanks Feherke
this works fine now. I just extend it with
grep $HOST /etc/hosts | grep -v '#' | awk -v myvar="$HOST" '{for(i=2;i<=NF;i++)if($i==myvar){print $1;exit}}'
to secure also commented lines with same hostname. This looks good now
regards
Uwe
Thanks PH
but what if the requested hostname is not the first in list ?
I only need the one for the real requested name
If we have a block in this file like
xxx.xxx.xxx.xxx myhost.domain myhost
yyy.yyy.yyy.yyy myhost-priv
zzz.zzz.zzz.zzz myhost-vip
I only want the ip of myhost...
Hello Unix Community
I just have a cahllenge to grap out only one entry out of a /etc/hostname file
By now - on a single system - it works fine
We use
VAR='awk -v myvar=${HOST} 'match($2,myvar){print $1}' /etc/hosts'
nslookup $VAR
But if we have a RAC Cluster or different Lan sehgments we do...
Hi Calygirl,
one possible thing is described in this Post on IBM.
http://www-1.ibm.com/support/docview.wss?uid=swg21242038
Do you get error messages at appropriate time in the online.log ?
regards
appi
Hello Dan,
in Pt 2 and 3 I am quite sure that I have done it.
later today I will check pt1 ... could be the workgroup
For pt3 i can say that I could not get that far, because I could not see the other computer in the Network. I have set up some shares and give all rights (just for test), but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.