Recent content by seoras

  1. S

    Upgraded to 9.1 but system says I have 8.3

    Please ignore this post, I have made a fundamental error :-)
  2. S

    Upgraded to 9.1 but system says I have 8.3

    I have just FTPd all the files for 9.1 to my server and ran upgrade.php but for some reason the system thinks I still have ver 8.3 Installation_tab: '13478', '134785ad5f78d62d83', '2018-04-17 14:33:00', 'mysql', '8.3-Lerici', 'enterprise', 'upgrade_version=8.3-Lerici...
  3. S

    8.3 failed to upgrade from 8.2

    Hi, yes I knew what the effects of running install.php would be but as you say the weird thing is why the system thought I was running a version <5. I had a look at my other installation and here is the output for the upgrade page; You are using DaDaBIK version 8.2-Lerici enterprise, installed...
  4. S

    8.3 failed to upgrade from 8.2

    I have just tried to upgrade to version 8.3 from version of 8.2. Edited the config.php file as before and FTP'd the files as usual. Ran upgrade.php and an overlay stated I was running a version prior to 5.0 and could not upgrade. Then presented a button to run Install. This overwrote my users...
  5. S

    pdf file will not open directly

    Hi, I have a field (set to generic_file) in my Db which has links to uploaded PDF files. In previous versions when you clicked on the link the PDF file would open directly in the browser (in Linux) and in Windows if you chose 'open' it would open directly in acrobat or other PDF reader. In...
  6. S

    An error occurred when uploading a file.

    Hi Eugenio, finally solved the problem. In my previous installations of Dadabik the absolute path for the uploads directory in config.php was /htdocs/chem/uploads/ Since the PHP upgrade on the server it appears I now have to use /web/internet/thin/htdocs/chem/uploads/ as the absolute path...
  7. S

    An error occurred when uploading a file.

    Sorry, but I cannot try the previous version of Dadabik as this broke after PHP was upgraded on the server hence the need to go with the latest version. I will contact the server admin to ask if they put any restrictions on the server regarding file uploads when they upgraded PHP I agree, this...
  8. S

    An error occurred when uploading a file.

    all the files I'm trying to upload are ~20kB but I just tried it with a 5 byte TXT file with the same result
  9. S

    An error occurred when uploading a file.

    Hi, I have tried all variations of Write privileges to the uploads directory with no success and the file type is a PDF which is allowed in config.php. As I said I have used this function successfully in previous installations of Dadabik so I am unsure why an error is occurring in the latest...
  10. S

    An error occurred when uploading a file.

    I'm using DaDaBIK version 6.0 ENTERPRISE, installed on 05-16-2014, the last version of DaDaBIK is 6.0 released on 03-25-2014 runnning the last release of DaDaBIK PHP Version: 5.4.4-14+deb7u9 mysql version: 5.5.37-0+wheezy1 Web server: Apache Client: Mozilla/5.0 (X11; Linux i686)...
  11. S

    change search default to "Any of the conditions required"

    SOLVED! found the code section in business_logic.php if ($select_operator_feature == "1"){ $form .= "<tr class=\"tr_operator_form\"><td colspan=\"".$number_cols."\" class=\"td_button_form\"><select name=\"operator\"><option...
  12. S

    change search default to "Any of the conditions required"

    Is it possible to change the default search requirement from 'All the conditions required' to 'Any of the conditions required' ? I don't see this option in the Interface Configurator nor in business_logic.php Cheers Seóras
  13. S

    how to generate a drop down list in search page

    Hi, can anyone tell me how to generate a drop down list on the search page for a table like the one in the demo here; http://www.dadabik.org/company_demo/index.php?function=show_search_form&table_name=products ? If this is done in the interface configurator then I can't see it. Cheers Seóras
  14. S

    Changing PDF file names to an icon

    Excellent! many thanks for your help Debbie works like a charm now. All the best Seóras
  15. S

    Changing PDF file names to an icon

    Hi, thanks, I did notice the two semi-colons eventually but I'm still having no luck with this. I have placed the code in the section beginning; line 2740: function get_field_correct_displaying ...... and after this: line 2808: default: // e.g. text, textarea and select sinlge I have set...
Top