-
Hi to all,
is it possible to fix the wrong import files from wiley? http://www3.interscience.wiley.com I have more and more records to add from wiley :-(
Just today I am sitting and typing instead of importing because they have either plain text or endnote, both causes an error.
The text file is partally usable with changing ": " to " - " adding "TY - JOUR" and...
2009-10-05 15:21:05 UTC in refbase - Web Reference Database
-
Hi Matthias
Problem ...
allow_url_fopen is written in the editor as allow\_url\_fopen
but to display the \_ we must use now an backslash before
and <br> is displayd in the preview as linebreak but not in the final text
Regards Knut.
2009-09-17 09:29:52 UTC in refbase - Web Reference Database
-
Hi martin
seems that
allow_url_fopen is set to no because of security issues
what does phpinfo shows you for allow_url_fopen?
save this code to an ???.php file and open it with your browser
<?PHP phpinfo(); ?>
Thenext one is because there is an error message already sent out:
Warning: Cannot modify header information - headers already sent
Regards Knut.
2009-09-17 09:25:23 UTC in refbase - Web Reference Database
-
Hi Matthias,
unfortunately PhpMyAdmin does not allow to use Create Commands in the SQL window.
Therefore I must use PhPMy Admin to create the database:
see (German) <br>
http://uni-regensburg.equine-behaviour.de/tmp/database1.jpg<br>
http://uni-regensburg.equine-behaviour.de/tmp/database2.jpg<br>
Could you tell me what I must use from the pull down menues?
Regards...
2009-09-17 06:20:13 UTC in refbase - Web Reference Database
-
The reason is, that I have a lot of erros in the present database.
Nearly all special characters are corrupted, after doing an phpMyAdmin dump and inport with PhP MyAdmin.
Therefore I changed all wrong character with an Text edtior, and have now an (with the Editor) SQL File.
Because of that I think that I did the basic set of the database wrong.
Is it right in that case to create the...
2009-09-16 15:17:51 UTC in refbase - Web Reference Database
-
Hi to all
What basic adjustments must I use when I would like to crate the databse by PhpMyAdmin
*
I have two possible choices
first to creat the database -> Kollation...utf8_????
and additional:
Character Set: Kollation of the MySql Connection -> utf_bin ...utf_???
Kind Regards Knut.
2009-09-16 13:42:42 UTC in refbase - Web Reference Database
-
Dear Matthias
As you know I am storing and displaying user files with a short routine of me
What's the point where i am searching for ... good question, I think I realized the problem.
When I would like to store the user files files in an not Web directory I must submit a form (with f.e a button) which is calling a php.file with the send header for the file.
If there is a path usable...
2009-07-21 14:22:29 UTC in refbase - Web Reference Database
-
Hi Rick,
did I missed the point, or is it not possible?
Best regards Knut.
2009-07-12 17:26:48 UTC in refbase - Web Reference Database
-
Dear Rick,
beginning from the sratch ;-)
I am storing normally secured files like files containing passwords, files with restricted download permission and so on in a directory below the web root
f.e
/home/user/webroot/... using for web access
/home/user/files/refdb/ using for secured access
So nobody is able to access those files with http://domain.com/...
storing...
2009-07-03 06:40:28 UTC in refbase - Web Reference Database
-
Hi Rick
This is the root of the webserver:
/home/user/html/
Scripts and FTP have access to
/home/user/
The database document root is
/home/user/html/refdb
I would like to store the pdf in
/home/user/files/refdb
Refdb is always building the link so that the files must be at
/home/user/html/refdb/home/user/files/refdb/file.pdf
means...
2009-07-02 18:50:07 UTC in refbase - Web Reference Database