Skip to main content

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

1
General Discussion / Re: Problems publishing
Yeps, the functions are there (full of code of course); Publish to a different carpet (\test2), but the same problem, it doesn't create the products folder; Later will install to Win10, maybe is a Win7 problem.

4
General Discussion / Re: Problems publishing
Yeps, In 01.System Info - Project Directory is "C:\xampp-5.6.30\htdocs\test1\"

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
Hi 2 All; I am new to PHPRad and I'am using the trial version, I am trying to publish a tiny app; Only one table "products" with an Id and description field but when I try to publish it, the "publisher" doesn't create the tables's pages, in the menu there is a link to Products but if I click it, the app gives an "Object not found" page; also looking in the htdocs folders there is no a products directory.

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