The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Need Help Connection to UserSpice - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Need Help Connection to UserSpice (/showthread.php?tid=133) |
Need Help Connection to UserSpice - edenitx - 05-18-2016 Hello I am kind of still in stages of learning more i already do have knowledge about coding, analyzing the code where and how to but i am having a bit trouble trying to set up this and i want to learn and know what i need to do. I am using wamp server for testing, i already imported database.sql under my db myaccount. I was checking tutorial but it only shows for UserSpice 3.0 which it has different folders i did not see the modules. I am trying to set it up and get it show and work, can someone help me out with this and direct me to where i can read about this what i need to do, thank you. Need Help Connection to UserSpice - mudmin - 05-19-2016 So, in version 4.x, you don't have to do any sort of importing. All you do is create a blank database in the phpmyadmin. Then, you go in your browser and navigate to the folder that you unzipped userspice. For instance, if it was in the c:\www\us4 folder (for WAMP), you just go to localhost/us4 in your browser That will automatically guide you through the install. After you get to the "cleanup" page of the installer, you're given a link to go to your new userspice "home" page that gives you instructions from there. If I can be of any more help, please don't hesitate to ask. Need Help Connection to UserSpice - edenitx - 05-19-2016 Thank You for your respond. I did that and i went through the process but now after the install was done i get this. Warning: require_once(C:/wamp/wwwC:\wamp\www\MyAccount/users/helpers/helpers.php): failed to open stream: Invalid argument in C:\wamp\www\UserSpice4.0.0\core\init.php on line 23 Call Stack # Time Memory Function Location 1 0.0050 130416 {main}( ) ...\index.php:0 2 0.0060 153712 require_once( 'C:\wamp\www\UserSpice4.0.0\users\includes\frontend\header.php' ) ...\index.php:1 3 0.0070 168888 require_once( 'C:\wamp\www\UserSpice4.0.0\core\init.php' ) ...\header.php:21 and this Fatal error: require_once(): Failed opening required 'C:/wamp/wwwC:\wamp\www\MyAccount/users/helpers/helpers.php' (include_path='.;C:\php\pear') in C:\wamp\www\UserSpice4.0.0\core\init.php on line 23 Call Stack # Time Memory Function Location 1 0.0050 130416 {main}( ) ...\index.php:0 2 0.0060 153712 require_once( 'C:\wamp\www\UserSpice4.0.0\users\includes\frontend\header.php' ) ...\index.php:1 3 0.0070 168888 require_once( 'C:\wamp\www\UserSpice4.0.0\core\init.php' ) ...\header.php:21 I know that something is not right but i cant understand what i need to change. Thank You Need Help Connection to UserSpice - brian - 05-19-2016 Since you are just starting out, I might recommend you start with the Alpha 4 build. Why? Because the key changes that were made to some architectural elements are more or less frozen, and we will enter "Beta" phase soon, so you will be fine going with the Alpha 4 at the moment (or we can post what should be the beta for you). The reason for this, is that based on the text of the errors I see, I suspect the paths were not entered correctly. In UserSpice 4.0, it required the user to enter the paths. In 4.1, the paths are automatically detected and will avoid the problems you are having. If you want to stay with what you have, then I will defer to @mudmin since he knows that section of the init a little better. Need Help Connection to UserSpice - mudmin - 05-20-2016 That's definitely a path issue. Because you're using WAMP and it looks like you set you unzipped your userspice 4.0 in c:\ c:\wamp\www\UserSpice4.0.0 you need to edit the path in the core\init.php to read /UserSpice4.0.0/ If you have problems because of the periods in your folders I'd just rename the folder to us4 and change your path in init.php to /us4/ That said, US 4.1 Alpha is a superior product. If I were building something new I'd start there and know that there to play around and know that the full release of 4.1 is coming next week. Need Help Connection to UserSpice - edenitx - 05-20-2016 Thank You for your respond. I redid the installation. It is saying this a lot of errors. Database connection successful! Error performing query ' CREATE TABLE Code: email Code: id Code: website_name Code: smtp_server Code: smtp_port Code: email_login Code: email_pass Code: from_name Code: from_email Code: transport Code: verify_url Code: email_act Error performing query ' INSERT INTO Code: email Code: id Code: website_name Code: smtp_server Code: smtp_port Code: email_login Code: email_pass Code: from_name Code: from_email Code: transport Code: verify_url Code: email_act Error performing query ' CREATE TABLE Code: keys Code: id Code: stripe_ts Code: stripe_tp Code: stripe_ls Code: stripe_lp Code: recap_pub Code: recap_pri Error performing query ' CREATE TABLE Code: pages Code: id Code: page Code: private Error performing query ' INSERT INTO Code: pages Code: id Code: page Code: private Error performing query ' CREATE TABLE Code: permissions Code: id Code: name Error performing query ' INSERT INTO Code: permissions Code: id Code: name Error performing query ' CREATE TABLE Code: permission_page_matches Code: id Code: permission_id Code: page_id Error performing query ' INSERT INTO Code: permission_page_matches Code: id Code: permission_id Code: page_id Error performing query ' CREATE TABLE Code: profiles Code: id Code: user_id Code: bio Error performing query ' INSERT INTO Code: profiles Code: id Code: user_id Code: bio This is the Admin\'s bio. '), (2, 2, 'This is your bio'), (18, 18, 'This is your bio'); ': Error performing query ' CREATE TABLE Code: settings Code: id Code: recaptcha Code: force_ssl Code: login_type Code: css_sample Code: us_css1 Code: us_css2 Code: us_css3 Code: css1 Code: css2 Code: css3 Code: site_name Code: language Code: track_guest Code: site_offline Code: force_pr Code: reserved1 Code: reserverd2 Code: custom1 Code: custom2 Code: custom3 Error performing query ' INSERT INTO Code: settings Code: id Code: recaptcha Code: force_ssl Code: login_type Code: css_sample Code: us_css1 Code: us_css2 Code: us_css3 Code: css1 Code: css2 Code: css3 Code: site_name Code: language Code: track_guest Code: site_offline Code: force_pr Code: reserved1 Code: reserverd2 Code: custom1 Code: custom2 Code: custom3 Error performing query ' CREATE TABLE Code: users Code: id Code: email Code: username Code: password Code: fname Code: lname Code: permissions Code: logins Code: account_owner Code: account_id Code: company Code: stripe_cust_id Code: billing_phone Code: billing_srt1 Code: billing_srt2 Code: billing_city Code: billing_state Code: billing_zip_code Code: join_date Code: last_login Code: email_verified Code: vericode Code: title Code: active Code: custom1 Code: custom2 Code: custom3 Code: custom4 Code: custom5 Error performing query ' INSERT INTO Code: users Code: id Code: email Code: username Code: password Code: fname Code: lname Code: permissions Code: logins Code: account_owner Code: account_id Code: company Code: stripe_cust_id Code: billing_phone Code: billing_srt1 Code: billing_srt2 Code: billing_city Code: billing_state Code: billing_zip_code Code: join_date Code: last_login Code: email_verified Code: vericode Code: title Code: active Code: custom1 Code: custom2 Code: custom3 Code: custom4 Code: custom5 Error performing query ' CREATE TABLE Code: users_online Code: id Code: ip Code: timestamp Code: username Code: session Error performing query ' INSERT INTO Code: users_online Code: id Code: ip Code: timestamp Code: username Code: session Error performing query ' CREATE TABLE Code: users_session Code: id Code: user_id Code: hash Code: uagent Error performing query ' INSERT INTO Code: users_session Code: id Code: user_id Code: hash Code: uagent Error performing query ' CREATE TABLE Code: user_permission_matches Code: id Code: user_id Code: permission_id Error performing query ' INSERT INTO Code: user_permission_matches Code: id Code: user_id Code: permission_id Error performing query ' ALTER TABLE Code: email Code: id Error performing query ' ALTER TABLE Code: keys Code: id Error performing query ' ALTER TABLE Code: pages Code: id Error performing query ' ALTER TABLE Code: permissions Code: id Error performing query ' ALTER TABLE Code: permission_page_matches Code: id Error performing query ' ALTER TABLE Code: profiles Code: id Error performing query ' ALTER TABLE Code: settings Code: id Error performing query ' ALTER TABLE Code: users Code: id Code: EMAIL Code: email Error performing query ' ALTER TABLE Code: users_online Code: id Error performing query ' ALTER TABLE Code: users_session Code: id Error performing query ' ALTER TABLE Code: user_permission_matches Code: id Tables imported successfully Need Help Connection to UserSpice - brian - 05-20-2016 Did you drop all the tables in the database before retrying the installation? Anything else change? |