Hi,
I am Joe from Beihang University, Beijing, China. I am major in Computer Sciences.
Durning my university, PMA is very popular and a lot of my classmates are using PMA for database management.
I am quite interested in the project Automated testing for PMA. I have some php unit test project experience and selenium project experience.
when I try to add some unit test case, I found that the Jenkins build is failed, not very stable and without code coverage report.
so I can't take a look at the code coverage report.
http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/http://ci.phpmyadmin.net/job/phpMyAdmin/cloverphp/
Is there other place that I can see the code coverage report?
thanks,
Joe Yin
Hi everyone,
It seems that since that commit [1], the master is quite slow to import
data.
This seems to be linked to multi-bytes functions that are really slower
compared to standard string functions.
I tried several variants of this, but without a good result: instead of
always using PMA_StringMB, try to detect encoding and so use
PMA_StringNative when possible.
To improve this, I cached the encoding, to avoid to detect it each time.
See [2] (this is not totally safe, here, for the tests, I removed the mb_*
detection).
But the result is not as good as before…
I also tried something more experimental: convert all the strings used in
PMA_String to UTF-8 string and so, mb_* functions won't convert anymore.
But it is not effective either.
Do you have any idea about the way to improve it please?
I thought about generalising the strpos to a strallpos/strposall (for
redundant strpos) with an explicit encoding, not to let PHP convert each
time.
Thanks for your help,
[1] https://github.com/phpmyadmin/phpmyadmin/commit/9b77d746aba
[2]
https://github.com/Tithugues/phpmyadmin/commit/ab6f493449d90e58bd4caa15740d…
Hugues.
On Tue, Sep 30, 2014 at 6:51 PM, Smita <kumarismita62(a)gmail.com> wrote:
> Hi
>
> On the error reporting server, I tried to create ticket for the issue[0],
> but it goes to a blank page. Most probably server is coming across some
> fetal error or something.
>
> I confirm that ticket submission shows blank page.
> Also, when I try to send js error report from within phpMyAdmin.. its not
> sending . See the attached screenshot[1.png].
>
> Happens on both current phpMyAdmin git master and QA_4_2.
>
> When I tried submitting a js error, it said report was successfully
submitted, but I could not find my report on error reporting server. So it
didn't work.
But we have been continuously getting reports from users, the newest I
could find was https://reports.phpmyadmin.net/reports/view/3576 submitted
yesterday.
--
Atul Pratap Singh
http://blog.atulsisodia.in/
Hi, phpmyadmin worked to me with Authentication (with popup where it
asked user and pass to access to real login of phpmyadmin).
But then I added .htaccess file to /www/ folder to redirect from
http://ip-my-vps/ to http://my-real-domain.com. I have also installed
Cloudflare and mod_cloudflare to restore original visitor IP in my
Apache logs.
And now I haven't popup but only 403 error:
*Forbidden*
You don't have permission to access /phpmyadmin on this server.
:(
I have removed Cloudflare and disabled (comment out) mod_cloudflare but
doesn't work..maybe it's a problem with permissions in www folder?
And is better to install VirtualMin and manage MySql databases with it?
Thank you vey much in advance
neues-Logo-2-Freunde.2014-07-13.312.png
ZweiSteinSoft
ZweiSteinSoft(a)ZweiSteinSoft.de
********************************************
Hello team,
we just found something strange:
When exporting a database with many (104) tables,
in PMA 4.3.0-dev, a JS notice appers,
that warns about "more than 1000 form fields",
related to max_input_fields setting.
The SQL dump export then fails with red warnings
about missing parameters.
We assume this is due to "rename tables on export" hidden inputs.
Do you know this already?
****************
Please because we get otherwise in trouble..!
****************
Until soon!
Ann + J.M.
************************************************************
---
Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv.
http://www.avast.com
Hi
This is in reference of bug[0] in current master. While I was debugging the
code to fix the issue, I found that we are trying to force the column to be
primary key if auto_increment has been checked.
there is this comment in Table.class.php:
// Force an auto_increment field to be part of the primary key
// even if user did not tick the PK box;
anyone have an idea why are we doing so ?
[0] https://sourceforge.net/p/phpmyadmin/bugs/4540/
Thanks and Regards
- Smita
Hi,
it seems that my fix [0] is causing a problem [1] on some servers
(including our demo server). However I am unable to reproduce the problem.
There is a style element (cfs-style) that sets the whole page to
display:none. Then, we are loading (conditionally)
js/cross_framing_protection.js that is supposed to remove this element
but on the problematic servers, this script (and other dynamic js
scripts) are not loaded.
I tried with $cfg['AllowThirdPartyFraming'] set to the default false and
also to true.
Does someone have a hint?
[0]
https://github.com/phpmyadmin/phpmyadmin/commit/33b39f9f1dd9a4d27856530e5ac…
[1] https://sourceforge.net/p/phpmyadmin/bugs/4539/
--
Marc Delisle (phpMyAdmin)