--
You received this message because you are subscribed to a topic in the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orangescrum-community-support/Sszrbc_MEmc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orangescrum-communit...@googlegroups.com.
To post to this group, send email to orangescrum-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orangescrum-community-support/41df2e0e-7e65-46a1-b62b-82d1e567ee61%40googlegroups.com.
So when i do the import, I go to where I have the zip file extracted (In my case another folder on my C drive) and select the database.sql file. I was wondering if I need to be using the whole zip file instead, and if so, how do I get phpMyAdmin to import a large zip file such as orangescrum?When you do the step to import the database in phpMyAdmin:At this point I have NOT copied the orangescrum-master folder (extracted from zip file) to C:\xampp\htdocs.
On Thu, May 26, 2016 at 6:05 PM, Sunnmann <jason....@gmail.com> wrote:
Thank you for all the help so far, I am going to try that when I get back to work tomorrow or later that night.
On Thu, May 26, 2016 at 3:24 PM, Mircea Constantinescu-Dobra <mircea.d...@gmail.com> wrote:
Hi Jason,
then I suggest to do :
- check the Apache server log
- enable debug mode in Orangescrum (change Configure::write('debug',0); to Configure::write('debug',1); in \app\Config\core.php
- check again the Apache server log
- check Orangescrum log at \app\tmp\logs\
Also, you could write a simple script to test connectivity to the database (see exemple at http://www.w3schools.com/php/php_mysql_connect.asp)
regards,
Mircea
--
You received this message because you are subscribed to a topic in the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orangescrum-community-support/Sszrbc_MEmc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orangescrum-community-support+unsub...@googlegroups.com.
To post to this group, send email to orangescrum-community-support@googlegroups.com.
here is the error line from the error.log from Apache:
[Fri May 27 14:41:02.135061 2016] [:error] [pid 5160:tid 1660] [client ::1:50213] PHP Fatal error: Cannot use 'String' as class name as it is reserved in C:\\xampp\\htdocs\\orangescrum-master\\lib\\Cake\\Utility\\String.php on line 25, referer: http://localhost/orangescrum-master/
On Friday, May 27, 2016 at 2:35:14 PM UTC-5, Jason Dykstra wrote:
So when i do the import, I go to where I have the zip file extracted (In my case another folder on my C drive) and select the database.sql file. I was wondering if I need to be using the whole zip file instead, and if so, how do I get phpMyAdmin to import a large zip file such as orangescrum?When you do the step to import the database in phpMyAdmin:At this point I have NOT copied the orangescrum-master folder (extracted from zip file) to C:\xampp\htdocs.
On Thu, May 26, 2016 at 6:05 PM, Sunnmann <jason....@gmail.com> wrote:
Thank you for all the help so far, I am going to try that when I get back to work tomorrow or later that night.
On Thu, May 26, 2016 at 3:24 PM, Mircea Constantinescu-Dobra <mircea.d...@gmail.com> wrote:
Hi Jason,
then I suggest to do :
- check the Apache server log
- enable debug mode in Orangescrum (change Configure::write('debug',0); to Configure::write('debug',1); in \app\Config\core.php
- check again the Apache server log
- check Orangescrum log at \app\tmp\logs\
Also, you could write a simple script to test connectivity to the database (see exemple at http://www.w3schools.com/php/php_mysql_connect.asp)
regards,
Mircea
--
You received this message because you are subscribed to a topic in the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orangescrum-community-support/Sszrbc_MEmc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orangescrum-communit...@googlegroups.com.
To post to this group, send email to orangescrum-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orangescrum-community-support/41df2e0e-7e65-46a1-b62b-82d1e567ee61%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orangescrum-community-support/Sszrbc_MEmc/unsubscribe.
To view this discussion on the web visit https://groups.google.com/d/msgid/orangescrum-community-support/203c2097-590b-457c-9d88-713d6978e6a5%40googlegroups.com.To unsubscribe from this group and all its topics, send an email to orangescrum-communit...@googlegroups.com.
To post to this group, send email to orangescrum-co...@googlegroups.com.
here is the error line from the error.log from Apache:
[Fri May 27 14:41:02.135061 2016] [:error] [pid 5160:tid 1660] [client ::1:50213] PHP Fatal error: Cannot use 'String' as class name as it is reserved in C:\\xampp\\htdocs\\orangescrum-master\\lib\\Cake\\Utility\\String.php on line 25, referer: http://localhost/orangescrum-master/
On Friday, May 27, 2016 at 2:35:14 PM UTC-5, Jason Dykstra wrote:
So when i do the import, I go to where I have the zip file extracted (In my case another folder on my C drive) and select the database.sql file. I was wondering if I need to be using the whole zip file instead, and if so, how do I get phpMyAdmin to import a large zip file such as orangescrum?When you do the step to import the database in phpMyAdmin:At this point I have NOT copied the orangescrum-master folder (extracted from zip file) to C:\xampp\htdocs.
On Thu, May 26, 2016 at 6:05 PM, Sunnmann <jason....@gmail.com> wrote:
Thank you for all the help so far, I am going to try that when I get back to work tomorrow or later that night.
On Thu, May 26, 2016 at 3:24 PM, Mircea Constantinescu-Dobra <mircea.d...@gmail.com> wrote:
Hi Jason,
then I suggest to do :
- check the Apache server log
- enable debug mode in Orangescrum (change Configure::write('debug',0); to Configure::write('debug',1); in \app\Config\core.php
- check again the Apache server log
- check Orangescrum log at \app\tmp\logs\
Also, you could write a simple script to test connectivity to the database (see exemple at http://www.w3schools.com/php/php_mysql_connect.asp)
regards,
Mircea
--
You received this message because you are subscribed to a topic in the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orangescrum-community-support/Sszrbc_MEmc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orangescrum-community-support+unsub...@googlegroups.com.
To post to this group, send email to orangescrum-co...@googlegroups.com.