Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Αδυναμία εμφάνισης ρυθμισεων σε Windows 10 #5

Closed
runnerhavens opened this issue Jan 25, 2022 · 1 comment

Comments

@runnerhavens
Copy link

Dolibarr 14.0.5
MyData V1.6
Os: Windows 10
Δεν εμφανίζονται οι ρυθμίσεις του module,λόγω αδυναμιας εύρεσης του php_HTTP_Request2 αν δεν γίνει η εξής αλλαγή:
Στο αρχειο mydata/admin/setup.php
Γραμμή 355
set_include_path(DOL_DOCUMENT_ROOT."/custom/mydata/pear_modules/:usr/share/php/:/usr/share/pear/:/usr/lib/pear");
πρέπει να αλλάξει σε
set_include_path(DOL_DOCUMENT_ROOT."/custom/mydata/pear_modules/");
Δεν το βρίσκει δηλ,αν δεν αφαιρεθούν τα path του Unix.
Μια λύση ίσως ειναι να μπει σαν οδηγία στο readme.

@runnerhavens runnerhavens changed the title Αδυναμία εμφάνισης ρυθμισεων Αδυναμία εμφάνισης ρυθμισεων σε Windows 10 Jan 25, 2022
@runnerhavens
Copy link
Author

Διορθωθηκε στην V1.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant