CodeLobster IDE
http://codelobster.com/forum/

Why is my template not recognizig my scripts?
http://codelobster.com/forum/viewtopic.php?f=3&t=24447
Page 3 of 3

Author:  Admin [ Mon Apr 15, 2019 3:09 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Hi.

1) We should find out your web server settings.
Even simple PHP script doesn't work.

2) We asked You to run this script by the following URL:
http://localhost/se544/test.php
Does it work?
What does it show?

3) The following values should be entered in your previous screenshot:
Database host = 127.0.0.1
URL for project = http://localhost/se544/

Thanks,
Codelobster Team.

Author:  arnego2 [ Tue Apr 16, 2019 10:31 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Admin Wrote:
Hi.

1) We should find out your web server settings.
Even simple PHP script doesn't work.

2) We asked You to run this script by the following URL:
http://localhost/se544/test.php
Does it work?
What does it show?

3) The following values should be entered in your previous screenshot:
Database host = 127.0.0.1
URL for project = http://localhost/se544/

Thanks,
Codelobster Team.



Hi there

1) We should find out your web server settings.
Even simple PHP script doesn't work.
http://127.0.0.1/ We get the apatche Ubuntu Default Page,
In httpd.conf ServerRoot "/opt/lampp"
while http://127.0.0.1/test.php is found under /var/www/html/
localhost/info.php shows the php info page.


2) We asked You to run this script by the following URL:
http://localhost/se544/test.php
Does it work?
What does it show?

to 2.: Not Found
The requested URL http://localhost/se544/test.php was not found on this server.
Apache/2.4.18 (Ubuntu) Server at 127.0.0.1 Port 80



3) The following values should be entered in your previous screenshot:
Database host = 127.0.0.1
URL for project = http://localhost/se544/
Cannot create WordPress project because error:
Critical error: Cannot execute installation script
Check you project url


We've tried all kind of combinations no joy.
We set up up a data base and gave a username admin rights.
That is the outcome:
Cannot create WordPress project because error:
Critical error: Cannot execute installation script
Check you project url


Did 2 things changed permisssion of www in var.
Then we changed the installation URl to var/www/html and voila the wordpress instalation
installed just fine.

Now I'm facing the issue that Lampp is in opt and my localhost is fixed to var/www/html.
Any idea how to fix that?

Finally a light at the end of the tunnel.

Author:  Admin [ Wed Apr 17, 2019 8:41 am ]
Post subject:  Re: Why is my template not recognizig my scripts?

Hi.

We suppose the following problem on your PC:

You have installed 2 web servers: apache for Ubuntu and LAMPP.
And when apache is running LAMPP server can't start (on 80 port).

So You should decide which server You want to use,
run any simple PHP script (determine what folder corresponds to it),
and only after that try to use some framework wizard of Codelobster.

Regards,
Codelobster Team.

Author:  arnego2 [ Fri Apr 19, 2019 1:41 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Admin Wrote:
Hi.

We suppose the following problem on your PC:

You have installed 2 web servers: apache for Ubuntu and LAMPP.
And when apache is running LAMPP server can't start (on 80 port).


Thx all in all we got phpMyAdmin working.
Uninstalled Lampp and apache works ok
MySql is started, apache is started

Only issue remaining is the preview which gives us a 404
Not Found
The requested URL /index.php was not found on this server.
Apache/2.4.18 (Ubuntu) Server at localhost Port 80

Any idea how to make it work?

Author:  Admin [ Sat Apr 20, 2019 8:22 am ]
Post subject:  Re: Why is my template not recognizig my scripts?

Hi.

Where PHPMyAdmin is located?
And what URL it has?

You should place your scripts and projects into the neighboring folder.

Thanks,
Codelobster Team.

Author:  arnego2 [ Sun Apr 21, 2019 12:06 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Admin Wrote:
Hi.

Where PHPMyAdmin is located?
And what URL it has?

You should place your scripts and projects into the neighboring folder.

Thanks,
Codelobster Team.



Hi there
PHPMyAdmin is located in /etc/phpmyadmin and in /usr/share/phpmyadmin
Scripts are in var/www/html

regards

Author:  Admin [ Sun Apr 21, 2019 1:01 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Hi.

1) You system uses only one PHPMyAdmin.
What URL it has?

2) You get 404 error because your web server doesn't process
/www/html folder.

3) If PHPMyAdmin is located in /etc/phpmyadmin
than You should create a folder /etc/se544/
and it will be accessable by http://localhost/se544/

Thanks,
Codelobster Team.

Author:  arnego2 [ Sun Apr 28, 2019 2:26 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Admin Wrote:
Hi.

1) You system uses only one PHPMyAdmin.
What URL it has?

2) You get 404 error because your web server doesn't process
/www/html folder.

3) If PHPMyAdmin is located in /etc/phpmyadmin
than You should create a folder /etc/se544/
and it will be accessable by http://localhost/se544/

Thanks,
Codelobster Team.



Hi there
1.) http://127.0.0.1/phpmyadmin/ is the address.
PhpMyAdmin is located at /etc/ and the se544 folder was placed there with no different outcome as not found

2.) the /www/html folder is the localhost [127.0.0.1] folder on my toy.

3.) se544 folder was placed there with no different outcome as not found

Author:  Admin [ Sun Apr 28, 2019 2:32 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Hi.

In this case, the following URL should work: http://127.0.0.1/se544/test.php

Did You create test.php file in "se544" folder?

Thanks,
Codelobster Team.

Author:  arnego2 [ Sun Apr 28, 2019 4:15 pm ]
Post subject:  Re: Why is my template not recognizig my scripts?

Admin Wrote:
Hi.

In this case, the following URL should work: http://127.0.0.1/se544/test.php

Did You create test.php file in "se544" folder?

Thanks,
Codelobster Team.



I did just now and it works. The test.php I meant.

Thanks for your attention, and on Sunday, rare commitment.

Author:  Jackarce [ Sat Jun 22, 2019 8:56 am ]
Post subject:  Re: Why is my template not recognizig my scripts?

EdwardMac Wrote:
Same thing happened to me when I tried downloading Wordpress. Is there an issue with certain Wordpress versions or something?



I am attempting to design my own wordpress theme, but I'm having issues getting my JavaScript to work, and nothing I have researched seems to have the answer. If anyone can help me out I'd greatly appreciate it!

Page 3 of 3 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/