Search found 6 matches
- Tue Mar 10, 2009 1:28 pm
- Forum: German - Deutsch
- Topic: PDF erstellen und in neuem Fenster öffnen
- Replies: 1
- Views: 1768
PDF erstellen und in neuem Fenster öffnen
Hallo zusammen, ich entwickle derzeit ein Anmeldemodul für diverse Veranstaltungen. Zum Schluß der Anmeldung möchte ich eine PDF-Anmeldebestätigung in einem zweiten Fenster ausgeben lassen. Die Daten sind erfasst, das Anmeldeformular ist auch fertig geparst, nun plane ich fpdf zum Erstellen der PDF ...
- Fri Nov 07, 2008 10:38 am
- Forum: Developers Discussion
- Topic: Error parsing XML file. Please make sure you are uploading a .xml file ...
- Replies: 2
- Views: 3090
Re: Error parsing XML file. Please make sure you are uploading a .xml file ...
No one with the same problems?
- Tue Nov 04, 2008 7:41 pm
- Forum: Developers Discussion
- Topic: Error parsing XML file. Please make sure you are uploading a .xml file ...
- Replies: 2
- Views: 3090
Re: Error parsing XML file. Please make sure you are uploading a .xml file ...
Somehow, I get the impression, that this Problem is caused by the PHP xml_parse_into_struct()-function, but why? The libxml is probably not the problem, I have 2.6.26 and 2.6.31, both correctly importing the xml-file, the other productive systems have 2.6.27 and are not importing 

- Tue Nov 04, 2008 7:08 pm
- Forum: Developers Discussion
- Topic: Error parsing XML file. Please make sure you are uploading a .xml file ...
- Replies: 2
- Views: 3090
Error parsing XML file. Please make sure you are uploading a .xml file ...
Like mentioned in another post, I am developing an own module. Everything worked fine, but now I want to upgrade my productive system: on my test-infrastructure, I export the module and import it as XML. On two of three productive systems (where I have no shell/sftp-access), I get this "Error p...
- Tue Nov 04, 2008 6:55 pm
- Forum: Developers Discussion
- Topic: How to manage database modifications ("ALTER TABLE")
- Replies: 2
- Views: 1193
- Tue Nov 04, 2008 6:25 pm
- Forum: Developers Discussion
- Topic: How to manage database modifications ("ALTER TABLE")
- Replies: 2
- Views: 1193
How to manage database modifications ("ALTER TABLE")
Hi all, I am developing a module which also uses databases. During the development of the new subrelease, I noticed, that I want to add a database field to a table. So, how can I use the update-process of a module to insert a new database field? I know, there is the default function "Install()&...