Hello!
I installed phpayv2.0.2 with mysql database
I updated the patched files, the problems are:
1) When we add Sections, the system doesnt list them, so we cannot modify or update each
2)When we add Articles Groups, the system doesnt list them, so we cannot modify or update each
3) We added two articles in two different sections/groups, when we go to the front, we click
on section and then in group... nothing comes up!!!!
The articles doesnt appears unless we search them
Thanks very much if you can help us
Greetings
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Perhaps you use english admin and entered only german [de] section and group names (1+2)?
Same with items (3). phPay has no information to show in your choosen language.
Greeetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you very much Andreas for your orientation,
I am only using spanish language, i erased every other languages in languages section in back admin and putted it to default, so if this is the problem, what can i do for it, and what can i help you back?
Best greetings
Jess
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have a look into database, if there are the correct values for langID (same as your Spanish languages has).
Or make a output of $langID in lib.inc.php.
If you give 3 as second argument for function db_query(), it outputs the query. So you can see what is where requested ...
Example: db_query("SELECT * FROM item", 3) or db_die();
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I installed phpayv2.0.2 with mysql database
I updated the patched files, the problems are:
1) When we add Sections, the system doesnt list them, so we cannot modify or update each
2)When we add Articles Groups, the system doesnt list them, so we cannot modify or update each
3) We added two articles in two different sections/groups, when we go to the front, we click
on section and then in group... nothing comes up!!!!
The articles doesnt appears unless we search them
Thanks very much if you can help us
Greetings
All together sound like a problem with languages.
Perhaps you use english admin and entered only german [de] section and group names (1+2)?
Same with items (3). phPay has no information to show in your choosen language.
Greeetings,
Andreas.
Thank you very much Andreas for your orientation,
I am only using spanish language, i erased every other languages in languages section in back admin and putted it to default, so if this is the problem, what can i do for it, and what can i help you back?
Best greetings
Jess
Have a look into database, if there are the correct values for langID (same as your Spanish languages has).
Or make a output of $langID in lib.inc.php.
If you give 3 as second argument for function db_query(), it outputs the query. So you can see what is where requested ...
Example: db_query("SELECT * FROM item", 3) or db_die();
Greetings,
Andreas.
Thank you again Andreas, I will try today...:-)