Greetings
Den søndag den 3. juli 2016 kl. 13.40.35 UTC+2 skrev Christian Mondrup:I've updated my linux mint OS from release 17.3 to release 18. Mysql and phpmyadmin works, but unfortunately not my xataface-2.0.3 application.
All I see when I access the application with my browser is
display();
The same happens when I create a new xataface 2.1.2 application using the 'makesite' script. Before I got that far I needed to patch installer.php, line 32:
--
You received this message because you are subscribed to the Google Groups "Xataface" group.
Visit this group at https://groups.google.com/group/xataface.
To view this discussion on the web visit https://groups.google.com/d/msgid/xataface/e4576f10-fdc4-4ec6-8422-4648e71c62d0%40googlegroups.com.
You don't need to change any source.
Steve
--
You received this message because you are subscribed to the Google Groups "Xataface" group.
Visit this group at https://groups.google.com/group/xataface.
To view this discussion on the web visit https://groups.google.com/d/msgid/xataface/77764142-5790-489a-87ee-90a35f93a42f%40googlegroups.com.
"as outlined in previous postings".The error you posted said it couldn't find mysql_connect. So you're using the mysql driver. Either install the mysql lib, or follow the instructions on the link I sent for using mysqli.If the auto installer won't work for you, just skip to a manual install.
To view this discussion on the web visit https://groups.google.com/d/msgid/xataface/d836ebff-dbb5-417f-8765-7e7757a784b5%40googlegroups.com.
The 2nd parameter of your df_init() call inside index.php is incorrect. It must point to your xataface directory (a URL - relative or absolute).
On Monday, 11 July 2016 17:28:19 UTC+2, Steve Hannah wrote:The 2nd parameter of your df_init() call inside index.php is incorrect. It must point to your xataface directory (a URL - relative or absolute).
blush - I should have checked that.
I've got my application up and running incl. an alternative logo image upon several google searches. Unfortunately my google searches didn't help me to to enable the ckeditor module as a replacement of fckeditor which I was using under xataface 2.0.3.
I've followed the instructions given at http://xataface.com/dox/modules/ckeditor/latest/:
- I've downloaded xataface-module-ckeditor-master.zip, unpacked it and copied the directory 'xataface-module-ckeditor-master' to the modules subdirectory of my application, renamed to 'ckeditor'
- I've added a section to my con.ini
[_modules]
modules_ckeditor=modules/ckeditor/ckeditor.php
- I've configured fields.ini for the field, for which I need the editor:
[Excerpt]
widget:type=ckeditor
But the editor does not load when I access the field. /var/log/appache2/ says
[Tue Jul 12 22:54:27.222985 2016] [:error] [pid 3346] [client 127.0.0.1:40110] PHP Warning: require_once(/share/Gerson/modules/ckeditor/ckeditor.php): failed to open stream: No such file or directory in /share/xataface-2.1.2/config.inc.php on line 252, referer: http://localhost/Gerson/index.php?-table=Literature_Excerpt
[Tue Jul 12 22:54:27.223056 2016] [:error] [pid 3346] [client 127.0.0.1:40110] PHP Fatal error: require_once(): Failed opening required '/share/Gerson/modules/ckeditor/ckeditor.php' (include_path='.:/share/xataface-2.1.2:/share/xataface-2.1.2/lib:/usr/share/php') in /share/xataface-2.1.2/config.inc.php on line 252, referer: http://localhost/Gerson/index.php?-table=Literature_Excerpt
I do have the file '/share/Gerson/modules/ckeditor/ckeditor.php'
On Tuesday, 12 July 2016 23:37:58 UTC+2, Christian Mondrup wrote:
On Monday, 11 July 2016 17:28:19 UTC+2, Steve Hannah wrote:The 2nd parameter of your df_init() call inside index.php is incorrect. It must point to your xataface directory (a URL - relative or absolute).
blush - I should have checked that.
I've got my application up and running incl. an alternative logo image upon several google searches. Unfortunately my google searches didn't help me to to enable the ckeditor module as a replacement of fckeditor which I was using under xataface 2.0.3.
I've followed the instructions given at http://xataface.com/dox/modules/ckeditor/latest/:
- I've downloaded xataface-module-ckeditor-master.zip, unpacked it and copied the directory 'xataface-module-ckeditor-master' to the modules subdirectory of my application, renamed to 'ckeditor'
- I've added a section to my con.ini
[_modules]
modules_ckeditor=modules/ckeditor/ckeditor.php
- I've configured fields.ini for the field, for which I need the editor:
[Excerpt]
widget:type=ckeditor
But the editor does not load when I access the field. /var/log/appache2/ says
[Tue Jul 12 22:54:27.222985 2016] [:error] [pid 3346] [client 127.0.0.1:40110] PHP Warning: require_once(/share/Gerson/modules/ckeditor/ckeditor.php): failed to open stream: No such file or directory in /share/xataface-2.1.2/config.inc.php on line 252, referer: http://localhost/Gerson/index.php?-table=Literature_Excerpt
[Tue Jul 12 22:54:27.223056 2016] [:error] [pid 3346] [client 127.0.0.1:40110] PHP Fatal error: require_once(): Failed opening required '/share/Gerson/modules/ckeditor/ckeditor.php' (include_path='.:/share/xataface-2.1.2:/share/xataface-2.1.2/lib:/usr/share/php') in /share/xataface-2.1.2/config.inc.php on line 252, referer: http://localhost/Gerson/index.php?-table=Literature_Excerpt