• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

myaac help

marcelomnzs

Member
Joined
Aug 9, 2019
Messages
121
Reaction score
17
Hello everyone.
I'm new to running ot.. I'm editing and tinkering with a project.

I've been having problems with some edits on my site, for example, when I need to edit something and it's on a .twig page, the edit doesn't happen.
I tried reinstalling (deleting config.local.php) and installing again but still the edit doesn't happen.

editing the paypal page in the shop, for example. as the donation is not falling automatically I would like to edit the message with the steps, to send an email, but the message says it is automatic.
i'm using myacc and gesior shop application.
 
Twig cache saves into system/cache/twig
I just ftp on and delete this whole folder whenever I make changes, rather than clearing the cache from the admin panel. (from what I remember I was doing this as items cache also gets removed. (this may have changed since), its been a while since I used release version as I use a customised dev version for the updated Admin panel.
 
Twig cache saves into system/cache/twig
I just ftp on and delete this whole folder whenever I make changes, rather than clearing the cache from the admin panel. (from what I remember I was doing this as items cache also gets removed. (this may have changed since), its been a while since I used release version as I use a customised dev version for the updated Admin panel.
hanks, it will be useful and more agile!
 
Let me get this straight...

1 - Go to config.php and change "prod" to "dev"
2 - Go to: http://127.0.0.1:8090/admin/?p=dashboard
* To clear the cache.
3 - I must enter: htdocs\system\templates
* To delete all files ending in ".twig" or just edit by removing the ending ".twig"?
4 - I must enter: htdocs\system\templates\library
* To delete all files ending in ".twig" or just edit by removing the ending ".twig"?

Correct?
The "index" file that is in the templates folder, must be deleted too?

Thank you for your attention! I'm lost on this.
 
Last edited:
Let me get this straight...

1 - Go to config.php and change "prod" to "dev"
2 - Go to: http://127.0.0.1:8090/admin/?p=dashboard
* To clear the cache.
3 - I must enter: htdocs\system\templates
* To delete all files ending in ".twig"
4 - I must enter: htdocs\system\templates\library
* To delete all files ending in ".twig"

Correct?
The "index" file that is in the templates folder, must be deleted too?

Thank you for your attention! I'm lost on this.

You have three choices

Choice #1
1. Make your changes to website files in system/templates/some_file.html.twig
2. Go to http://127.0.0.1:8090/admin/?p=dashboard
3. Clear cache
4. Refresh page

I noticed this didn't work every time for me, or I got logged out, so I didn't want to fuck around with it.
So, choice 2, my preferred choice

Choice #2
1. Make your changes to website files in system/templates/some_file.html.twig
2. Go to system/cache/twig
3. Delete all folders
4. Refresh page

Choice #3 (never used this one)
1. Change in config.php from prod to dev
2. Make your changes to website files in system/templates/some_file.html.twig
3. Refresh page

Good luck
 
You have three choices

Choice #1
1. Make your changes to website files in system/templates/some_file.html.twig
2. Go to http://127.0.0.1:8090/admin/?p=dashboard
3. Clear cache
4. Refresh page

I noticed this didn't work every time for me, or I got logged out, so I didn't want to fuck around with it.
So, choice 2, my preferred choice

Choice #2
1. Make your changes to website files in system/templates/some_file.html.twig
2. Go to system/cache/twig
3. Delete all folders
4. Refresh page

Choice #3 (never used this one)
1. Change in config.php from prod to dev
2. Make your changes to website files in system/templates/some_file.html.twig
3. Refresh page

Good luck

For editing locally, I recommend #3 option.

For editing on production, I would say first option is preferred.
 
Obrigado! Vou tentar editar a página: createaccount
Post automatically merged:

Thanks! I achieved!
 
Last edited:
Back
Top