1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - Carlopiza
2
General Discussion / Re: Problems publishing
@Carlopiza please check that you can see the file ProductsController.php in C:\xampp-5.6.30\htdocs\test1\app\controllers.
Yeps, it's there.
3
General Discussion / Re: Problems publishing
MySQL : 10.1.21-MariaDB
4
General Discussion / Re: Problems publishing
Publish creates the standart PHPRad system files:
C:\xampp-5.6.30\htdocs\test1\languages
C:\xampp-5.6.30\htdocs\test1\libs
C:\xampp-5.6.30\htdocs\test1\logs
C:\xampp-5.6.30\htdocs\test1\system
C:\xampp-5.6.30\htdocs\test1\uploads
C:\xampp-5.6.30\htdocs\test1\vendor
C:\xampp-5.6.30\htdocs\test1\.htaccess
C:\xampp-5.6.30\htdocs\test1\composer.json
C:\xampp-5.6.30\htdocs\test1\composer.lock
C:\xampp-5.6.30\htdocs\test1\config.php
C:\xampp-5.6.30\htdocs\test1\index.php
C:\xampp-5.6.30\htdocs\test1\app
C:\xampp-5.6.30\htdocs\test1\assets
C:\xampp-5.6.30\htdocs\test1\helpers
but no the specifically project files like (in my case):
http://localhost/test1/products
5
General Discussion / Problems publishing
I'am using Windows 7, 64bits, 16gb ram, XAMPP 5.6. (local server)
The database and table I create in PHPRad is there in MariaDB. (using PHPMyAdmin)
When I create a project; In the Server Radio buttom, if I choose "PHP Internal server" it creates all the pages but using "Web Server (Apache)", it doesn't .
Any idea which is the problem?
Thx in Adv.
Carlos