I am travelling and this hostel's WiFi is the slowest I have encountered. So maybe there was a stutter when it came to that date due to a bad connection. I'm moving on tomorrow so let's leave it until the evening or the next day and I will re-install and run the importer again. Hopefully their WiFi will be faster!
Okay, I think I'm done with the mysqli upgrade...
I'm now fighting with custom attachment folders, which Pandos added support for. Unfortunately, he forgot to create said folders... :P
Ehm... so imbarassed... I had mistyped smf database............ now the problem is that now it's 10 minutes stuck at copying smileys.
SMF and wedge folders are all 775, chwoned to www-data:www-data (which is in root group).
If can be of any help this is the url I'm at import.php?step=1&substep=9&start=24750
EDIT: I reloaded the page and I got this:
Message: Undefined property: Importer::$xml
Trace: Undefined property: Importer::$xml
Line: 528
File: /var/www/.altro/tests/import.php
Ehm... so imbarassed... I had mistyped smf database............
now the problem is that now it's 10 minutes stuck at
EDIT: I reloaded the page and I got this:
Message: Undefined property: Importer::$xml
Trace: Undefined property: Importer::$xml
Line: 528
File: /var/www/.altro/tests/import.php
the dots are in the url, I just changed the domain.tld part
In my imported SMF install I had a board with topic approval on. Now I can see on wedge there's one topic to approve. But when I click the icon I'm brought to an empty moderation center (index.php?action=moderate;area=postmod;sa=topics;brd=27;ef3ee2e=049639d9324450639d45ddcf59d66c0a.
Eheh, auto-fixing tags failed on my previous post.. let's try again with an image
What's the value of $settings['smileys_dir'] and 'smileys_url' in the {db_prefix}settings table..?Quote from MultiformeIngegno on January 30th, 2014, 01:25 AM the dots are in the url, I just changed the domain.tld part
Can someone help me with the query I need to run to show the value? Can't install phpmyadmin right now..Quote from Nao on January 30th, 2014, 07:41 PM What's the value of $settings['smileys_dir'] and 'smileys_url' in the {db_prefix}settings table..?Quote from MultiformeIngegno on January 30th, 2014, 01:25 AM the dots are in the url, I just changed the domain.tld part
INSERT INTO `wedge_settings` VALUES ('smileys_dir','/***YOUR***PATH***TO***WEDGE/assets/smileys'),('smileys_url','http://***YOUR***URL***/wedge/assets/smileys'),('smiley_sets_default','default'),('smiley_sets_known','default,aaron'),('smiley_sets_names','Alienine\'s Set\nAaron\'s Set');You mean for wedge?Quote from MultiformeIngegno on January 30th, 2014, 09:49 PM Can someone help me with the query I need to run to show the value? Can't install phpmyadmin right now..Quote from Nao on January 30th, 2014, 07:41 PM What's the value of $settings['smileys_dir'] and 'smileys_url' in the {db_prefix}settings table..?Quote from MultiformeIngegno on January 30th, 2014, 01:25 AM the dots are in the url, I just changed the domain.tld part
Please change path and URL!Code: [Select] INSERT INTO `wedge_settings` VALUES ('smileys_dir','/***YOUR***PATH***TO***WEDGE/assets/smileys'),('smileys_url','http://***YOUR***URL***/wedge/assets/smileys'),('smiley_sets_default','default'),('smiley_sets_known','default,aaron'),('smiley_sets_names','Alienine\'s Set\nAaron\'s Set');
Insert? I think Nao wanted to just know the values I had. So we can understand what caused wrong links.. Doesn't INSERT add something?
SELECT variable, value FROM wedge_settings WHERE variable LIKE 'smiley%';Pandos, I'm asking for the result of that query... not for the query itself... I'm not a SQL champ but I can still write those without help... I hope :lol:
Can someone help me with the query I need to run to show the value? Can't install phpmyadmin right now..
You could have said thanks, or something... Your post feels like you're punishing me :lol: