Appgini Upload to Different Folder Than Images


  1. In the Navigation Menu at the top, there are certain links that I wish to brandish regardless of whether or not a user is logged in. I also do not want the links to announced inside a tabular array group. How do I do this?
  2. I merely downloaded AppGini and received a virus warning when trying to install. Help!
  3. When I save the project I'm working on, it doesn't update the database on the server? What practice I need to practice to go it to work?
  4. How to set permission for user at field level? I wish to brandish some fields to sure users, while other users should view another fields. How tin I do that?
  5. Tin nosotros limit the user/group admission in terms of period? For example if we wish to archive the data of a certain menses keeping the view permission only, without delete or modify permission?
  6. Does AppGini back up barcode/QR code readers? How to use AppGini as a indicate of auction (POS) application?
  7. I turned 'maintenance mode' on from the admin area so accidentally signed out as admin. Now I'm locked out and can't sign in.
  8. I added a new field to a table in my projection and regenerated the application. Which files should I upload to my server?
  9. When trying to alter the table icon in AppGini, I get an error message "ActiveX component can't create object", and I run across blank boxes with no icons.
  10. In AppGini, some of the fields have a red colour, some blueish, and some with dissimilar icons in the left tree-view. What is the meaning of all the colors and icons?
  11. I have a time field in my application that stores the record modification time. It used to display the time correctly until I upgraded to AppGini 4.70. Information technology's at present 5 hours late.
  12. I could not upload a 20MB file fifty-fifty when setting upwardly the field to permit so. Tried recreate the field but all the same failed.
  13. After generating the application, I wanted to change the data type of a field. So, I changed it in AppGini then regenerated the application afterward. But the actual field did not change.
  14. I forgot the admin password. How can I reset it?
  15. How tin I install AppGini in linux/MacOS?
  16. Is it possible to import a CSV file into AppGini?
  17. If I use a tertiary-party grade (for example a contact course ... etc) to populate a table in my database, can my AppGini application meet and work with the submitted information?
  18. I want to accept a rich (HTML) area field, only I want to be able to edit its HTML source code equally well. Is this possible?
  19. Can I build a site like amazon.com using AppGini?
  20. Can AppGini build a payroll/60 minutes/bookkeeping/inventory .. etc awarding for our company?
  21. I'm getting the fault message 'no suitable wrapper could exist found' for a field that I configured every bit a Youtube video.
  22. I get a bare page (or 501 server error message) in my app afterwards I click a button/link

Q. In the Navigation Carte du jour at the height, in that location are certain links that I wish to display regardless of whether or not a user is logged in. I also practice not desire the links to announced within a table group. How practice I exercise this?

A. You tin add links to the navigation carte by adding some JavaScript code to hooks/footer-extras.php
For example:

<script>$j(function(){     $j('nav .navbar-collapse').append(            '<ul class="nav navbar-nav">' +                '<a href="link-url" class="btn btn-default navbar-btn">Test Link</a>' +            '</ul>'     ); })</script>

Dorsum to acme


Q. I but downloaded AppGini and received a virus warning when trying to install. Help!

A. Nosotros have a very strict security policy in our AppGini development environment, and brand sure to keep it make clean and isolated. If you meet such warning, first please brand certain y'all are downloading AppGini from our official website, https://bigprof.com/appgini/. You tin can too audit the download link, without downloading anything to your PC, using virustotal.com, a free online virus scanning service by Microsoft that scans whatsoever link using seventy+ antivirus programs. Here is a link to the virus scan results of AppGini on virustotal that indicates AppGini is 100% clean. You lot can refresh the scan results to run a new browse in there.

Back to top


Q. When I relieve the projection I'1000 working on, it doesn't update the database on the server? What do I need to do to get it to piece of work?

A. To update the database, y'all need to generate the application (saving the project doesn't create/update the application files). If prompted to overrite existing awarding files, you lot should overwrite all (unless y'all manually modified anything exterior the hooks binder) and and then upload the generated files to your server, overwriting existing files.

If you made changes before, that aren't applied to the database even after following these steps, just go to the admin area > Utilities carte du jour > Rebuild fields. From there, yous can easily set any missing/changes fields.

Dorsum to top


Q. How to set permission for user at field level? I wish to display some fields to certain users, while other users should view some other fields. How can I exercise that?

A. This is unfortunately non currently implemented though we might implement it in future releases. However, you lot can utilise hooks to write custom lawmaking for implementing this.
Also cheque AppGini Customization Course on Udemy (not free only has some lessons that are free to preview); or search for hooks-related questions and answers on the forum.

Back to top


Q. Tin we limit the user/group admission in terms of period? For example if we wish to archive the data of a certain period keeping the view permission only, without delete or alter permission?

A. If you wish to avert doing it using hooks, you could let users to edit information owned by their group. At the terminate of each twelvemonth/catamenia, change the possessor of records to another group. This way, users won't be able to edit the records not belonging to their group.

Back to peak


Q. Does AppGini support barcode/QR code readers? How to employ AppGini as a point of sale (POS) awarding?

A. Barcode readers work as keyboards … so there is no special setup for using them. Just focus the cursor on the field were you want to enter the barcode, browse the code, and you should now run into it displayed in the field. For a POS app, yous should typically accept an item lookup field in your order details tabular array … when opening the lookup, you'd see a search box … you should browse the barcode into that box to select the item.

Dorsum to top


Q. I turned 'maintenance mode' on from the admin area then accidentally signed out as admin. Now I'1000 locked out and tin can't sign in.

A. To disable maintenance mode manually if you're non signed in as admin, you need to delete the file "admin/.maintenance". Yous can practise so via FTP or shell admission to your web server.

Back to top


Q. I added a new field to a table in my project and regenerated the awarding. Which files should I upload to my server?

A. You can safely upload all the generated files. Just if you lot desire to upload only the inverse files (due to bandwidth limitations or because you made modifications to the files on the server that yous don't want to override .. etc), hither is a list of all files that are affected when you modify a table in your project, assuming your tabular array is named tablename:

  • tablename_dml.php
  • tablename_view.php
  • templates\tablename-ajax-cache.php
  • templates\children-tablename-printable.php
  • templates\children-tablename.php
  • templates\tablename_templateDV.html
  • templates\tablename_templateDVP.html
  • templates\tablename_templateTV.html
  • templates\tablename_templateTVS.html
  • incCommon.php
  • updateDB.php
  • link.php
  • ajax_combo.php
  • import-csv.php
  • parent-children.php
  • admin\pageRebuildFields.php
  • admin\incFunctions.php

So, instead of uploading all the generated files, you lot could upload the in a higher place ones. Over again, please beware that the first 9 files to a higher place are table-specific and tablename should be replaced with the actual name of the modified table. The last three ones are common files with stock-still file names.

Tip: The above list might change in hereafter releases. Too, if the new field is set up equally a lookup field, the parent tabular array files might also alter. Keeping rail of which files change can be hard. But y'all can make information technology much easier to runway changed files by using TortoiseGit, as explained in this screencast.

Back to top


Q. When trying to change the tabular array icon in AppGini, I get an error message "ActiveX component tin can't create object", and I run into blank boxes with no icons.

A. This indicates a missing component in your Windows Bone. To fix this, delight download and unzip this file into your Windows/System32 binder, then run this command from a control prompt (Start menu > Run > type "cmd" without quotes and click Enter):

regsvr32 C:\Windows\System32\wiaaut.dll

This should resolve this fault.

Back to top


Q. In AppGini, some of the fields take a red color, some blue, and some with dissimilar icons in the left tree-view. What is the pregnant of all the colors and icons?

A. The red color means a required field (a field set to "Can't exist empty"), the blue is a field containing a web or email link. Here is a legend of the unlike colors and icons for your reference.
A legend for icons and colors of fields in AppGini

Back to superlative


Q. I have a time field in my application that stores the record modification time. Information technology used to display the time correctly until I upgraded to AppGini 4.seventy. It's now 5 hours belatedly.

A. AppGini iv.seventy introduced the option to specify the time zone for your application. And the default fourth dimension zone is New York (EST). To change that, open your project in AppGini, and from the database properties page click on the button labeled "Change time zone", select your desired fourth dimension zone, and regenerate your awarding.

Dorsum to top


Q. I could not upload a 20MB file even when setting up the field to allow so. Tried recreate the field but still failed.

A. In add-on to the upload size setting in AppGini, y'all should also check the variable "upload_max_filesize" in the "php.ini" config file. Brand sure it'due south larger than the size of your file.

Back to top


Q. Afterwards generating the application, I wanted to alter the data blazon of a field. So, I changed information technology in AppGini then regenerated the application later. But the actual field did not change.

A. AppGini supports applying field changes automatically to the database, only sometimes the changes won't apply correctly.

To employ the changes manually go to the admin area > Utilities menu > Rebuild fields. From at that place you tin cheque if any fields are not upwards-to-date and fix them.

Back to top


Q. I forgot the admin password. How can I reset information technology?

A. You can reset your password by opening the "config.php" file, find the line starting with:

'adminPassword' =>          

And alter it to:

'adminPassword' => '21232f297a57a5a743894a0e4a801fc3',

Adjacent stride, using phpMyAdmin or a similar MySQL administration tool, open up/select your database and go to the membership_users table .. find the admin user and change the passMD5 field value to 21232f297a57a5a743894a0e4a801fc3. Y'all can alternatively do so by executing this query:

UPDATE `membership_users` Set up `passMD5`='21232f297a57a5a743894a0e4a801fc3' WHERE `memberID`='admin'

Change admin in the above query to the actual administrator username.

Now, you can log into the admin area using the password admin. You should then change the countersign from the admin settings page.

Dorsum to top


Q. How can I install AppGini in linux/MacOS?

A. Although nosotros don't fully support installing AppGini on not-Windows platforms, you might exist able to run AppGini under Linux using PlayOnLinux and under Mac OS using PlayOnMac.

You lot could also install AppGini nether Wine by following these steps:

  1. Brand sure you have Wine (preferably the latest version) installed and running correctly.
  2. Download Winetricks: you can download it using this command from a terminal window: wget http://kegel.com/wine/winetricks
  3. In the same last window, execute this control: sh winetricks vcrun6 wsh56
  4. Download AppGini and extract the setup.exe file from the downloaded zip file.
  5. Yous might need to grant execute permission to the exe file. Consult your OS documentation for how to do so.
  6. finally, execute the setup.exe file and follow the setup screens.

After following the above steps, you should now have AppGini installed and fix to run. An easier very low price alternative is to install AppGini in a remotely-hosted Windows virtual machine ... This would relieve yous a lot of setup time and endeavor.

Back to pinnacle


Q. Is it possible to import a CSV file into AppGini?

A. Update as of AppGini v.90 and in a higher place: You can let some user groups to import CSV files to your database through an intuitive CSV import page. Please see the screencast explaining how the new CSV import folio works, and how to enable it for specific user groups.

Yeah, this can exist washed on 2 steps: importing the field names (if the tabular array doesn't already exist), and then importing the data.

To import the field names from your csv file into AppGini, open the file menu > Import > Tabular array from CSV file. And so follow the instructions.

Subsequently generating the php application and uploading information technology to your server, you lot can import data from your csv file into the application. First, log into the admin expanse, so click the link labeled "Import CSV data", and follow the instructions.

Dorsum to top


Q. If I use a third-party form (for case a contact form ... etc) to populate a table in my database, tin my AppGini application run across and piece of work with the submitted data?

A. Yes. You can apply any form to capture and shop the information into the database. Whatever records added by this form will so be accessible to your AppGini application. However, just the users who have "view all" access to the table populated by your contact class will be able to view the records ... If you have configured your AppGini awarding (in the admin area) to have groups who can view group-only or possessor-only records, they won't exist able to encounter those new records.

Back to top


Q. I want to accept a rich (HTML) expanse field, just I want to be able to edit its HTML source code as well. Is this possible?

A. The rich editor component that comes with AppGini doesn't support code editing ... So, yous should use this NicEditor version instead (unzip and copy the two files to the binder where you generated your application, replacing the existing ones).

The next step is to open the generated "templates/tablename_templateDV.html" file in a text editor (where tablename is the name of the concerned table) and find this line:

new nicEditor().panelInstance('fieldname');

(where fieldname is the name of the concerned field) ... Change that to:

new nicEditor({ fullPanel : true }).panelInstance('fieldname');

Back to meridian


Q. Can I build a site like amazon.com using AppGini?

A. No! An avant-garde spider web application contains many specialized views, reports and workflows that AppGini can't assistance you with. However, AppGini tin aid y'all get a very quick working prototype of the data views of your application so you can easily place the features you lot'd similar to implement ... Information technology can also help you build a simple responsive admin expanse where you can add, edit, sort, and search for information using your PC or any mobile device. Although this might not sound as much, it still tin save yous tens or even hundreds of development man-hours, and helps y'all easily communicate your application idea and details to your developers so they tin become started building your next amazon.com :)

Back to peak


Q. Can AppGini build a payroll/Hr/bookkeeping/inventory .. etc application for our company?

A. AppGini can help y'all rapidly design and prototype your payroll or whatever other database system. In a very short fourth dimension, yous'd be able to have a multi-user data entry app for your system with configurable user/grouping permissions. At this betoken, you'd have already saved hundreds of man-hours in design, prototyping, development and testing.

From in that location, you might need to extend your awarding by adding reports, validation rules, workflows, ... etc. Although AppGini doesn't automatically create those for you, it does offer easy customization through hooks. Hooks allow you lot to write minimal code to add extra features .. and we have many resource to assistance yous with that, including the online documentation and our 3.5 hours video class ... You can also search the topics on our forum or mail service your questions where thousands of users are willing to help you.

In improver to customization through hooks, we provide various plugins to extend the functionality of AppGini apps by adding custom search pages, summary reports, batch actions, calendars, and layout customization. For details please bank check our products page.

Back to top


Q. I'g getting the error bulletin 'no suitable wrapper could exist found' for a field that I configured as a Youtube video.

A. Your server must have the allow_url_fopen holding set to true. You can prepare information technology in php.ini, the php configuration file. If y'all don't have access to that file, yous should contact your server ambassador to enable it.

Back to top


Q. I get a bare folio (or 501 server fault message) in my app after I click a push button/link

A. Usually there is a more specific error bulletin reported by your server that would help diagnose this upshot. Please check your server error log file for the exact mistake that occured. The location of the mistake log file varies based on OS, type of spider web server and the way the spider web server is configured.

For case, if your server Os is Ubuntu/Debian with Apache spider web server, the location is typically /var/log/apache2/error.log. A quick google search would typically assist you detect the exact location.

One time you lot've constitute the logged fault message, if you are unable to fix the effect yourself, feel free to ship it to us via a support bulletin, or mail it to the forum.

Back to top


phillipslative.blogspot.com

Source: https://bigprof.com/appgini/faqs

0 Response to "Appgini Upload to Different Folder Than Images"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel