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

Your udemy MVC Login course #77

Open
fastmarketo opened this issue Jan 15, 2021 · 9 comments
Open

Your udemy MVC Login course #77

fastmarketo opened this issue Jan 15, 2021 · 9 comments

Comments

@fastmarketo
Copy link

I am subscribed to your udemy MVC Login course and did exactly the way you told me in the video.
image

I am getting error:
image

This file seems to be missing:
\composer/autoload_static.php see here:
image

@daveh
Copy link
Owner

daveh commented Jan 16, 2021

It could be a cache issue - try deleting the entire vendor folder and running composer install again

@fastmarketo
Copy link
Author

Sir, the autoload_static.php file that it claims to be missing is not even there in your github repository. Please see:
image

Or I am a beginner and a fool who doesn't know something or missing some foundation knowledge?

@ChrisToxz
Copy link

autoload_static is generated by composer.
Did you run composer update ?

@fastmarketo
Copy link
Author

It worked.
image
image

@fastmarketo
Copy link
Author

fastmarketo commented Jan 16, 2021

Hi There, on XAMPP virtual server is configured like this →
image

My Pseudo/Vhost mvclogin.com is pointing correctly to the public folder:

<VirtualHost *:80>
DocumentRoot "G:/codegorithm/PHP/daveh/mvclogin/public/"
ServerName mvclogin.com
<Directory "G:/codegorithm/PHP/daveh/mvclogin/public/">
Allow from all
Require all granted
Options Indexes
</Directory>
</VirtualHost>

Still URL not Found →
image

mvclogin

This also could be a cache issue? or .htaccess issue?

@daveh
Copy link
Owner

daveh commented Jan 17, 2021

@fastmarketo Please can you ask for support for the course inside the Q&A section on the course itself in Udemy? That way other students can benefit from and contribute to the discussion. Thanks!

@fastmarketo
Copy link
Author

fastmarketo commented Jan 17, 2021

Sure, Thanks. their question and answer section is slightly boring.

@fastmarketo
Copy link
Author

fastmarketo commented Jan 17, 2021

Sir, before you close this ticket. I have a request.

You are such a knowledgeable person can you create a course in the future to create an e-commerce store independent of any framework, but only in: PHP, MYSQL, AJAX, and PDO.

Additionally, in case you can create an emphasis on how hooks are created as in WordPress.
Lastly, maybe an additional project/course or one element of the same requested course where you can create a small e-commerce plugin for WordPress(like woocommerce).

I will be the first one among many who will buy the course.

@daveh
Copy link
Owner

daveh commented Jan 17, 2021

I'm always on the lookout for new course ideas, so I'll add that to my list! Thanks!

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

3 participants