Help trying to set up test environment testing/tutorials #389
-
Hello Astroid Community
I believe that the below is preventing me from installing Astroid 3: Dragging and dropping: astroid-framework-3.zip Here in Joomla/System/Install/Extensions/Upload on my MAMP Pro Virtual Host Results in: Installation of the library was successful. But the Astroid Framework does not show up in Templates! a) In Joomla/System/Information/Warnings: WarningPHP Upload Size bigger than POST size. And WarningSmall PHP maximum POST size. b) Here in Joomla/System/Information/System Information: I see: PHP Version: 8.2.0 c) Here in Joomla/System/Information/System Information/PHP Settings: I see: Upload Max Filesize 32M d) Here in Joomla/System/Install/Extensions/Upload Package I see Maximum upload size: 8.00 MB e) Here in I can navigate to the folder php8.2.0 And in line 705 I find “post_max_size = 8M” And change it to “post_max_size = 32M” I stop/restart server and clear cache. No changes ripple through… I think I have some kind of fundamental mismatch going on. Maybe not mapping data bases. Or what ever. https://www.youtube.com/@Astroid-Joomla-Seamlessly Can some one help me out? Thanks for any help Paul |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
Astroid package only 3MB. So I think it's not problem. May you record a video about your issue? It is easy for me to find solution. Best Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @sonvnn I am using this as a rough road map but there are mistakes in it: I am probably missing some really basic MAMP setting and would like to do a video of this working when it works for future reference… Also with the Astroid install for a test environment... With MAMP installed:
Setup Site Name: Enter the real name of your Super User. *: NEXT Go here: http://localhost:8888/Astroid003MAMP/installation/index.php?view=remove&layout=default And do as shown in the video: Thank you for your time |
Beta Was this translation helpful? Give feedback.
-
Try: |
Beta Was this translation helpful? Give feedback.
-
Adresse to reach websites —> http://localhost/mainwebfolder/folderclient/ For sure, this is what I like to do but it give an idea of what you can do. |
Beta Was this translation helpful? Give feedback.
-
If any one has any ideas am all ears. Did NOT CHANGED as I am guessing “off” is good!?! Below the numbers at the front are the code line numbers 126 output_buffering WAS: 859 upload_max_filesize = 32M 705 post_max_size = 32M 421 max_input_time = 60 432 memory_limit = 128M NOW IS: 859 upload_max_filesize = 32M 705 post_max_size = 150M 421 max_input_time = 1000 432 memory_limit = 1000M |
Beta Was this translation helpful? Give feedback.
-
In case this is useful to any one else… Have made changes suggested above and still not working for me though will do more digging next week... ![]() |
Beta Was this translation helpful? Give feedback.
-
@paurray — Do you still have the problem? What can be tweaked up. |
Beta Was this translation helpful? Give feedback.
-
@Chacapamac thanks for getting back about this. On a side note I have a nasty feeling that the old blue elephant has got lost in the Jungle: https://x.com/mamp_en/status/1737114424400572698?s=20 Will miss the versioning etc but I have been using and am very happy with Herd for about 4 months now. Just do not see MAMP being updated EVER! |
Beta Was this translation helpful? Give feedback.
@paurray — Do you still have the problem?
What can be tweaked up.
;Comment Out —> output_buffering = 4096
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 300 ; Maximum amount of time each script may spend parsing request data
memory_limit = 256M ; Maximum amount of memory a script may consume (32MB)
file_uploads = On ; Whether to allow HTTP file uploads
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified (; in front of the line))
upload_max_filesize = 100M ; Maximum allowed size for uploaded files
and
post_max_size = 150M ;Maximum size of POST data that PHP will accept. (Need to be bigger …