- GAnswered
Mian Saleem FTP Username: [email protected] FTP server: ftp.optikaas.com FTP & explicit FTPS port: 21 pass: Assimeks1@.
- MSAnswered
Hello,
I can’t see anything after logging in to ftp. Please send me the log file. I need to know the error details.
Thank you
- GAnswered
Mian Saleem https://pastebin.com/NUTU7WZj the log i fixed the probelm went on the 2022_07_10_000000_create_price_groups_table.php file edited and deleted the
Schema::create(‘price_groups’, function (Blueprint $table) { $table->uuid(‘id’); $table->primary(‘id’); $table->string(‘name’)->unique(); $table->string(‘code’)->nullable(); $table->string(‘details’)->nullable(); $table->timestamps(); }); this table was in my database but the item_price_group wasnt, and i gave me errors when i tried to run the migration so i removed the part when it creates the price_groups ran the migration successfuly and now its perfect. - MSAnswered
Hmm, I am amazed at how things are done 😃 good find.
I think I should purge the migrations 😦 Thank you for your patience.
- Login to Reply